tricks

关于NPM的种种事情

2018-05-08  本文已影响7人  cyuamber
npm config set registry http://[registry.npm.taobao.org](http://registry.npm.taobao.org)

报错:npm ERR! Cannot read property '0' of undefined
解决:
I had the same problem.
I removed both node_modules and package-lock.json and then did:
npm install

上一篇 下一篇

猜你喜欢

热点阅读