uutnu 12.04上ppaインストールnodejs
1240 ワード
https://rtcamp.com/tutorials/nodejs/node-js-npm-install-ubuntu/
Using Launchpad repo by Chris Lea just run follwing commands
apt-get install python-software-properties
apt-add-repository ppa:chris-lea/node.js
apt-get update
node.js installapt-get install nodejs
Check node.js versionnode -v
Outputsv0.10.20
npm installAbove command shuld install npm.
Check npm version
npm -v
Outputs1.4.3
If for some reason,if you see npm is not installed,you may try running:apt-get install npm
P.S.Do not miss out on our other amazing チュートリアル.Sty tuned with プラス.Join us on ツイッター and フェイスブック for more udates.