gpt4 book ai didi

node.js - 创建项目后 Gatsby 开发不工作

转载 作者:行者123 更新时间:2023-12-05 06:53:15 24 4
gpt4 key购买 nike

我创建了一个 Gatsby 项目,每当我运行 gatsby developnpm run develop 时,我都会收到以下错误:


UNHANDLED REJECTION spawn node ENOENT

Error: spawn node ENOENT

- child_process:277 Process.ChildProcess._handle.onexit
node:internal/child_process:277:19

- child_process:477 onErrorNT
node:internal/child_process:477:16

- task_queues:81 processTicksAndRejections
node:internal/process/task_queues:81:21


npm ERR! code 1
npm ERR! path D:\Code\Gatsby test project\gatsby-test
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c gatsby develop

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\marti\AppData\Local\npm-cache\_logs\2021-01-21T10_50_22_321Z-debug.log```

gatsby buildgatsby clean 等其他脚本在我运行时可以正常工作,但 npm run developnpm 开始

首先,我尝试卸载 node_modules 并删除 package-lock.json 并运行 npm install 但我仍然遇到错误。我尝试卸载 gatsby-cli 并使用 npm init gatsby 创建一个项目,但再次没有区别。最后,我完全卸载了 Nodejs 并安装了最新版本,但每次我尝试启动开发服务器时,我仍然收到 Error: spawn node ENOENT

我有使用 React 的经验,但我是 Gatsby 的新手。我最近遇到了一个问题,我的 Node 运行 npm start 什么也没做,并返回到控制台。问题是我的 Nodejs 文件夹安装在 D:\ 而不是 C:\ 驱动器中,而且 react-scripts 版本很旧但是一个简单的重新安装解决了这个问题。

我没有更改项目中的任何内容,但这是 package.json 文件:

  "name": "gatsby-starter-hello-world",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"gatsby": "^2.26.1",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"prettier": "2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}

如果有人指出问题出在哪里,我将不胜感激。感谢您的宝贵时间!

最佳答案

对于那些可能遇到同样麻烦的人:问题终于解决了:

npm run develop:cypress

关于node.js - 创建项目后 Gatsby 开发不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65826372/

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