gpt4 book ai didi

node.js - 错误 : ENOENT: no such file or directory, 状态 'C:\Users\username\Documents\My Music'

转载 作者:行者123 更新时间:2023-12-05 06:48:39 32 4
gpt4 key购买 nike

我正在尝试运行这个 React 应用程序:https://github.com/JackHeTech/multiplayer-chess-game

当我下载 repo 并执行 npm install 然后 npm start 时它有效。

但是当我尝试通过以下步骤使用 create-react-app 自己制作项目时:

npx create-react-app frontend
*copy the required files from repo to frontend folder*
npm install <p1> <p2> ...
npm start

这不起作用并显示这些错误:

Compiling...
C:\Users\username\Documents\Projects\chess_server\frontend\node_modules\react-scripts\scripts\start.js:19
throw err;
^

[Error: ENOENT: no such file or directory, stat 'C:\Users\username\Documents\My Music'] {
errno: -4058,
code: 'ENOENT',
syscall: 'stat',
path: 'C:\\Users\\username\\Documents\\My Music'
}
PS C:\Users\username\Documents\Projects\chess_server\frontend>

为什么它指向“C:\Users\用户名\Documents\My Music”?我没有在我的文件中的任何地方使用该路径。

基本上,我正在尝试自己从 repo 协议(protocol)中重新创建项目。但它给了我上面给出的错误。

最佳答案

我遇到了同样的错误,问题是我在没有实际安装 npm 包的情况下导入了一些东西。在我的例子中,它是 react-router-dom。使用 npm install --save <your dependency> 仔细检查您是否确实安装了您在代码中使用的所有依赖项

关于node.js - 错误 : ENOENT: no such file or directory, 状态 'C:\Users\username\Documents\My Music',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66775824/

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