node -v
v12.16.2
OS
windows
新たに、Reactで開発しようと思い、
node
1npx create-react-app watanabetakuma
をしたら、以下のエラーが出ました。
node
1npm ERR! Unexpected end of JSON input while parsing near '...3.3"},"dist":{"shasum'
ここのエラーの意味が分からなくて調べてるのですが一向に分からないのでどなたか教えていただいても良いでしょうか。
いかがエラー文全文です。
node
1npx: 99個のパッケージを13.847秒でインストールしました。 2 3Creating a new React app in C:\xampp\htdocs\watanabatakuma. 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-24T06_38_04_386Z-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 watanabatakuma/ from C:\xampp\htdocs 18Done.
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/04/25 04:19