-
-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can nvm be installed via NPM? #706
Comments
|
Okay. Just a small info - So, if |
that's a very strange situation -
|
Why would npm require node to function? It is simply a package manager like homebrew or aptitude. It is installed standalone (without node). :-/ Oh yes!! NVM installs just fine via curl or wget or git on Pi. :-) just that being able to install it via package manager is just that single step towards syntactic sugar! In my opinion, this is a very unimportant feature request and is of very low priority! But replacing the current (misleading) |
|
Yes NPM is written on JS. But then, weirdest part is that aptitude does install npm, but node is not installed along with it on Pi. Theoretically without node it shouldn't work. In fact the For the sake of information, I will delve deeper and update this thread. Perhaps, I'm missing something. Thank you for your patience. :-) |
It would be great if nvm installs via NPM. Then installing node will become super easy on Raspberry Pi.
I can help if needed.
The text was updated successfully, but these errors were encountered: