Nodejs安装及环境变量配置

1、安装、配置环境变量
https://www.jianshu.com/p/13f45e24b1de
2、npm镜像源管理
https://www.jianshu.com/p/66f97cadd1eb
2.1、nrm ls报错处理
https://www.jianshu.com/p/126ba674e395
3、npm安装包异常处理

npm ERR! code 128
npm ERR! Command failed: git clone --depth=1 -q -b fix/ie-cannot-input-korean git://github.com/sohee-lee7/Squire.git D:\node\node_cache\_cacache\tmp\git-clone-8764577f --config core.longpaths=true
npm ERR! warning: templates not found in D:\Users\Q\AppData\Local\Temp\pacote-git-template-tmp\git-clone-7046cab6
npm ERR! fatal: early EOF
npm ERR! fatal: read error: Invalid argument
npm ERR! fatal: index-pack failed
npm ERR!

https://www.cnblogs.com/tellerfuliye/articles/13502132.html
4、node-sass安装:

npm install [email protected]

你可能感兴趣的:(Nodejs安装及环境变量配置)