謝孟穎*_*謝孟穎 5 errno node.js npm reactjs
我正在尝试安装 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
Run Code Online (Sandbox Code Playgroud)
我尝试卸载然后再次安装,但没有成功,请给我一些建议或任何帮助,谢谢!!!!!!
您无需安装任何东西。
package.jsonNpm 将在当前目录中查找名为的文件。该文件包含有关项目的各种信息,包括依赖项。
您需要创建 ( npm init) 或从现有项目导入该文件。
您还可以通过将名称指定给 npm 来指定要手动安装的包:
npm install package_name
Run Code Online (Sandbox Code Playgroud)
请完整阅读官方文档
| 归档时间: |
|
| 查看次数: |
12622 次 |
| 最近记录: |