【发布时间】:2021-06-08 06:34:10
【问题描述】:
当我尝试运行 npm start 时,我得到 [错误:ENOENT:没有这样的文件或目录,stat '/home/arpit/.steampath'] 错误。我试过删除节点模块并重新安装它们,我也重新安装了 NPM,但这个错误并没有消失。我在终端的正确位置。我正在使用 Linux 操作系统。
完整的错误是
Compiling...
/home/arpit/Desktop/Coding/API-Practice/frontend/node_modules/react-scripts/scripts/start.js:19
throw err;
^
[Error: ENOENT: no such file or directory, stat '/home/arpit/.steampath'] {
errno: -2,
code: 'ENOENT',
syscall: 'stat',
path: '/home/arpit/.steampath'
}
【问题讨论】:
标签: javascript node.js reactjs ubuntu npm