如果不能从官方源安装,可以从镜像源安装,如
npm install underscore --registry=http://registry.url
如果安装过程中都用镜像源安装,可以执行以下命令指定默认源
npm config set registry http://registry.url
npm init 会帮助生成package.json文件
https://www.npmjs.com/ npm的官网可以搜索自己需要的包
如果不能从官方源安装,可以从镜像源安装,如
npm install underscore --registry=http://registry.url
如果安装过程中都用镜像源安装,可以执行以下命令指定默认源
npm config set registry http://registry.url
npm init 会帮助生成package.json文件
https://www.npmjs.com/ npm的官网可以搜索自己需要的包