##【問題詳細】
create-react-appでの環境構築を行っています。
Visual Studio Code(以下VSCode)でWSLのターミナルを開き、
npm run build
とコマンドを打ち、ビルドフォルダを作成しようとしたところ
以下のようなエラーが出ました。
ファイルやディレクトリが存在しない、ということですが、Ubuntu初心者なので
具体的にどうやってファイル名やパス名を正せばいいのかわかりません。
解決法が分かる方がいればご教授願います。
##【エラー】
Ubuntu
1pm ERR! code ENOENT 2npm ERR! syscall open 3npm ERR! path /home/tatsumip/TatsumiProject/package.json 4npm ERR! errno -2 5npm ERR! enoent ENOENT: no such file or directory, open '/home/tatsumip/TatsumiProject/package.json' 6npm ERR! enoent This is related to npm not being able to find a file. 7npm ERR! enoent 8 9npm ERR! A complete log of this run can be found in: 10npm ERR! /home/tatsumip/.npm/_logs/2020-10-23T11_59_27_753Z-debug.log
##【PC環境】
・Windows10
・WSL
・Linux
・Ubuntu
・bash
・curl v7.68
・nodebrew v8.94
・Node v14.04
・create-react-app
・VisualStuidoCode v1.501
##【試したこと】
・npm install -g create-react-appを実行すると、以下のようなエラーが出ました。
ubuntu
1npm WARN checkPermissions Missing write access to /usr/local/lib 2npm ERR! code EACCES 3npm ERR! syscall access 4npm ERR! path /usr/local/lib 5npm ERR! errno -13 6npm ERR! Error: EACCES: permission denied, access '/usr/local/lib' 7npm ERR! { [Error: EACCES: permission denied, access '/usr/local/lib'] 8npm ERR! stack: 9npm ERR! 'Error: EACCES: permission denied, access \'/usr/local/lib\'', 10npm ERR! errno: -13, 11npm ERR! code: 'EACCES', 12npm ERR! syscall: 'access', 13npm ERR! path: '/usr/local/lib' } 14npm ERR! 15npm ERR! The operation was rejected by your operating system. 16npm ERR! It is likely you do not have the permissions to access this file as the current user 17npm ERR! 18npm ERR! If you believe this might be a permissions issue, please double-check the 19npm ERR! permissions of the file and its containing directories, or try running 20npm ERR! the command again as root/Administrator. 21 22npm ERR! A complete log of this run can be found in: 23npm ERR! /home/tatsumip/.npm/_logs/2020-10-23T12_15_48_139Z-debug.log
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。