【更换系统后暂时未重现】npm install失败的问题
执行npm install,光标一直闪烁,无下一步反应,如图: QQ截图20150702152925.jpg 我的package.json文件:
{
"name": "lession01",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description":"express入门",
"readme": "README.md",
"repository": {
"type": "git",
"url": "git@github.com:likefeng/node-study.git"
},
"dependencies": {
"argv": "0.0.2"
}
}
希望各位朋友解惑
16 回复
@wenshiqi0 执行$ npm install -g cnpm --registry=https://registry.npm.taobao.org都不成功,看来在公司是干不了node了