windows安装npm教程

参考文章windows安装npm教程

变量类型 变量名 变量值
用户变量 Path C:\Users\Administrator\AppData\Local\Programs\Python\Python35\Scripts\;C:\Users\Administrator\AppData\Local\Programs\Python\Python35\; %NVM_HOME%;%NVM_SYMLINK%;C:\Users\Administrator\AppData\Roaming\npm
系统变量 Path %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;D:\Git\cmd;D:\nodejs\;D:\nodejs\node_global
系统变量 NODE_PATH D:\nodejs\node_global\node_modules

cnpm配置文件 C:\Users\Administrator.cnpmrc

strict-ssl=false
registry=http://registry.npmjs.org/

npm配置文件 C:\Users\Administrator.npmrc

registry=http://registry.npm.taobao.org
proxy=http://example.com:8080/
prefix=D:\nodejs\node_global
cache=D:\nodejs\node_cache

你可能感兴趣的:(npm)