安装node版本的时候,node安装成功了,但是npm版本检测的时候报错了。
npm WARN config `_auth`, `_authToken`, `username` and `_password` must be scoped to a registry. see `npm help npmrc` for more information.
npm WARN config `_auth`, `_authToken`, `username` and `_password` must be scoped to a registry. see `npm help npmrc` for more information.
最后发现是npm源指向的是公司地址,切换到外网就好啦!!!
npm config set registry http://registry.npm.taobao.org/
运行npm的时候如果报这个错了,那么多半是node版本的问题,切换node版本即可,先记录一下~
Unexpected token '.'