使用“npm install”无法安装任何内容

时间:2016-04-30 13:56:33

标签: node.js npm npm-install

我更新了我的node.js安装,因为它已经过时但现在我被npm install无法正常工作了。
它开始做它的事情,但在我试过的任何包装上安装了大约30%的装置 自从我尝试重新安装节点并更新点击没有成功后,我对于该怎么做没有更多的想法。

以下是npm install --verbose - https://gist.github.com/friiks/ad4fd4f02e8cc60740c369c45524343d

的输出

这是我正在使用的package.json

{
  "name": "projectname",
  "version": "0.0.1",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "<git url>"
  },
  "author": "Pankucins",
  "license": "ISC",
  "bugs": {
    "url": "<git url>/issues"
  },
  "homepage": "<git url>#readme",
  "dependencies": {
    "express": "^4.13.4",
    "socket.io-p2p": "^2.2.0"
  }
}

修改

npm install express --save在我试过的任何文件夹中都不起作用。

编辑#2

好的,我很确定这是导致问题的git。 我正在使用cmder做我的控制台内容,这是我在npm停止之前看到的 首先 - http://i.imgur.com/DOFh00k.png
然后 - http://i.imgur.com/6O5BN13.png
然后就崩溃了。 仅供参考,这是当我不将输出重定向到文件时控制台在崩溃后查看的方式 - http://i.imgur.com/LY4K5qV.png

提前致谢

1 个答案:

答案 0 :(得分:0)

This为我解决了这个问题。我已将npm设置为定位到http://registry.npmjs.org/以外的其他地方。

希望这对其他人有帮助!