You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ npm -v
/bin/bash: npm: command not found
$ node -v
/bin/bash: node: command not found
$ gulp
/bin/bash: gulp: command not found
$ nvm ls
/bin/bash: nvm: command not found
$ bower ls
/bin/bash: bower: command not found
And when I do echo $PATH I get a reduced $PATH without the node path or any of the others.
Hello!
I am trying to invoke the nvm command to change nodejs versions/start/stop etc. The shell doesn't seem to load it for some weird reason.
I will be adding the lines to my ~/.profile later.
The text was updated successfully, but these errors were encountered: