screenshot hello there, Am trying to install Phonegap, in the process i have to install node, the picture is the error output while installing node
Asked
Active
Viewed 28 times
1 Answers
0
I suggest you to use NVM (Node Version Manager) to manage and install Node.js. It seems like an extra step, but you will be worries free regarding to node configuration.
To install NVM (From the GitHub Docs, where you have other installation alternatives):
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
After this, you could just do:
For latest node release:
nvm install node
For Long Term Support (LTS):
nvm install --lts
nicoramirezdev
- 123
- 8