I mentioned that my application uses a different version of NodeJS when running from sudo .
$ node -v v0.10.23 $ sudo node -v v0.11.8-pre
This v0.11.8-pre caused me some problems, so I definitely don't want to use it, but I can't change it for root.
$ sudo nvm use v0.10.23 sudo: nvm: command not found
I tried to install nvm as root, but got the error "NVM is already installed", but nvm was not found when working with sudo . What is my problem?
Vitalii Korsakov Jan 19 '14 at 9:24 a.m. 2014-01-19 09:24
source share