前提・実現したいこと
create-react-app の実行時にエラーが発生しており、解決できません...
8時間ほどかけて試行錯誤しましたが、挫折してしまいました...
ご教授願います。。。
発生している問題・エラーメッセージ
node -e "try{require('./postinstall')}catch(e){}" npm ERR! Maximum call stack size exceeded npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\username\AppData\Roaming\npm-cache\_logs\2020-05-04T15_56_34_118Z-debug.log Aborting installation. npm install --save --save-exact --loglevel error react react-dom react-scripts@0.9.x has failed. Deleting generated file... node_modules Deleting generated file... package.json
試したこと
https://qiita.com/k-murayama/items/014e3745290208b92af1
こちらのページの通り、
npm install -g create-react-app
create-react-app react-sampleと
作業を進めていると、create-react-appで上記のようなエラーが出ました。
Nodeのバージョンアップ,create-react-appの再インストールを行いましたが、同様の結果になりました。
インターネット検索したところ、同じ症状の解決策に
\Users\username 内にある.npmrcの削除、
windows defender のリアルタイムスキャンの無効
npm cache clean --forceの施行
などが記載されていましたが、どれを試してもうまくいきませんでした。
補足情報(FW/ツールのバージョンなど)
node -v
v12.16.3
npm -v
6.9.0
windows10
あなたの回答
tips
プレビュー