1. 设置全局环境路径
npm config set cache "D:work ode_modules ode_cache" npm config set prefix "D:work ode_modules ode_global"
如果还不行,在nodejs的安装目录中找到node_modules pm.npmrc文件
修改如下即可:
prefix = D:
odejs
ode_global
cache = D:
odejs
ode_global
2. 使用淘宝镜像
npm install -g cnpm --registry=https://registry.npm.taobao.org
安装后提示 'cnpm' 不是内部或外部命令, 添加环境变量
D:work ode_modules ode_global