node_global下创建node_modules
系统变量
新建NODE_Path -> node_modules的路径
用户变量
编辑Path
编辑...\npm为 node_modules的路径
系统变量
Path 新建 %NODE_PATH%
CMD测试
npm install express -g
报错
npm error code ETIMEDOUT源的连接超时,没用了要换源
npm cache clean --force
报错
npm warn using --force Recommended protections disabled
清缓存npm cache verify
换源npm config set registry https://registry.npmmirror.com
换源检测npm config get registry
全局安装express模块测
npm install express -g