2011年4月21日 星期四

Install npm (Package Manager for NodeJS)

git clone git://github.com/isaacs/npm.git ./npm
cd npm
git checkout origin/0.2
curl http://npmjs.org/install.sh | sudo sh

#test
/usr/local/bin/npm install socket.io
Reference: stackoverflow

沒有留言:

張貼留言