Joyent Node.js The software is missing from your system. You may also have to configure it after installation - visual-studio

i have installed nodejs manually and from visual studio 2015 installation , but every time i check for apache cordova dependency cheker i get
Joyent Node.js The software is missing from your system. You may also have to configure it after installation

Same issue. I had installed Node.js version 6.9.1 manually. After uninstalling via Windows (Control Panel->Programs and Features->NodeJs->Uninstall), I was able to go to Control Panel->Programs and Features->VS2015->"Change"->"Modify" and was given the option to install the Joyent version. Prior to the uninstall, Joyent nodejs was not an option when trying to Change/Modify VS2015.

Related

#Ubuntu Install .net core 5 framework

I installed .net6 but i need to have installed .net5
So, I removed .net6 and I installed .net5.
Now, when I run 'dotnet build' command I have the error:
A fatal error occurred. The folder [/usr/lib/dotnet/dotnet6-6.0.108/host/fxr] does not exist
Do you have some idea to help me, please.
Thanks
.NET 5 has reached its End of Life. If you are using it, you are on your own; don't expect any fixes for security issues that discovered every few weeks.
Anyway, sounds like you are using Ubuntu 22.04.
If so, you are out of luck. There's no simple way to install or run .NET 5 there. .NET 5 needs OpenSSL 1.0 or 1.1. Ubuntu 22.04 only has OpenSSL 3.0. Even if you install and manage to run .NET 5, it wont work and you will get OpenSSL errors.
Your best course of action is to install an older version of Ubuntu, such as 20.04.
Your specific error in this case is quite unrelated to above, though. Your error is because you seem to have installed some packages from Ubuntu's package repository and some packages from Microsoft's package repository. See https://github.com/dotnet/core/issues/7699#issuecomment-1222470580 for details. In particular you want to follow the steps in "Mixed state scenario 2: Use PMC packages after installing native Jammy packages". But that's not needed on Ubuntu 20.04 or similar OS that you need to make .NET 5 work at all.

How to install a lower install version of visual studio Installer project forcefully,without manually removing ,while installing it?

I have an installer project setup from version, 1.0.0 ,1.0.1 and 1.0.2.Each having different changes I needed for my project.When I install them in order,they upgrade properly and get installed nicely.But I have a need where I need to go back from 1.0.2 to 1.0.1,but the setup project won't let me install it since it already has a newer version installed.And one of the ways I can get around it, is to manually uninstall it and run it.But I don't want the end user to do that and just run whatever setup he wants and it gets install removing previous versions. Can anyone suggest me a workaround for this or how to handle this situation?

How to remove Installanywhere installation from registry

I'm trying to install a tool that was packaged by installanywhere,
The installation doesn't start because the install is detecting a previous version of this toll.
I removed any installation of that tool from: "Add\remove program"
and removed any folders containing this tool , But I can still see it's registered in the Registry.
How can I remove it from there so I can install my tool?
I managed to find this tool,
Which is great for uninstalling:
Revo Uninstaller Pro

When installing Appcelerator CLI, appc setup command throws error

I am trying to install the appcelerator cli but keep running into an issue that I haven't been able to find a fix for.
When running the "appc setup" command I get the error "cannot find module 'C:\cyclic.js'"
link to full screen capture of error
I am running windows 7 64 bit and am following the directions here https://web.appcelerator.com/product/cli
*Edit: If you are facing this same issue. Uninstall Node, and Appcelerator. Then make sure you install JDK 32 Bit (if using windows). DELETE the NPM and Appcelerator folders in your C:\Users[username]\AppData\Roaming\ directory. Then reinstall Node (I had success with 32 bit) and the Appcelerator CLI. That worked for me.
Hello make sure you have node.js and JDK installed and environment variable set properly. For reference http://docs.appcelerator.com/platform/latest/#!/guide/Installation_and_Configuration. Now, As you already tried "appc setup". You need to delete all cache of previous installation try and try reinstalling again. Run,
sudo rm -rf ~/.appcelerator
sudo npm uninstall -g appcelerator
appc use latest
appc setup
To setup the Appcelerator CLI, install Node.js, install the appcelerator module using the NPM CLI, then run the appc setup command to download and setup the latest CLI package. You can follow the guide here. Also you can check this link, if you experience an issue installing any of the npm packages.
If still not solved, I suggest you to start from scratch. I see you work on Windows, true?:
Remove install of NodeJS from "Uninstall programms" of control pannel
Remove install of Appcelerator from "Uninstall programms" of control pannel
Remove any folder from C:\Program Files or your user's folder referencing "node" "npm" or similar.
Go to your user's folder and remove any .app or .appcelerator folder (could be hidden, so look it well)
Don't forget to look in C:\Users\[username]\AppData\Roaming (probably will be hidden)
Now you have only Java JDK installed (I'm using 1.8).
Proceed with a new appcelerator.EXE install, it must detect that you don't have Node and will download by itself the proper Node version.

Error installing Telerik Appbuilder CLI on Windows

I am trying to install the telerik appbuilder CLI to my windows machine. the first error i was getting was cl.exe could not be found. i solved this by modifying my install of visual studio community 2015 to include C++ and now i am getting alot more red in the cmd prompt window. i am trying to install the appbuilder using
npm install -g appbuilder
and here is a screenshot of the cmd window
am i missing some dependencies?
the guide on how to set this up a is only the install line and after spending some time searching around. im not finding any others having problems setting appbuilder up.
Can you check your version of node.js? At the moment of writing, AppBuilder CLI works with node.js 0.10.x and 0.12.x. Support for node.js 4.2.1 will be available in the 2.14 release, which is currently scheduled for releasing at the beginning of November 2015. Note that due to bug in V8 which crashes node, node 4.0.x will never be supported.
The reason for these messages is that AppBuilder CLI has dependencies written in C++. To build them, you need to satisfy all requirements for building c++ node modules, i.e. install Visual Studio, Python 2.7, node-gyp and configure them to be available on the command line. More information is available here: https://github.com/nodejs/node-gyp . Until our official support for node 4.2.1 is out, you may try this approach. Or, if possible, switch to node 0.12

Resources