node -v
v12.16.2
OS
windows
新たに、Reactで開発しようと思い、
node
1npx create-reacr-app watanabetakuma
を実行したのですが、エラーが出まして以下の
node
1npm ERR! Response timeout while trying to fetch https://registry.npmjs.org/@typescript-eslint%2fparser (over 30000ms)
に対しての対応方法が分からなくて困っています。
できればご教授の方よろしくお願いします。
node
1npx: 99個のパッケージを42.026秒でインストールしました。 2 3Creating a new React app in C:\xampp\htdocs\watanabetakuma. 4 5Installing packages. This might take a couple of minutes. 6Installing react, react-dom, and react-scripts with cra-template... 7 8npm ERR! Response timeout while trying to fetch https://registry.npmjs.org/@typescript-eslint%2fparser (over 30000ms) 9 10npm ERR! A complete log of this run can be found in: 11npm ERR! C:\Users\watak\AppData\Roaming\npm-cache\_logs\2020-04-22T15_05_19_033Z-debug.log 12 13Aborting installation. 14 npm install --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed. 15 16Deleting generated file... package.json 17Deleting watanabetakuma/ from C:\xampp\htdocs 18Done.
時間をおいてもう一度実行したところ。
node
1npm ERR! Unexpected end of JSON input while parsing near '...3.3"},"dist":{"shasum'
が出ました。
node
1npx: 99個のパッケージを10.993秒でインストールしました。 2 3Creating a new React app in C:\xampp\htdocs\watanabetakuma. 4 5Installing packages. This might take a couple of minutes. 6Installing react, react-dom, and react-scripts with cra-template... 7 8npm ERR! Unexpected end of JSON input while parsing near '...3.3"},"dist":{"shasum' 9 10npm ERR! A complete log of this run can be found in: 11npm ERR! C:\Users\watak\AppData\Roaming\npm-cache\_logs\2020-04-23T10_19_56_126Z-debug.log 12 13Aborting installation. 14 npm install --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed. 15 16Deleting generated file... package.json 17Deleting watanabetakuma/ from C:\xampp\htdocs 18Done. 19コード
あなたの回答
tips
プレビュー