質問編集履歴

1

文字修正

2020/04/23 11:01

投稿

kaoru_tujimiya
kaoru_tujimiya

スコア36

test CHANGED
File without changes
test CHANGED
@@ -75,3 +75,59 @@
75
75
  Done.
76
76
 
77
77
  ```
78
+
79
+
80
+
81
+ 時間をおいてもう一度実行したところ。
82
+
83
+ ```node
84
+
85
+ npm ERR! Unexpected end of JSON input while parsing near '...3.3"},"dist":{"shasum'
86
+
87
+ ```
88
+
89
+ が出ました。
90
+
91
+
92
+
93
+ ```node
94
+
95
+ npx: 99個のパッケージを10.993秒でインストールしました。
96
+
97
+
98
+
99
+ Creating a new React app in C:\xampp\htdocs\watanabetakuma.
100
+
101
+
102
+
103
+ Installing packages. This might take a couple of minutes.
104
+
105
+ Installing react, react-dom, and react-scripts with cra-template...
106
+
107
+
108
+
109
+ npm ERR! Unexpected end of JSON input while parsing near '...3.3"},"dist":{"shasum'
110
+
111
+
112
+
113
+ npm ERR! A complete log of this run can be found in:
114
+
115
+ npm ERR! C:\Users\watak\AppData\Roaming\npm-cache\_logs\2020-04-23T10_19_56_126Z-debug.log
116
+
117
+
118
+
119
+ Aborting installation.
120
+
121
+ npm install --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed.
122
+
123
+
124
+
125
+ Deleting generated file... package.json
126
+
127
+ Deleting watanabetakuma/ from C:\xampp\htdocs
128
+
129
+ Done.
130
+
131
+ コード
132
+
133
+ ```