淘先锋技术网

首页 1 2 3 4 5 6 7

一开始执行npm publish打算发布个包,结果一直报错,我一直以为是权限的问题。
npm ERR! Unexpected token '.'
然后试了其它npm命令发现也不行。
查了老半天
发现是nvm版本低了
升级一下就好了

nvm如何下载

npm

淘宝镜像源
npm config set registry https://registry.npm.taobao.org/
npm源
npm config set registry https://registry.npmjs.org/
查看设置是否成功
npm config get registry