create-act-app/create-next-app時の中止の解決

334 ワード


上記のメッセージを吐いてパッケージ化します.jsonのみ生成する場合
npm install -g npm@latest
npm install node
npm install -g yarn
yarn cache clean
npx create-react-app my-app
上記の手順でインストールし、キャッシュを削除し、-反応-app/create-next-appを再作成すれば正常にインストールできます.