NPM : Node Package Manager 在确保node.exe和git都在PATH环境变量中后执行以下命令:
git clone --recursive git://github.com/isaacs/npm.git
cd npm
node cli.js install npm -gf
参考链接
Windows平台下 http://www.cnblogs.com/seanlv/archive/2011/11/22/2258716.html
http://blog.csdn.net/yczz/article/details/6938260