【发布时间】:2015-09-21 08:45:45
【问题描述】:
我正在尝试安装 npm,但它显示以下错误:
npm ERR! install Couldn't read dependencies
npm ERR! Darwin 14.5.0
npm ERR! argv "/Users/bunniehsieh/.nvm/versions/node/v4.1.0/bin/node" "/Users/bunniehsieh/.nvm/versions/node/v4.1.0/bin/npm" "install"
npm ERR! node v4.1.0
npm ERR! npm v2.14.3
npm ERR! path /Users/bunniehsieh/package.json
npm ERR! code ENOPACKAGEJSON
npm ERR! errno -2
npm ERR! syscall open
npm ERR! package.json ENOENT: no such file or directory, open '/Users/bunniehsieh/package.json'
npm ERR! package.json This is most likely not a problem with npm itself.
npm ERR! package.json npm can't find a package.json file in your current directory.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/bunniehsieh/npm-debug.log
我已经尝试卸载然后重新安装,但它没有成功,请给我一些建议或帮助,谢谢!!!!!!
【问题讨论】: