执行npm install,光标一直闪烁,无下一步反应,如图: 我的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": "[email protected]:likefeng/node-study.git"
},
"dependencies": {
"argv": "0.0.2"
}
}
希望各位朋友解惑
14 回复