繁体   English   中英

错误:ENOENT:没有这样的文件或目录,stat '/home/arpit/.steampath'

[英]Error: ENOENT: no such file or directory, stat '/home/arpit/.steampath'

当我尝试运行npm start时,我得到 [Error: ENOENT: no such file or directory, 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'
}

尝试重定向npm output 看看实际错误:

npm run start 2>&1 | tee /tmp/output

似乎是facebook/creat-react-app上的错误。 还要检查这个这个问题。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM