gpt4 book ai didi

node.js - npm Start 和 "npm run client"在 Node 中不工作

转载 作者:行者123 更新时间:2023-12-03 12:16:51 30 4
gpt4 key购买 nike

我正在尝试运行 Github probyto 中定义的 Node js 程序

我正在按照上述 github 链接中定义的所有步骤进行操作,但是当我尝试运行时

npm run client

它给我一个错误,因为

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! client@2.0.0 start: `react-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the client@2.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Gautam\AppData\Roaming\npm-cache\_logs\2021-01-11T07_55_54_943Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! mern-jwt-auth@2.0.0 client: `npm start --prefix client`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the mern-jwt-auth@2.0.0 client script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Gautam\AppData\Roaming\npm-cache\_logs\2021-01-11T07_55_54_976Z-debug.log

我已经尝试过一些解决方案,比如

更新 Node/npm

删除 Node 模块和 packagelock.json 文件然后 npm 安装

npm 更新

但似乎没有任何效果。谁能帮我运行这个。感谢任何帮助

最佳答案

getting started他们的 README.md 页面向您展示了您需要遵循的步骤。

简化:

运行:

npm run client-install

(如果使用 Windows)然后运行:

copy config/keys.sample.js config/keys.js

或者如果使用 Mac,运行:

cp config/keys.sample.js config/keys.js

只有这样你才能运行开发服务器:

npm run dev

关于node.js - npm Start 和 "npm run client"在 Node 中不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65663207/

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