Question
The shell forgets that node and npm are installed every time I log in or switch to a different user.
Whenever I log in or switch back to my main user account, the shell throws "command not found" errors for node and npm. In order to make it work, I have to run `$ source ~/.profile; npm use 0.10.17`. After that, the node command works again.
On IRC, someone suggested adding these commands to my .bashrc file, but when I did that, loading .bashrc hangs indefinitely. As a Mac user, I'm used to using .bash_profile like this, but this isn't working like I expected. What is the path to enlightenment on this?
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×