20240718
cnpm安装
npm install -g cnpm --registry=
npm install -g cnpm --registry=/nodejs-release/
nodejs 12版本安装低版本cnpm
npm install cnpm@7.1.0 -g --registry=
淘宝镜像
npm config set registry
查看:
npm config list
npm config get registry
清除缓存:
npm cache clear --force
镜像源:
1、淘宝镜像: /mirrors/npm/
2、cnpmjs镜像:
3、npm官方镜像:
注:玩儿nodejs卡住了多按按空格!!!