gpt4 book ai didi

node.js - npm 找不到 package.json

转载 作者:IT老高 更新时间:2023-10-28 21:46:32 24 4
gpt4 key购买 nike

我正在尝试安装一些示例的依赖项:我下载的 npm 的 express 2.5.8,但所有应用程序都抛出相同的错误:

c:\node\stylus>npm install -d
npm info it worked if it ends with ok
npm info using npm@1.1.1
npm info using node@v0.6.11
npm ERR! Couldn't read dependencies.

npm ERR! Error: ENOENT, no such file or directory 'c:\node\stylus\package.json'
npm ERR! You may report this log at:
npm ERR! <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <npm-@googlegroups.com>
npm ERR!
npm ERR! System Windows_NT 6.1.7600
npm ERR! command "C:\\Program Files (x86)\\nodejs\\\\node.exe" "C:\\Program File
s (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-d"
npm ERR! cwd c:\node\stylus
npm ERR! node -v v0.6.11
npm ERR! npm -v 1.1.1
npm ERR! path c:\node\stylus\package.json
npm ERR! code ENOENT
npm ERR! message ENOENT, no such file or directory 'c:\node\stylus\package.json'

npm ERR! errno {}
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! c:\node\stylus\npm-debug.log
npm not ok

堵塞似乎是:

no such file or directory 'c:\node\stylus\package.json

我是否错过了创建 package.json 的步骤?

我在运行:

  • Windows 7 64 位
  • npm 1.1.1
  • Node 6.11
  • 表达 2.5.8

最佳答案

我认为,npm init 将创建您丢失的 package.json 文件。它适用于相同的情况。

关于node.js - npm 找不到 package.json,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9484829/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com