ไม่สามารถโหลดคำสั่ง nvm ผ่าน SSH [Ubuntu 14]


1

ฉันรู้ว่ามีคำถามที่คล้ายกันอยู่บ้าง แต่ฉันยังไม่สามารถใช้งานได้

ถ้าฉันพยายามวิ่งnvm install nodeทุกคนก็จะเริ่มทำงานอีกครั้ง

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@*:~$

ฉันพยายามทำnvm alias default 5.5.0 แต่ไม่ประสบความสำเร็จ :(

หากใครสามารถช่วยนั่นก็จะยอดเยี่ยม!

คำตอบ:


โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.