常用的命令:
npm config set prefix "node-global路径"
npm config set cache "node-cache路径"
npm config set registry http://registry.npm.taobao.org/
npm config ls
npm config ls -l
2021-09-30 23:14:00
常用的命令:
npm config set prefix "node-global路径"
npm config set cache "node-cache路径"
npm config set registry http://registry.npm.taobao.org/
npm config ls
npm config ls -l