通过PPA安装Node.js
安装:
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
目前只能过PPA安装稳定版本Node.js。
安装后查看版本:
~$ node --version
v0.4.12
接下来:
curl http://npmjs.org/install.sh | sudo sh
注意:因为权限的原因,需要加sudo。但是是给sh加sudo而不是curl。
另外,如果没有安装curl,使用下面命令安装:
sudo apt-get install curl
安装完成后,使用下面命令查看NPM版本:
$ npm --version
1.0.30
转载于:https://my.oschina.net/u/559847/blog/649240
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/109101.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...