npm run build を実行したいのですが、
npm ERR! path /Users/yuta/seattle-academy20/portfolio/package.json npm ERR! code ENOENT npm ERR! errno -2 npm ERR! syscall open npm ERR! enoent ENOENT: no such file or directory, open '/Users/yuta/seattle-academy20/portfolio/package.json' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent npm ERR! A complete log of this run can be found in: npm ERR! /Users/yuta/.npm/_logs/2020-04-06T04_08_42_445Z-debug.log
という風にでてしまいます。
package.jsonがないからなのかなと思い、npm initを実行したら
npm ERR! missing script: bulid npm ERR! A complete log of this run can be found in: npm ERR! /Users/yuta/.npm/_logs/2020-04-06T04_07_05_066Z-debug.log
という結果がでて、怖くなってpackage.jsonを一度アンインストールしてしまいました。
これはもう一度npm initを実行した方がいいのでしょうか?
それと
A complete log of this run can be found in: npm ERR! /Users/yuta/.npm/_logs/2020-04-06T04_07_05_066Z-debug.log
に関してはどうしたら良いのでしょうか??
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/04/06 05:27
2020/04/06 05:33
2020/04/06 05:34
2020/04/06 05:38