Skip to content
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

shell not sourcing (nvm) #49

Open
basickarl opened this issue Mar 21, 2015 · 1 comment
Open

shell not sourcing (nvm) #49

basickarl opened this issue Mar 21, 2015 · 1 comment

Comments

@basickarl
Copy link

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.

~> . ~/.nvm/nvm.sh
~> nvm
/bin/sh: 1: nvm: not found

I will be adding the lines to my ~/.profile later.

@yahyaKacem
Copy link

I have the same problem I'm using:

  • Ubuntu 14.04
  • Brackets: Release 1.2 experimental build 1.2.0-15697 (release 8f82e2a97)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants