Open basickarl opened 9 years ago
I have the same problem I'm using:
but I can't find anything:
$ 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.