npm ERR! Cannot read property 'path&a…

2018-09-01 05:49:50来源:博客园 阅读 ()

新老客户大回馈,云服务器低至5折

npm错误:

错误信息如下:

$ sudo npm install -g bean-sdk
sudo: npm: command not found
$ npm install -g bean-sdk
npm ERR! Linux 3.13.0-39-generic
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/bin/npm" "install" "-g" "bean-sdk"
npm ERR! node v4.4.5
npm ERR! npm  v4.0.5

npm ERR! Cannot read property 'path' of null
npm ERR! 
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /home/jadeye/npm-debug.log


npm-debug.log
https://gist.github.com/jadeye/10f79dbb72a57eef9aef304794bbb94c

### supporting information:

 - `npm -v` prints: 4.0.5
 - `node -v` prints: v4.4.5
 - `npm config get registry` prints: https://registry.npmjs.org/
 - Windows, OS X/macOS, or Linux?: Linux

解决方式如下:

Registry is empty when i checked using "npm config get" command. I tried npm config set registry=http://registry.npmjs.org/ and it worked for me.

node: 6.3.1
npm: 4.2.0

原文链接地址:

github解决此问题的地址

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:webpack4.x配置详情

下一篇:js 宏任务和微任务