簡體   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