##実現したい事
npx creat-react-app で作成されたプロジェクトを npm start
で実行したい
環境
M1 mac mini
nvm 0.37.0
node 14.15.4
npm 6.14.10
##起こっているエラー
npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! hello-world@0.1.0 start: `react-scripts start` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the hello-world@0.1.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /Users/butsuli-shine/.npm/_logs/2021-01-21T12_20_48_396Z-debug.log Process finished with exit code 1
試した事
最初homebrewで入れたのですがまだArm版に対応してないようでnvmを使用して入れたのですが、それでも同じエラーがでてしまいます。
よろしくお願いします。
回答2件
あなたの回答
tips
プレビュー