Percebi que poderia resolver o problema adicionando nvm use 5.5.0
ao meu .bashrc
Eu sei que há algumas perguntas semelhantes por aí, mas ainda não consigo fazer isso funcionar.
Se eu tentar executar nvm install node
, tudo começa a funcionar novamente.
ubuntu@*:~$ node
The program 'node' can be found in the following packages:
* node
* nodejs-legacy
Try: sudo apt-get install <selected package>
ubuntu@*:~$ npm
The program 'npm' is currently not installed. You can install it by typing:
sudo apt-get install npm
ubuntu@*:~$ forever
forever: command not found
ubuntu@*:~$ source ~/.profile
ubuntu@*:~$ source ~/.bash_profile
-bash: /home/ubuntu/.bash_profile: No such file or directory
ubuntu@*:~$ nvm install node
v5.5.0 is already installed.
Now using node v5.5.0 (npm v3.7.1)
ubuntu@*:~$ which npm
/home/ubuntu/.nvm/versions/node/v5.5.0/bin/npm
ubuntu@*:~$ which node
/home/ubuntu/.nvm/versions/node/v5.5.0/bin/node
ubuntu@*:~$ which forever
/home/ubuntu/.nvm/versions/node/v5.5.0/bin/forever
ubuntu@*:~$
Eu também tentei nvm alias default 5.5.0
, mas sem sucesso: (
Se alguém puder ajudar, isso seria incrível!
Percebi que poderia resolver o problema adicionando nvm use 5.5.0
ao meu .bashrc