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解决此问题的地址

转载于:https://www.cnblogs.com/liran123/p/9563350.html

GitHub 加速计划 / li / linux-dash
12
2
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e added ecosystem file for PM2 5 年前
5def40a3 Add host customization support for the NodeJS version 5 年前
Logo

AtomGit 是由开放原子开源基金会联合 CSDN 等生态伙伴共同推出的新一代开源与人工智能协作平台。平台坚持“开放、中立、公益”的理念,把代码托管、模型共享、数据集托管、智能体开发体验和算力服务整合在一起,为开发者提供从开发、训练到部署的一站式体验。

更多推荐