create-react-app: can not create react app Unexpected end of JSON input while parsing near '...webpack-dev-middlewar'

Is this a bug report?

(write your answer here) yes

Did you try recovering your dependencies?

(Write your answer here.) There is actually no package.json preinstalled .

Which terms did you search for in User Guide?

(Write your answer here if relevant.)

Environment

(paste the output of the command here) $ npx create-react-app react-spa-demo npx: 91 安装成功,用时 46.343 秒

Creating a new React app in D:\WebstormProjects\react-spa-demo.

Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts…

npm ERR! Unexpected end of JSON input while parsing near ‘…webpack-dev-middlewar’

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\lenovo\AppData\Roaming\npm-cache_logs\2019-06-22T07_18_33_539Z-debug.log

Aborting installation. npm install --save --save-exact --loglevel error react react-dom react-scripts has failed.

Deleting generated file… package.json Deleting react-spa-demo/ from D:\WebstormProjects Done.

Steps to Reproduce

(Write your steps here:)

  1. npx create-react-app react-spa-demo

Expected Behavior

(Write what you thought would happen.) create this app successfully without exceptions

Actual Behavior

(Write what happened. Please add screenshots!) $ npx create-react-app react-spa-demo npx: 91 安装成功,用时 46.343 秒

Creating a new React app in D:\WebstormProjects\react-spa-demo.

Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts…

npm ERR! Unexpected end of JSON input while parsing near ‘…webpack-dev-middlewar’

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\lenovo\AppData\Roaming\npm-cache_logs\2019-06-22T07_18_33_539Z-debug.log

Aborting installation. npm install --save --save-exact --loglevel error react react-dom react-scripts has failed.

Deleting generated file… package.json Deleting react-spa-demo/ from D:\WebstormProjects Done.

Reproducible Demo

(Paste the link to an example project and exact instructions to reproduce the issue.)

About this issue

  • Original URL
  • State: open
  • Created 5 years ago
  • Reactions: 1
  • Comments: 56 (1 by maintainers)

Most upvoted comments

Hi @Evan-Tsai17, can you please try running npm cache clean --force, and then try again?

I think this is a local caching issue.

Hi @Evan-Tsai17, can you please try running npm cache clean --force, and then try again?

I think this is a local caching issue.

This worked for me. Thanks

Hi @Evan-Tsai17, can you please try running npm cache clean --force, and then try again?

I think this is a local caching issue.

Thank You so Much. clearing Cache helped me too to get off that error.

Hi @Evan-Tsai17, can you please try running npm cache clean --force, and then try again?

I think this is a local caching issue.

thanks, it worked for me.

If nothing from above works, try cleaning the yarn cache with yarn cache clean . This worked for me 😀

Approach 1:

npm cache clean --force npm update

If this doesn’t work, Approach 2 Delete your package-lock.json file. Normally, npm install would work, but you can add commands from Approach 1 again too with this.

Iam too getting same error…tried several things but nothing worked. Error file is as follows… Can anyone hep me…? Thanks in advance

0 info it worked if it ends with ok 1 verbose cli [ 1 verbose cli ‘C:\Program Files\nodejs\node.exe’, 1 verbose cli ‘C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js’, 1 verbose cli ‘install’, 1 verbose cli ‘–save’, 1 verbose cli ‘–save-exact’, 1 verbose cli ‘–loglevel’, 1 verbose cli ‘error’, 1 verbose cli ‘react’, 1 verbose cli ‘react-dom’, 1 verbose cli ‘react-scripts’, 1 verbose cli ‘cra-template’ 1 verbose cli ] 2 info using npm@6.14.4 3 info using node@v12.16.2 4 verbose npm-session ef22a9d259184820 5 silly install loadCurrentTree 6 silly install readLocalPackageData 7 http fetch GET 304 https://registry.npmjs.org/react-dom 448ms (from cache) 8 http fetch GET 304 https://registry.npmjs.org/react-scripts 456ms (from cache) 9 silly pacote tag manifest for react-dom@latest fetched in 472ms 10 silly pacote tag manifest for react-scripts@latest fetched in 473ms 11 http fetch GET 304 https://registry.npmjs.org/cra-template 474ms (from cache) 12 http fetch GET 304 https://registry.npmjs.org/react 489ms (from cache) 13 silly pacote tag manifest for cra-template@latest fetched in 484ms 14 silly pacote tag manifest for react@latest fetched in 518ms 15 timing stage:loadCurrentTree Completed in 572ms 16 silly install loadIdealTree 17 silly install cloneCurrentTreeToIdealTree 18 timing stage:loadIdealTree:cloneCurrentTree Completed in 0ms 19 silly install loadShrinkwrap 20 timing stage:loadIdealTree:loadShrinkwrap Completed in 1ms 21 silly install loadAllDepsIntoIdealTree 22 silly resolveWithNewModule react-dom@16.13.1 checking installable status 23 silly resolveWithNewModule react-scripts@3.4.1 checking installable status 24 silly resolveWithNewModule cra-template@1.0.3 checking installable status 25 silly resolveWithNewModule react@16.13.1 checking installable status 26 http fetch GET 304 https://registry.npmjs.org/loose-envify 88ms (from cache) 27 silly pacote range manifest for loose-envify@^1.1.0 fetched in 96ms 28 silly resolveWithNewModule loose-envify@1.4.0 checking installable status 29 http fetch GET 304 https://registry.npmjs.org/object-assign 100ms (from cache) 30 silly pacote range manifest for object-assign@^4.1.1 fetched in 104ms 31 silly resolveWithNewModule object-assign@4.1.1 checking installable status 32 http fetch GET 304 https://registry.npmjs.org/prop-types 104ms (from cache) 33 silly pacote range manifest for prop-types@^15.6.2 fetched in 108ms 34 silly resolveWithNewModule prop-types@15.7.2 checking installable status 35 http fetch GET 304 https://registry.npmjs.org/js-tokens 93ms (from cache) 36 silly pacote range manifest for js-tokens@^3.0.0 || ^4.0.0 fetched in 99ms 37 silly resolveWithNewModule js-tokens@4.0.0 checking installable status 38 http fetch GET 304 https://registry.npmjs.org/react-is 96ms (from cache) 39 silly pacote range manifest for react-is@^16.8.1 fetched in 105ms 40 silly resolveWithNewModule react-is@16.13.1 checking installable status 41 http fetch GET 304 https://registry.npmjs.org/scheduler 84ms (from cache) 42 silly pacote range manifest for scheduler@^0.19.1 fetched in 91ms 43 silly resolveWithNewModule scheduler@0.19.1 checking installable status 44 http fetch GET 304 https://registry.npmjs.org/@svgr%2Fwebpack 183ms (from cache) 45 silly pacote version manifest for @svgr/webpack@4.3.3 fetched in 223ms 46 silly resolveWithNewModule @svgr/webpack@4.3.3 checking installable status 47 http fetch GET 304 https://registry.npmjs.org/@babel%2Fcore 231ms (from cache) 48 silly pacote version manifest for @babel/core@7.9.0 fetched in 253ms 49 silly resolveWithNewModule @babel/core@7.9.0 checking installable status 50 http fetch GET 304 https://registry.npmjs.org/@typescript-eslint%2Feslint-plugin 289ms (from cache) 51 silly pacote range manifest for @typescript-eslint/eslint-plugin@^2.10.0 fetched in 312ms 52 silly resolveWithNewModule @typescript-eslint/eslint-plugin@2.27.0 checking installable status 53 http fetch GET 304 https://registry.npmjs.org/@typescript-eslint%2Fparser 318ms (from cache) 54 http fetch GET 304 https://registry.npmjs.org/camelcase 334ms (from cache) 55 http fetch GET 304 https://registry.npmjs.org/babel-loader 339ms (from cache) 56 http fetch GET 304 https://registry.npmjs.org/babel-eslint 347ms (from cache) 57 http fetch GET 304 https://registry.npmjs.org/babel-plugin-named-asset-import 348ms (from cache) 58 http fetch GET 304 https://registry.npmjs.org/babel-preset-react-app 348ms (from cache) 59 silly pacote range manifest for @typescript-eslint/parser@^2.10.0 fetched in 360ms 60 silly resolveWithNewModule @typescript-eslint/parser@2.27.0 checking installable status 61 silly pacote range manifest for camelcase@^5.3.1 fetched in 361ms 62 silly resolveWithNewModule camelcase@5.3.1 checking installable status 63 silly pacote version manifest for babel-loader@8.1.0 fetched in 369ms 64 silly resolveWithNewModule babel-loader@8.1.0 checking installable status 65 http fetch GET 304 https://registry.npmjs.org/babel-jest 381ms (from cache) 66 silly pacote version manifest for babel-eslint@10.1.0 fetched in 394ms 67 silly resolveWithNewModule babel-eslint@10.1.0 checking installable status 68 silly pacote range manifest for babel-plugin-named-asset-import@^0.3.6 fetched in 395ms 69 silly resolveWithNewModule babel-plugin-named-asset-import@0.3.6 checking installable status 70 silly pacote range manifest for babel-preset-react-app@^9.1.2 fetched in 396ms 71 silly resolveWithNewModule babel-preset-react-app@9.1.2 checking installable status 72 silly pacote range manifest for babel-jest@^24.9.0 fetched in 422ms 73 silly resolveWithNewModule babel-jest@24.9.0 checking installable status 74 http fetch GET 304 https://registry.npmjs.org/case-sensitive-paths-webpack-plugin 281ms (from cache) 75 silly pacote version manifest for case-sensitive-paths-webpack-plugin@2.3.0 fetched in 303ms 76 silly resolveWithNewModule case-sensitive-paths-webpack-plugin@2.3.0 checking installable status 77 http fetch GET 304 https://registry.npmjs.org/css-loader 300ms (from cache) 78 silly pacote version manifest for css-loader@3.4.2 fetched in 340ms 79 silly resolveWithNewModule css-loader@3.4.2 checking installable status 80 http fetch GET 304 https://registry.npmjs.org/dotenv 293ms (from cache) 81 silly pacote version manifest for dotenv@8.2.0 fetched in 308ms 82 silly resolveWithNewModule dotenv@8.2.0 checking installable status 83 http fetch GET 304 https://registry.npmjs.org/dotenv-expand 273ms (from cache) 84 http fetch GET 304 https://registry.npmjs.org/eslint-config-react-app 262ms (from cache) 85 silly pacote version manifest for dotenv-expand@5.1.0 fetched in 281ms 86 silly resolveWithNewModule dotenv-expand@5.1.0 checking installable status 87 http fetch GET 304 https://registry.npmjs.org/eslint-loader 248ms (from cache) 88 silly pacote range manifest for eslint-config-react-app@^5.2.1 fetched in 279ms 89 silly resolveWithNewModule eslint-config-react-app@5.2.1 checking installable status 90 http fetch GET 304 https://registry.npmjs.org/eslint-plugin-flowtype 256ms (from cache) 91 http fetch GET 304 https://registry.npmjs.org/eslint-plugin-import 258ms (from cache) 92 http fetch GET 304 https://registry.npmjs.org/eslint 297ms (from cache) 93 silly pacote version manifest for eslint-loader@3.0.3 fetched in 288ms 94 silly resolveWithNewModule eslint-loader@3.0.3 checking installable status 95 silly pacote version manifest for eslint-plugin-flowtype@4.6.0 fetched in 299ms 96 silly resolveWithNewModule eslint-plugin-flowtype@4.6.0 checking installable status 97 silly pacote version manifest for eslint-plugin-import@2.20.1 fetched in 300ms 98 silly resolveWithNewModule eslint-plugin-import@2.20.1 checking installable status 99 silly pacote range manifest for eslint@^6.6.0 fetched in 341ms 100 silly resolveWithNewModule eslint@6.8.0 checking installable status 101 http fetch GET 304 https://registry.npmjs.org/eslint-plugin-jsx-a11y 288ms (from cache) 102 silly pacote version manifest for eslint-plugin-jsx-a11y@6.2.3 fetched in 315ms 103 silly resolveWithNewModule eslint-plugin-jsx-a11y@6.2.3 checking installable status 104 http fetch GET 304 https://registry.npmjs.org/eslint-plugin-react 285ms (from cache) 105 silly pacote version manifest for eslint-plugin-react@7.19.0 fetched in 302ms 106 silly resolveWithNewModule eslint-plugin-react@7.19.0 checking installable status 107 http fetch GET 304 https://registry.npmjs.org/file-loader 216ms (from cache) 108 http fetch GET 304 https://registry.npmjs.org/eslint-plugin-react-hooks 245ms (from cache) 109 silly pacote version manifest for file-loader@4.3.0 fetched in 237ms 110 silly resolveWithNewModule file-loader@4.3.0 checking installable status 111 silly pacote range manifest for eslint-plugin-react-hooks@^1.6.1 fetched in 269ms 112 silly resolveWithNewModule eslint-plugin-react-hooks@1.7.0 checking installable status 113 http fetch GET 304 https://registry.npmjs.org/fs-extra 229ms (from cache) 114 http fetch GET 304 https://registry.npmjs.org/html-webpack-plugin 236ms (from cache) 115 http fetch GET 304 https://registry.npmjs.org/identity-obj-proxy 204ms (from cache) 116 silly pacote range manifest for fs-extra@^8.1.0 fetched in 253ms 117 silly resolveWithNewModule fs-extra@8.1.0 checking installable status 118 silly pacote version manifest for html-webpack-plugin@4.0.0-beta.11 fetched in 249ms 119 silly resolveWithNewModule html-webpack-plugin@4.0.0-beta.11 checking installable status 120 http fetch GET 304 https://registry.npmjs.org/jest-environment-jsdom-fourteen 199ms (from cache) 121 silly pacote version manifest for identity-obj-proxy@3.0.0 fetched in 214ms 122 silly resolveWithNewModule identity-obj-proxy@3.0.0 checking installable status 123 http fetch GET 304 https://registry.npmjs.org/jest 206ms (from cache) 124 silly pacote version manifest for jest-environment-jsdom-fourteen@1.0.1 fetched in 218ms 125 silly resolveWithNewModule jest-environment-jsdom-fourteen@1.0.1 checking installable status 126 silly pacote version manifest for jest@24.9.0 fetched in 228ms 127 silly resolveWithNewModule jest@24.9.0 checking installable status 128 http fetch GET 304 https://registry.npmjs.org/jest-resolve 226ms (from cache) 129 silly pacote version manifest for jest-resolve@24.9.0 fetched in 273ms 130 silly resolveWithNewModule jest-resolve@24.9.0 checking installable status 131 http fetch GET 304 https://registry.npmjs.org/jest-watch-typeahead 257ms (from cache) 132 silly pacote version manifest for jest-watch-typeahead@0.4.2 fetched in 270ms 133 silly resolveWithNewModule jest-watch-typeahead@0.4.2 checking installable status 134 http fetch GET 304 https://registry.npmjs.org/mini-css-extract-plugin 203ms (from cache) 135 silly pacote version manifest for mini-css-extract-plugin@0.9.0 fetched in 209ms 136 silly resolveWithNewModule mini-css-extract-plugin@0.9.0 checking installable status 137 http fetch GET 304 https://registry.npmjs.org/pnp-webpack-plugin 179ms (from cache) 138 http fetch GET 304 https://registry.npmjs.org/optimize-css-assets-webpack-plugin 185ms (from cache) 139 http fetch GET 304 https://registry.npmjs.org/postcss-flexbugs-fixes 146ms (from cache) 140 http fetch GET 304 https://registry.npmjs.org/postcss-loader 145ms (from cache) 141 silly pacote version manifest for optimize-css-assets-webpack-plugin@5.0.3 fetched in 192ms 142 silly resolveWithNewModule optimize-css-assets-webpack-plugin@5.0.3 checking installable status 143 silly pacote version manifest for pnp-webpack-plugin@1.6.4 fetched in 189ms 144 silly resolveWithNewModule pnp-webpack-plugin@1.6.4 checking installable status 145 silly pacote version manifest for postcss-flexbugs-fixes@4.1.0 fetched in 160ms 146 silly resolveWithNewModule postcss-flexbugs-fixes@4.1.0 checking installable status 147 silly pacote version manifest for postcss-loader@3.0.0 fetched in 161ms 148 silly resolveWithNewModule postcss-loader@3.0.0 checking installable status 149 http fetch GET 304 https://registry.npmjs.org/postcss-normalize 172ms (from cache) 150 silly pacote version manifest for postcss-normalize@8.0.1 fetched in 179ms 151 silly resolveWithNewModule postcss-normalize@8.0.1 checking installable status 152 http fetch GET 304 https://registry.npmjs.org/postcss-safe-parser 172ms (from cache) 153 silly pacote version manifest for postcss-safe-parser@4.0.1 fetched in 181ms 154 silly resolveWithNewModule postcss-safe-parser@4.0.1 checking installable status 155 http fetch GET 304 https://registry.npmjs.org/react-app-polyfill 129ms (from cache) 156 http fetch GET 304 https://registry.npmjs.org/postcss-preset-env 191ms (from cache) 157 silly pacote range manifest for react-app-polyfill@^1.0.6 fetched in 147ms 158 silly resolveWithNewModule react-app-polyfill@1.0.6 checking installable status 159 silly pacote version manifest for postcss-preset-env@6.7.0 fetched in 214ms 160 silly resolveWithNewModule postcss-preset-env@6.7.0 checking installable status 161 http fetch GET 304 https://registry.npmjs.org/react-dev-utils 151ms (from cache) 162 silly pacote range manifest for react-dev-utils@^10.2.1 fetched in 163ms 163 silly resolveWithNewModule react-dev-utils@10.2.1 checking installable status 164 http fetch GET 304 https://registry.npmjs.org/resolve 160ms (from cache) 165 http fetch GET 304 https://registry.npmjs.org/resolve-url-loader 159ms (from cache) 166 http fetch GET 304 https://registry.npmjs.org/style-loader 152ms (from cache) 167 http fetch GET 304 https://registry.npmjs.org/semver 161ms (from cache) 168 silly pacote version manifest for resolve@1.15.0 fetched in 186ms 169 silly resolveWithNewModule resolve@1.15.0 checking installable status 170 http fetch GET 304 https://registry.npmjs.org/sass-loader 175ms (from cache) 171 silly pacote version manifest for resolve-url-loader@3.1.1 fetched in 184ms 172 silly resolveWithNewModule resolve-url-loader@3.1.1 checking installable status 173 silly pacote version manifest for style-loader@0.23.1 fetched in 183ms 174 silly resolveWithNewModule style-loader@0.23.1 checking installable status 175 silly pacote version manifest for semver@6.3.0 fetched in 195ms 176 silly resolveWithNewModule semver@6.3.0 checking installable status 177 silly pacote version manifest for sass-loader@8.0.2 fetched in 205ms 178 silly resolveWithNewModule sass-loader@8.0.2 checking installable status 179 http fetch GET 304 https://registry.npmjs.org/terser-webpack-plugin 190ms (from cache) 180 silly pacote version manifest for terser-webpack-plugin@2.3.5 fetched in 205ms 181 silly resolveWithNewModule terser-webpack-plugin@2.3.5 checking installable status 182 http fetch GET 304 https://registry.npmjs.org/ts-pnp 223ms (from cache) 183 http fetch GET 304 https://registry.npmjs.org/url-loader 203ms (from cache) 184 silly pacote version manifest for ts-pnp@1.1.6 fetched in 234ms 185 silly resolveWithNewModule ts-pnp@1.1.6 checking installable status 186 silly pacote version manifest for url-loader@2.3.0 fetched in 213ms 187 silly resolveWithNewModule url-loader@2.3.0 checking installable status 188 http fetch GET 304 https://registry.npmjs.org/webpack-dev-server 178ms (from cache) 189 http fetch GET 304 https://registry.npmjs.org/webpack 237ms (from cache) 190 silly pacote version manifest for webpack-dev-server@3.10.3 fetched in 234ms 191 silly resolveWithNewModule webpack-dev-server@3.10.3 checking installable status 192 silly pacote version manifest for webpack@4.42.0 fetched in 273ms 193 silly resolveWithNewModule webpack@4.42.0 checking installable status 194 http fetch GET 304 https://registry.npmjs.org/webpack-manifest-plugin 188ms (from cache) 195 http fetch GET 304 https://registry.npmjs.org/workbox-webpack-plugin 183ms (from cache) 196 http fetch GET 304 https://registry.npmjs.org/fsevents 173ms (from cache) 197 silly pacote version manifest for webpack-manifest-plugin@2.2.0 fetched in 195ms 198 silly resolveWithNewModule webpack-manifest-plugin@2.2.0 checking installable status 199 silly pacote version manifest for workbox-webpack-plugin@4.3.1 fetched in 188ms 200 silly resolveWithNewModule workbox-webpack-plugin@4.3.1 checking installable status 201 silly pacote version manifest for fsevents@2.1.2 fetched in 177ms 202 silly resolveWithNewModule fsevents@2.1.2 checking installable status 203 http fetch GET 304 https://registry.npmjs.org/convert-source-map 146ms (from cache) 204 http fetch GET 304 https://registry.npmjs.org/@babel%2Fcode-frame 153ms (from cache) 205 http fetch GET 304 https://registry.npmjs.org/debug 149ms (from cache) 206 http fetch GET 304 https://registry.npmjs.org/@babel%2Fhelpers 157ms (from cache) 207 silly pacote range manifest for convert-source-map@^1.7.0 fetched in 156ms 208 silly resolveWithNewModule convert-source-map@1.7.0 checking installable status 209 http fetch GET 304 https://registry.npmjs.org/@babel%2Fparser 161ms (from cache) 210 silly pacote range manifest for @babel/code-frame@^7.8.3 fetched in 168ms 211 silly resolveWithNewModule @babel/code-frame@7.8.3 checking installable status 212 silly pacote range manifest for debug@^4.1.0 fetched in 165ms 213 silly resolveWithNewModule debug@4.1.1 checking installable status 214 http fetch GET 304 https://registry.npmjs.org/@babel%2Fgenerator 172ms (from cache) 215 silly pacote range manifest for @babel/helpers@^7.9.0 fetched in 174ms 216 silly resolveWithNewModule @babel/helpers@7.9.2 checking installable status 217 http fetch GET 304 https://registry.npmjs.org/@babel%2Fhelper-module-transforms 177ms (from cache) 218 http fetch GET 304 https://registry.npmjs.org/@babel%2Ftemplate 180ms (from cache) 219 silly pacote range manifest for @babel/parser@^7.9.0 fetched in 183ms 220 silly resolveWithNewModule @babel/parser@7.9.4 checking installable status 221 silly pacote range manifest for @babel/generator@^7.9.0 fetched in 194ms 222 silly resolveWithNewModule @babel/generator@7.9.5 checking installable status 223 silly pacote range manifest for semver@^5.4.1 fetched in 17ms 224 silly resolveWithNewModule semver@5.7.1 checking installable status 225 silly pacote range manifest for @babel/helper-module-transforms@^7.9.0 fetched in 198ms 226 silly resolveWithNewModule @babel/helper-module-transforms@7.9.0 checking installable status 227 silly pacote range manifest for @babel/template@^7.8.6 fetched in 196ms 228 silly resolveWithNewModule @babel/template@7.8.6 checking installable status 229 http fetch GET 304 https://registry.npmjs.org/@babel%2Ftypes 197ms (from cache) 230 http fetch GET 304 https://registry.npmjs.org/@babel%2Ftraverse 201ms (from cache) 231 silly pacote range manifest for @babel/types@^7.9.0 fetched in 204ms 232 silly resolveWithNewModule @babel/types@7.9.5 checking installable status 233 silly pacote range manifest for @babel/traverse@^7.9.0 fetched in 206ms 234 silly resolveWithNewModule @babel/traverse@7.9.5 checking installable status 235 http fetch GET 304 https://registry.npmjs.org/gensync 80ms (from cache) 236 silly pacote range manifest for gensync@^1.0.0-beta.1 fetched in 85ms 237 silly resolveWithNewModule gensync@1.0.0-beta.1 checking installable status 238 http fetch GET 304 https://registry.npmjs.org/lodash 91ms (from cache) 239 silly pacote range manifest for lodash@^4.17.13 fetched in 93ms 240 silly resolveWithNewModule lodash@4.17.15 checking installable status 241 http fetch GET 304 https://registry.npmjs.org/json5 100ms (from cache) 242 silly pacote range manifest for json5@^2.1.2 fetched in 107ms 243 silly resolveWithNewModule json5@2.1.3 checking installable status 244 http fetch GET 304 https://registry.npmjs.org/source-map 96ms (from cache) 245 silly pacote range manifest for source-map@^0.5.0 fetched in 100ms 246 silly resolveWithNewModule source-map@0.5.7 checking installable status 247 http fetch GET 304 https://registry.npmjs.org/@babel%2Fhighlight 84ms (from cache) 248 silly pacote range manifest for @babel/highlight@^7.8.3 fetched in 88ms 249 silly resolveWithNewModule @babel/highlight@7.9.0 checking installable status 250 http fetch GET 304 https://registry.npmjs.org/@babel%2Fhelper-validator-identifier 111ms (from cache) 251 http fetch GET 304 https://registry.npmjs.org/chalk 111ms (from cache) 252 silly pacote range manifest for @babel/helper-validator-identifier@^7.9.0 fetched in 115ms 253 silly resolveWithNewModule @babel/helper-validator-identifier@7.9.5 checking installable status 254 silly pacote range manifest for chalk@^2.0.0 fetched in 115ms 255 silly resolveWithNewModule chalk@2.4.2 checking installable status 256 http fetch GET 304 https://registry.npmjs.org/ansi-styles 80ms (from cache) 257 silly pacote range manifest for ansi-styles@^3.2.1 fetched in 84ms 258 silly resolveWithNewModule ansi-styles@3.2.1 checking installable status 259 http fetch GET 304 https://registry.npmjs.org/escape-string-regexp 88ms (from cache) 260 silly pacote range manifest for escape-string-regexp@^1.0.5 fetched in 90ms 261 silly resolveWithNewModule escape-string-regexp@1.0.5 checking installable status 262 http fetch GET 304 https://registry.npmjs.org/supports-color 93ms (from cache) 263 silly pacote range manifest for supports-color@^5.3.0 fetched in 95ms 264 silly resolveWithNewModule supports-color@5.5.0 checking installable status 265 http fetch GET 304 https://registry.npmjs.org/color-convert 76ms (from cache) 266 silly pacote range manifest for color-convert@^1.9.0 fetched in 81ms 267 silly resolveWithNewModule color-convert@1.9.3 checking installable status 268 http fetch GET 304 https://registry.npmjs.org/color-name 71ms (from cache) 269 silly pacote version manifest for color-name@1.1.3 fetched in 74ms 270 silly resolveWithNewModule color-name@1.1.3 checking installable status 271 http fetch GET 304 https://registry.npmjs.org/has-flag 81ms (from cache) 272 silly pacote range manifest for has-flag@^3.0.0 fetched in 85ms 273 silly resolveWithNewModule has-flag@3.0.0 checking installable status 274 http fetch GET 304 https://registry.npmjs.org/jsesc 85ms (from cache) 275 silly pacote range manifest for jsesc@^2.5.1 fetched in 90ms 276 silly resolveWithNewModule jsesc@2.5.2 checking installable status 277 http fetch GET 304 https://registry.npmjs.org/to-fast-properties 106ms (from cache) 278 silly pacote range manifest for to-fast-properties@^2.0.0 fetched in 109ms 279 silly resolveWithNewModule to-fast-properties@2.0.0 checking installable status 280 http fetch GET 304 https://registry.npmjs.org/@babel%2Fhelper-replace-supers 97ms (from cache) 281 silly pacote range manifest for @babel/helper-replace-supers@^7.8.6 fetched in 116ms 282 silly resolveWithNewModule @babel/helper-replace-supers@7.8.6 checking installable status 283 http fetch GET 304 https://registry.npmjs.org/@babel%2Fhelper-simple-access 124ms (from cache) 284 http fetch GET 304 https://registry.npmjs.org/@babel%2Fhelper-split-export-declaration 127ms (from cache) 285 silly pacote range manifest for @babel/helper-simple-access@^7.8.3 fetched in 130ms 286 silly resolveWithNewModule @babel/helper-simple-access@7.8.3 checking installable status 287 silly pacote range manifest for @babel/helper-split-export-declaration@^7.8.3 fetched in 131ms 288 silly resolveWithNewModule @babel/helper-split-export-declaration@7.8.3 checking installable status 289 http fetch GET 304 https://registry.npmjs.org/@babel%2Fhelper-module-imports 137ms (from cache) 290 silly pacote range manifest for @babel/helper-module-imports@^7.8.3 fetched in 140ms 291 silly resolveWithNewModule @babel/helper-module-imports@7.8.3 checking installable status 292 http fetch GET 304 https://registry.npmjs.org/@babel%2Fhelper-optimise-call-expression 98ms (from cache) 293 http fetch GET 304 https://registry.npmjs.org/@babel%2Fhelper-member-expression-to-functions 102ms (from cache) 294 silly pacote range manifest for @babel/helper-optimise-call-expression@^7.8.3 fetched in 104ms 295 silly resolveWithNewModule @babel/helper-optimise-call-expression@7.8.3 checking installable status 296 silly pacote range manifest for @babel/helper-member-expression-to-functions@^7.8.3 fetched in 107ms 297 silly resolveWithNewModule @babel/helper-member-expression-to-functions@7.8.3 checking installable status 298 http fetch GET 304 https://registry.npmjs.org/@babel%2Fhelper-function-name 95ms (from cache) 299 silly pacote range manifest for @babel/helper-function-name@^7.9.5 fetched in 98ms 300 silly resolveWithNewModule @babel/helper-function-name@7.9.5 checking installable status 301 http fetch GET 304 https://registry.npmjs.org/globals 99ms (from cache) 302 silly pacote range manifest for globals@^11.1.0 fetched in 104ms 303 silly resolveWithNewModule globals@11.12.0 checking installable status 304 http fetch GET 304 https://registry.npmjs.org/@babel%2Fhelper-get-function-arity 110ms (from cache) 305 silly pacote range manifest for @babel/helper-get-function-arity@^7.8.3 fetched in 113ms 306 silly resolveWithNewModule @babel/helper-get-function-arity@7.8.3 checking installable status 307 http fetch GET 304 https://registry.npmjs.org/ms 75ms (from cache) 308 silly pacote range manifest for ms@^2.1.1 fetched in 78ms 309 silly resolveWithNewModule ms@2.1.2 checking installable status 310 http fetch GET 304 https://registry.npmjs.org/safe-buffer 89ms (from cache) 311 silly pacote range manifest for safe-buffer@~5.1.1 fetched in 91ms 312 silly resolveWithNewModule safe-buffer@5.1.2 checking installable status 313 http fetch GET 304 https://registry.npmjs.org/minimist 171ms (from cache) 314 silly pacote range manifest for minimist@^1.2.5 fetched in 173ms 315 silly resolveWithNewModule minimist@1.2.5 checking installable status 316 http fetch GET 304 https://registry.npmjs.org/path-parse 101ms (from cache) 317 silly pacote range manifest for path-parse@^1.0.6 fetched in 102ms 318 silly resolveWithNewModule path-parse@1.0.6 checking installable status 319 http fetch GET 304 https://registry.npmjs.org/@babel%2Fpreset-react 147ms (from cache) 320 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-react-constant-elements 156ms (from cache) 321 silly pacote range manifest for @babel/preset-react@^7.0.0 fetched in 159ms 322 silly resolveWithNewModule @babel/preset-react@7.9.4 checking installable status 323 silly pacote range manifest for @babel/plugin-transform-react-constant-elements@^7.0.0 fetched in 162ms 324 silly resolveWithNewModule @babel/plugin-transform-react-constant-elements@7.9.0 checking installable status 325 http fetch GET 304 https://registry.npmjs.org/@svgr%2Fplugin-jsx 160ms (from cache) 326 silly pacote range manifest for @svgr/plugin-jsx@^4.3.3 fetched in 164ms 327 silly resolveWithNewModule @svgr/plugin-jsx@4.3.3 checking installable status 328 http fetch GET 304 https://registry.npmjs.org/@svgr%2Fcore 166ms (from cache) 329 http fetch GET 304 https://registry.npmjs.org/loader-utils 165ms (from cache) 330 http fetch GET 304 https://registry.npmjs.org/@babel%2Fpreset-env 174ms (from cache) 331 silly pacote range manifest for @svgr/core@^4.3.3 fetched in 176ms 332 silly resolveWithNewModule @svgr/core@4.3.3 checking installable status 333 silly pacote range manifest for loader-utils@^1.2.3 fetched in 174ms 334 silly resolveWithNewModule loader-utils@1.4.0 checking installable status 335 http fetch GET 304 https://registry.npmjs.org/@svgr%2Fplugin-svgo 175ms (from cache) 336 silly pacote range manifest for @babel/preset-env@^7.4.5 fetched in 182ms 337 silly resolveWithNewModule @babel/preset-env@7.9.5 checking installable status 338 silly pacote range manifest for @svgr/plugin-svgo@^4.3.1 fetched in 179ms 339 silly resolveWithNewModule @svgr/plugin-svgo@4.3.1 checking installable status 340 http fetch GET 304 https://registry.npmjs.org/@babel%2Fhelper-plugin-utils 140ms (from cache) 341 silly pacote range manifest for @babel/helper-plugin-utils@^7.8.3 fetched in 143ms 342 silly resolveWithNewModule @babel/helper-plugin-utils@7.8.3 checking installable status 343 http fetch GET 304 https://registry.npmjs.org/@babel%2Fhelper-compilation-targets 198ms (from cache) 344 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-proposal-async-generator-functions 198ms (from cache) 345 silly pacote range manifest for @babel/helper-compilation-targets@^7.8.7 fetched in 206ms 346 silly resolveWithNewModule @babel/helper-compilation-targets@7.8.7 checking installable status 347 silly pacote range manifest for @babel/plugin-proposal-async-generator-functions@^7.8.3 fetched in 211ms 348 silly resolveWithNewModule @babel/plugin-proposal-async-generator-functions@7.8.3 checking installable status 349 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-proposal-optional-catch-binding 211ms (from cache) 350 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-proposal-json-strings 217ms (from cache) 351 http fetch GET 304 https://registry.npmjs.org/@babel%2Fcompat-data 221ms (from cache) 352 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-proposal-numeric-separator 220ms (from cache) 353 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-proposal-object-rest-spread 220ms (from cache) 354 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-proposal-dynamic-import 228ms (from cache) 355 silly pacote range manifest for @babel/plugin-proposal-optional-catch-binding@^7.8.3 fetched in 226ms 356 silly resolveWithNewModule @babel/plugin-proposal-optional-catch-binding@7.8.3 checking installable status 357 silly pacote range manifest for @babel/plugin-proposal-json-strings@^7.8.3 fetched in 231ms 358 silly resolveWithNewModule @babel/plugin-proposal-json-strings@7.8.3 checking installable status 359 silly pacote range manifest for @babel/compat-data@^7.9.0 fetched in 239ms 360 silly resolveWithNewModule @babel/compat-data@7.9.0 checking installable status 361 silly pacote range manifest for @babel/plugin-proposal-numeric-separator@^7.8.3 fetched in 236ms 362 silly resolveWithNewModule @babel/plugin-proposal-numeric-separator@7.8.3 checking installable status 363 silly pacote range manifest for @babel/plugin-proposal-object-rest-spread@^7.9.5 fetched in 240ms 364 silly resolveWithNewModule @babel/plugin-proposal-object-rest-spread@7.9.5 checking installable status 365 silly pacote range manifest for @babel/plugin-proposal-dynamic-import@^7.8.3 fetched in 247ms 366 silly resolveWithNewModule @babel/plugin-proposal-dynamic-import@7.8.3 checking installable status 367 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-proposal-nullish-coalescing-operator 247ms (from cache) 368 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-proposal-optional-chaining 252ms (from cache) 369 silly pacote range manifest for @babel/plugin-proposal-nullish-coalescing-operator@^7.8.3 fetched in 265ms 370 silly resolveWithNewModule @babel/plugin-proposal-nullish-coalescing-operator@7.8.3 checking installable status 371 silly pacote range manifest for @babel/plugin-proposal-optional-chaining@^7.9.0 fetched in 265ms 372 silly resolveWithNewModule @babel/plugin-proposal-optional-chaining@7.9.0 checking installable status 373 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-syntax-async-generators 92ms (from cache) 374 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-proposal-unicode-property-regex 97ms (from cache) 375 silly pacote range manifest for @babel/plugin-syntax-async-generators@^7.8.0 fetched in 95ms 376 silly resolveWithNewModule @babel/plugin-syntax-async-generators@7.8.4 checking installable status 377 silly pacote range manifest for @babel/plugin-proposal-unicode-property-regex@^7.8.3 fetched in 103ms 378 silly resolveWithNewModule @babel/plugin-proposal-unicode-property-regex@7.8.8 checking installable status 379 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-syntax-dynamic-import 203ms (from cache) 380 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-syntax-nullish-coalescing-operator 199ms (from cache) 381 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-syntax-object-rest-spread 195ms (from cache) 382 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-syntax-numeric-separator 201ms (from cache) 383 silly fetchPackageMetaData error for @babel/plugin-syntax-object-rest-spread@^7.8.0 Unexpected end of JSON input while parsing near ‘…rest-spread/-/plugin-’ 384 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-syntax-json-strings 210ms (from cache) 385 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-syntax-optional-catch-binding 198ms (from cache) 386 silly pacote range manifest for @babel/plugin-syntax-dynamic-import@^7.8.0 fetched in 220ms 387 silly resolveWithNewModule @babel/plugin-syntax-dynamic-import@7.8.3 checking installable status 388 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-syntax-top-level-await 183ms (from cache) 389 silly pacote range manifest for @babel/plugin-syntax-nullish-coalescing-operator@^7.8.0 fetched in 218ms 390 silly resolveWithNewModule @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 checking installable status 391 silly pacote range manifest for @babel/plugin-syntax-numeric-separator@^7.8.0 fetched in 218ms 392 silly resolveWithNewModule @babel/plugin-syntax-numeric-separator@7.8.3 checking installable status 393 silly pacote range manifest for @babel/plugin-syntax-json-strings@^7.8.0 fetched in 229ms 394 silly resolveWithNewModule @babel/plugin-syntax-json-strings@7.8.3 checking installable status 395 silly pacote range manifest for @babel/plugin-syntax-optional-catch-binding@^7.8.0 fetched in 215ms 396 silly resolveWithNewModule @babel/plugin-syntax-optional-catch-binding@7.8.3 checking installable status 397 silly pacote range manifest for @babel/plugin-syntax-top-level-await@^7.8.3 fetched in 200ms 398 silly resolveWithNewModule @babel/plugin-syntax-top-level-await@7.8.3 checking installable status 399 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-syntax-optional-chaining 230ms (from cache) 400 silly pacote range manifest for @babel/plugin-syntax-optional-chaining@^7.8.0 fetched in 235ms 401 silly resolveWithNewModule @babel/plugin-syntax-optional-chaining@7.8.3 checking installable status 402 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-arrow-functions 199ms (from cache) 403 silly pacote range manifest for @babel/plugin-transform-arrow-functions@^7.8.3 fetched in 202ms 404 silly resolveWithNewModule @babel/plugin-transform-arrow-functions@7.8.3 checking installable status 405 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-async-to-generator 206ms (from cache) 406 silly pacote range manifest for @babel/plugin-transform-async-to-generator@^7.8.3 fetched in 209ms 407 silly resolveWithNewModule @babel/plugin-transform-async-to-generator@7.8.3 checking installable status 408 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-block-scoped-functions 93ms (from cache) 409 silly pacote range manifest for @babel/plugin-transform-block-scoped-functions@^7.8.3 fetched in 97ms 410 silly resolveWithNewModule @babel/plugin-transform-block-scoped-functions@7.8.3 checking installable status 411 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-block-scoping 130ms (from cache) 412 silly pacote range manifest for @babel/plugin-transform-block-scoping@^7.8.3 fetched in 146ms 413 silly resolveWithNewModule @babel/plugin-transform-block-scoping@7.8.3 checking installable status 414 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-destructuring 142ms (from cache) 415 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-duplicate-keys 152ms (from cache) 416 silly pacote range manifest for @babel/plugin-transform-destructuring@^7.9.5 fetched in 161ms 417 silly resolveWithNewModule @babel/plugin-transform-destructuring@7.9.5 checking installable status 418 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-classes 172ms (from cache) 419 silly pacote range manifest for @babel/plugin-transform-duplicate-keys@^7.8.3 fetched in 174ms 420 silly resolveWithNewModule @babel/plugin-transform-duplicate-keys@7.8.3 checking installable status 421 silly pacote range manifest for @babel/plugin-transform-classes@^7.9.5 fetched in 191ms 422 silly resolveWithNewModule @babel/plugin-transform-classes@7.9.5 checking installable status 423 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-dotall-regex 195ms (from cache) 424 silly pacote range manifest for @babel/plugin-transform-dotall-regex@^7.8.3 fetched in 204ms 425 silly resolveWithNewModule @babel/plugin-transform-dotall-regex@7.8.3 checking installable status 426 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-for-of 168ms (from cache) 427 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-exponentiation-operator 177ms (from cache) 428 silly pacote range manifest for @babel/plugin-transform-for-of@^7.9.0 fetched in 175ms 429 silly resolveWithNewModule @babel/plugin-transform-for-of@7.9.0 checking installable status 430 silly pacote range manifest for @babel/plugin-transform-exponentiation-operator@^7.8.3 fetched in 186ms 431 silly resolveWithNewModule @babel/plugin-transform-exponentiation-operator@7.8.3 checking installable status 432 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-function-name 174ms (from cache) 433 silly pacote range manifest for @babel/plugin-transform-function-name@^7.8.3 fetched in 181ms 434 silly resolveWithNewModule @babel/plugin-transform-function-name@7.8.3 checking installable status 435 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-computed-properties 248ms (from cache) 436 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-literals 166ms (from cache) 437 silly pacote range manifest for @babel/plugin-transform-computed-properties@^7.8.3 fetched in 254ms 438 silly resolveWithNewModule @babel/plugin-transform-computed-properties@7.8.3 checking installable status 439 silly pacote range manifest for @babel/plugin-transform-literals@^7.8.3 fetched in 176ms 440 silly resolveWithNewModule @babel/plugin-transform-literals@7.8.3 checking installable status 441 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-member-expression-literals 136ms (from cache) 442 silly pacote range manifest for @babel/plugin-transform-member-expression-literals@^7.8.3 fetched in 139ms 443 silly resolveWithNewModule @babel/plugin-transform-member-expression-literals@7.8.3 checking installable status 444 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-modules-systemjs 98ms (from cache) 445 silly pacote range manifest for @babel/plugin-transform-modules-systemjs@^7.9.0 fetched in 102ms 446 silly resolveWithNewModule @babel/plugin-transform-modules-systemjs@7.9.0 checking installable status 447 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-modules-amd 132ms (from cache) 448 silly pacote range manifest for @babel/plugin-transform-modules-amd@^7.9.0 fetched in 136ms 449 silly resolveWithNewModule @babel/plugin-transform-modules-amd@7.9.0 checking installable status 450 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-named-capturing-groups-regex 107ms (from cache) 451 silly pacote range manifest for @babel/plugin-transform-named-capturing-groups-regex@^7.8.3 fetched in 113ms 452 silly resolveWithNewModule @babel/plugin-transform-named-capturing-groups-regex@7.8.3 checking installable status 453 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-new-target 127ms (from cache) 454 silly pacote range manifest for @babel/plugin-transform-new-target@^7.8.3 fetched in 140ms 455 silly resolveWithNewModule @babel/plugin-transform-new-target@7.8.3 checking installable status 456 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-modules-commonjs 193ms (from cache) 457 silly pacote range manifest for @babel/plugin-transform-modules-commonjs@^7.9.0 fetched in 202ms 458 silly resolveWithNewModule @babel/plugin-transform-modules-commonjs@7.9.0 checking installable status 459 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-modules-umd 184ms (from cache) 460 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-property-literals 141ms (from cache) 461 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-object-super 160ms (from cache) 462 silly pacote range manifest for @babel/plugin-transform-modules-umd@^7.9.0 fetched in 204ms 463 silly resolveWithNewModule @babel/plugin-transform-modules-umd@7.9.0 checking installable status 464 silly pacote range manifest for @babel/plugin-transform-property-literals@^7.8.3 fetched in 163ms 465 silly resolveWithNewModule @babel/plugin-transform-property-literals@7.8.3 checking installable status 466 silly pacote range manifest for @babel/plugin-transform-object-super@^7.8.3 fetched in 181ms 467 silly resolveWithNewModule @babel/plugin-transform-object-super@7.8.3 checking installable status 468 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-regenerator 152ms (from cache) 469 silly pacote range manifest for @babel/plugin-transform-regenerator@^7.8.7 fetched in 163ms 470 silly resolveWithNewModule @babel/plugin-transform-regenerator@7.8.7 checking installable status 471 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-reserved-words 156ms (from cache) 472 silly pacote range manifest for @babel/plugin-transform-reserved-words@^7.8.3 fetched in 160ms 473 silly resolveWithNewModule @babel/plugin-transform-reserved-words@7.8.3 checking installable status 474 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-shorthand-properties 149ms (from cache) 475 silly pacote range manifest for @babel/plugin-transform-shorthand-properties@^7.8.3 fetched in 160ms 476 silly resolveWithNewModule @babel/plugin-transform-shorthand-properties@7.8.3 checking installable status 477 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-parameters 221ms (from cache) 478 silly pacote range manifest for @babel/plugin-transform-parameters@^7.9.5 fetched in 248ms 479 silly resolveWithNewModule @babel/plugin-transform-parameters@7.9.5 checking installable status 480 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-spread 173ms (from cache) 481 silly pacote range manifest for @babel/plugin-transform-spread@^7.8.3 fetched in 191ms 482 silly resolveWithNewModule @babel/plugin-transform-spread@7.8.3 checking installable status 483 silly pacote range manifest for semver@^5.5.0 fetched in 12ms 484 silly resolveWithNewModule semver@5.7.1 checking installable status 485 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-sticky-regex 198ms (from cache) 486 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-typeof-symbol 155ms (from cache) 487 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-template-literals 181ms (from cache) 488 silly pacote range manifest for @babel/plugin-transform-sticky-regex@^7.8.3 fetched in 206ms 489 silly resolveWithNewModule @babel/plugin-transform-sticky-regex@7.8.3 checking installable status 490 silly pacote range manifest for @babel/plugin-transform-typeof-symbol@^7.8.4 fetched in 165ms 491 silly resolveWithNewModule @babel/plugin-transform-typeof-symbol@7.8.4 checking installable status 492 http fetch GET 304 https://registry.npmjs.org/@babel%2Fpreset-modules 155ms (from cache) 493 silly pacote range manifest for @babel/plugin-transform-template-literals@^7.8.3 fetched in 189ms 494 silly resolveWithNewModule @babel/plugin-transform-template-literals@7.8.3 checking installable status 495 http fetch GET 304 https://registry.npmjs.org/@babel%2Fplugin-transform-unicode-regex 160ms (from cache) 496 http fetch GET 304 https://registry.npmjs.org/invariant 116ms (from cache) 497 silly pacote range manifest for @babel/preset-modules@^0.1.3 fetched in 161ms 498 silly resolveWithNewModule @babel/preset-modules@0.1.3 checking installable status 499 http fetch GET 304 https://registry.npmjs.org/core-js-compat 134ms (from cache) 500 silly pacote range manifest for @babel/plugin-transform-unicode-regex@^7.8.3 fetched in 168ms 501 silly resolveWithNewModule @babel/plugin-transform-unicode-regex@7.8.3 checking installable status 502 silly pacote range manifest for invariant@^2.2.2 fetched in 123ms 503 silly resolveWithNewModule invariant@2.2.4 checking installable status 504 http fetch GET 304 https://registry.npmjs.org/browserslist 147ms (from cache) 505 silly pacote range manifest for core-js-compat@^3.6.2 fetched in 144ms 506 silly resolveWithNewModule core-js-compat@3.6.5 checking installable status 507 silly pacote range manifest for browserslist@^4.9.1 fetched in 154ms 508 silly resolveWithNewModule browserslist@4.11.1 checking installable status 509 http fetch GET 304 https://registry.npmjs.org/levenary 105ms (from cache) 510 silly pacote range manifest for levenary@^1.1.1 fetched in 108ms 511 silly resolveWithNewModule levenary@1.1.1 checking installable status 512 timing stage:rollbackFailedOptional Completed in 0ms 513 timing stage:runTopLevelLifecycles Completed in 6049ms 514 silly saveTree app44@0.1.0 514 silly saveTree ±- cra-template@1.0.3 514 silly saveTree ±- react-dom@16.13.1 514 silly saveTree | ±- loose-envify@1.4.0 514 silly saveTree | | -- js-tokens@4.0.0 514 silly saveTree | +-- object-assign@4.1.1 514 silly saveTree | +-- prop-types@15.7.2 514 silly saveTree | | – react-is@16.13.1 514 silly saveTree | -- scheduler@0.19.1 514 silly saveTree +-- react-scripts@3.4.1 514 silly saveTree | +-- @babel/core@7.9.0 514 silly saveTree | | +-- @babel/code-frame@7.8.3 514 silly saveTree | | | @babel/highlight@7.9.0 514 silly saveTree | | | ±- @babel/helper-validator-identifier@7.9.5 514 silly saveTree | | | -- chalk@2.4.2 514 silly saveTree | | | +-- ansi-styles@3.2.1 514 silly saveTree | | | | – color-convert@1.9.3 514 silly saveTree | | | | -- color-name@1.1.3 514 silly saveTree | | | +-- escape-string-regexp@1.0.5 514 silly saveTree | | | – supports-color@5.5.0 514 silly saveTree | | | -- has-flag@3.0.0 514 silly saveTree | | +-- @babel/generator@7.9.5 514 silly saveTree | | | +-- @babel/types@7.9.5 514 silly saveTree | | | | +-- lodash@4.17.15 514 silly saveTree | | | | – to-fast-properties@2.0.0 514 silly saveTree | | | ±- jsesc@2.5.2 514 silly saveTree | | | ±- lodash@4.17.15 514 silly saveTree | | | -- source-map@0.5.7 514 silly saveTree | | +-- @babel/helper-module-transforms@7.9.0 514 silly saveTree | | | +-- @babel/helper-module-imports@7.8.3 514 silly saveTree | | | +-- @babel/helper-replace-supers@7.8.6 514 silly saveTree | | | | +-- @babel/helper-member-expression-to-functions@7.8.3 514 silly saveTree | | | | +-- @babel/helper-optimise-call-expression@7.8.3 514 silly saveTree | | | | @babel/traverse@7.9.5 514 silly saveTree | | | | ±- @babel/helper-function-name@7.9.5 514 silly saveTree | | | | | ±- @babel/helper-get-function-arity@7.8.3 514 silly saveTree | | | | | -- @babel/template@7.8.6 514 silly saveTree | | | | | @babel/parser@7.9.4 514 silly saveTree | | | | ±- @babel/helper-split-export-declaration@7.8.3 514 silly saveTree | | | | ±- @babel/parser@7.9.4 514 silly saveTree | | | | ±- debug@4.1.1 514 silly saveTree | | | | | -- ms@2.1.2 514 silly saveTree | | | | – globals@11.12.0 514 silly saveTree | | | ±- @babel/helper-simple-access@7.8.3 514 silly saveTree | | | ±- @babel/helper-split-export-declaration@7.8.3 514 silly saveTree | | | -- @babel/template@7.8.6 514 silly saveTree | | +-- @babel/helpers@7.9.2 514 silly saveTree | | +-- @babel/parser@7.9.4 514 silly saveTree | | +-- @babel/template@7.8.6 514 silly saveTree | | +-- @babel/traverse@7.9.5 514 silly saveTree | | +-- @babel/types@7.9.5 514 silly saveTree | | +-- convert-source-map@1.7.0 514 silly saveTree | | | – safe-buffer@5.1.2 514 silly saveTree | | ±- debug@4.1.1 514 silly saveTree | | ±- gensync@1.0.0-beta.1 514 silly saveTree | | ±- json5@2.1.3 514 silly saveTree | | | -- minimist@1.2.5 514 silly saveTree | | +-- lodash@4.17.15 514 silly saveTree | | +-- resolve@1.15.0 514 silly saveTree | | | – path-parse@1.0.6 514 silly saveTree | | ±- semver@5.7.1 514 silly saveTree | | -- source-map@0.5.7 514 silly saveTree | +-- @svgr/webpack@4.3.3 514 silly saveTree | | +-- @babel/plugin-transform-react-constant-elements@7.9.0 514 silly saveTree | | | @babel/helper-plugin-utils@7.8.3 514 silly saveTree | | ±- @babel/preset-env@7.9.5 514 silly saveTree | | | ±- @babel/compat-data@7.9.0 514 silly saveTree | | | | ±- browserslist@4.11.1 514 silly saveTree | | | | -- invariant@2.2.4 514 silly saveTree | | | +-- @babel/helper-compilation-targets@7.8.7 514 silly saveTree | | | | – levenary@1.1.1 514 silly saveTree | | | ±- @babel/plugin-proposal-async-generator-functions@7.8.3 514 silly saveTree | | | | -- @babel/plugin-syntax-async-generators@7.8.4 514 silly saveTree | | | +-- @babel/plugin-proposal-dynamic-import@7.8.3 514 silly saveTree | | | | @babel/plugin-syntax-dynamic-import@7.8.3 514 silly saveTree | | | ±- @babel/plugin-proposal-json-strings@7.8.3 514 silly saveTree | | | | -- @babel/plugin-syntax-json-strings@7.8.3 514 silly saveTree | | | +-- @babel/plugin-proposal-nullish-coalescing-operator@7.8.3 514 silly saveTree | | | | @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 514 silly saveTree | | | ±- @babel/plugin-proposal-numeric-separator@7.8.3 514 silly saveTree | | | | -- @babel/plugin-syntax-numeric-separator@7.8.3 514 silly saveTree | | | +-- @babel/plugin-proposal-object-rest-spread@7.9.5 514 silly saveTree | | | | @babel/plugin-transform-parameters@7.9.5 514 silly saveTree | | | ±- @babel/plugin-proposal-optional-catch-binding@7.8.3 514 silly saveTree | | | | -- @babel/plugin-syntax-optional-catch-binding@7.8.3 514 silly saveTree | | | +-- @babel/plugin-proposal-optional-chaining@7.9.0 514 silly saveTree | | | | @babel/plugin-syntax-optional-chaining@7.8.3 514 silly saveTree | | | ±- @babel/plugin-proposal-unicode-property-regex@7.8.8 514 silly saveTree | | | ±- @babel/plugin-syntax-async-generators@7.8.4 514 silly saveTree | | | ±- @babel/plugin-syntax-dynamic-import@7.8.3 514 silly saveTree | | | ±- @babel/plugin-syntax-json-strings@7.8.3 514 silly saveTree | | | ±- @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 514 silly saveTree | | | ±- @babel/plugin-syntax-numeric-separator@7.8.3 514 silly saveTree | | | ±- @babel/plugin-syntax-optional-catch-binding@7.8.3 514 silly saveTree | | | ±- @babel/plugin-syntax-optional-chaining@7.8.3 514 silly saveTree | | | ±- @babel/plugin-syntax-top-level-await@7.8.3 514 silly saveTree | | | ±- @babel/plugin-transform-arrow-functions@7.8.3 514 silly saveTree | | | ±- @babel/plugin-transform-async-to-generator@7.8.3 514 silly saveTree | | | ±- @babel/plugin-transform-block-scoped-functions@7.8.3 514 silly saveTree | | | ±- @babel/plugin-transform-block-scoping@7.8.3 514 silly saveTree | | | ±- @babel/plugin-transform-classes@7.9.5 514 silly saveTree | | | ±- @babel/plugin-transform-computed-properties@7.8.3 514 silly saveTree | | | ±- @babel/plugin-transform-destructuring@7.9.5 514 silly saveTree | | | ±- @babel/plugin-transform-dotall-regex@7.8.3 514 silly saveTree | | | ±- @babel/plugin-transform-duplicate-keys@7.8.3 514 silly saveTree | | | ±- @babel/plugin-transform-exponentiation-operator@7.8.3 514 silly saveTree | | | ±- @babel/plugin-transform-for-of@7.9.0 514 silly saveTree | | | ±- @babel/plugin-transform-function-name@7.8.3 514 silly saveTree | | | ±- @babel/plugin-transform-literals@7.8.3 514 silly saveTree | | | ±- @babel/plugin-transform-member-expression-literals@7.8.3 514 silly saveTree | | | ±- @babel/plugin-transform-modules-amd@7.9.0 514 silly saveTree | | | ±- @babel/plugin-transform-modules-commonjs@7.9.0 514 silly saveTree | | | ±- @babel/plugin-transform-modules-systemjs@7.9.0 514 silly saveTree | | | ±- @babel/plugin-transform-modules-umd@7.9.0 514 silly saveTree | | | ±- @babel/plugin-transform-named-capturing-groups-regex@7.8.3 514 silly saveTree | | | ±- @babel/plugin-transform-new-target@7.8.3 514 silly saveTree | | | ±- @babel/plugin-transform-object-super@7.8.3 514 silly saveTree | | | ±- @babel/plugin-transform-parameters@7.9.5 514 silly saveTree | | | ±- @babel/plugin-transform-property-literals@7.8.3 514 silly saveTree | | | ±- @babel/plugin-transform-regenerator@7.8.7 514 silly saveTree | | | ±- @babel/plugin-transform-reserved-words@7.8.3 514 silly saveTree | | | ±- @babel/plugin-transform-shorthand-properties@7.8.3 514 silly saveTree | | | ±- @babel/plugin-transform-spread@7.8.3 514 silly saveTree | | | ±- @babel/plugin-transform-sticky-regex@7.8.3 514 silly saveTree | | | ±- @babel/plugin-transform-template-literals@7.8.3 514 silly saveTree | | | ±- @babel/plugin-transform-typeof-symbol@7.8.4 514 silly saveTree | | | ±- @babel/plugin-transform-unicode-regex@7.8.3 514 silly saveTree | | | ±- @babel/preset-modules@0.1.3 514 silly saveTree | | | ±- browserslist@4.11.1 514 silly saveTree | | | ±- core-js-compat@3.6.5 514 silly saveTree | | | ±- invariant@2.2.4 514 silly saveTree | | | ±- levenary@1.1.1 514 silly saveTree | | | -- semver@5.7.1 514 silly saveTree | | +-- @babel/preset-react@7.9.4 514 silly saveTree | | +-- @svgr/core@4.3.3 514 silly saveTree | | | +-- @svgr/plugin-jsx@4.3.3 514 silly saveTree | | | – camelcase@5.3.1 514 silly saveTree | | ±- @svgr/plugin-jsx@4.3.3 514 silly saveTree | | ±- @svgr/plugin-svgo@4.3.1 514 silly saveTree | | -- loader-utils@1.4.0 514 silly saveTree | +-- @typescript-eslint/eslint-plugin@2.27.0 514 silly saveTree | +-- @typescript-eslint/parser@2.27.0 514 silly saveTree | +-- babel-eslint@10.1.0 514 silly saveTree | +-- babel-jest@24.9.0 514 silly saveTree | +-- babel-loader@8.1.0 514 silly saveTree | +-- babel-plugin-named-asset-import@0.3.6 514 silly saveTree | +-- babel-preset-react-app@9.1.2 514 silly saveTree | +-- camelcase@5.3.1 514 silly saveTree | +-- case-sensitive-paths-webpack-plugin@2.3.0 514 silly saveTree | +-- css-loader@3.4.2 514 silly saveTree | +-- dotenv-expand@5.1.0 514 silly saveTree | +-- dotenv@8.2.0 514 silly saveTree | +-- eslint-config-react-app@5.2.1 514 silly saveTree | +-- eslint-loader@3.0.3 514 silly saveTree | | – fs-extra@8.1.0 514 silly saveTree | ±- eslint-plugin-flowtype@4.6.0 514 silly saveTree | ±- eslint-plugin-import@2.20.1 514 silly saveTree | ±- eslint-plugin-jsx-a11y@6.2.3 514 silly saveTree | ±- eslint-plugin-react-hooks@1.7.0 514 silly saveTree | ±- eslint-plugin-react@7.19.0 514 silly saveTree | | -- semver@6.3.0 514 silly saveTree | +-- eslint@6.8.0 514 silly saveTree | +-- file-loader@4.3.0 514 silly saveTree | +-- fs-extra@8.1.0 514 silly saveTree | +-- fsevents@2.1.2 514 silly saveTree | +-- html-webpack-plugin@4.0.0-beta.11 514 silly saveTree | +-- identity-obj-proxy@3.0.0 514 silly saveTree | +-- jest-environment-jsdom-fourteen@1.0.1 514 silly saveTree | +-- jest-resolve@24.9.0 514 silly saveTree | +-- jest-watch-typeahead@0.4.2 514 silly saveTree | +-- jest@24.9.0 514 silly saveTree | +-- mini-css-extract-plugin@0.9.0 514 silly saveTree | +-- optimize-css-assets-webpack-plugin@5.0.3 514 silly saveTree | +-- pnp-webpack-plugin@1.6.4 514 silly saveTree | | – ts-pnp@1.1.6 514 silly saveTree | ±- postcss-flexbugs-fixes@4.1.0 514 silly saveTree | ±- postcss-loader@3.0.0 514 silly saveTree | ±- postcss-normalize@8.0.1 514 silly saveTree | ±- postcss-preset-env@6.7.0 514 silly saveTree | ±- postcss-safe-parser@4.0.1 514 silly saveTree | ±- react-app-polyfill@1.0.6 514 silly saveTree | ±- react-dev-utils@10.2.1 514 silly saveTree | ±- resolve-url-loader@3.1.1 514 silly saveTree | ±- resolve@1.15.0 514 silly saveTree | ±- sass-loader@8.0.2 514 silly saveTree | ±- semver@6.3.0 514 silly saveTree | ±- style-loader@0.23.1 514 silly saveTree | ±- terser-webpack-plugin@2.3.5 514 silly saveTree | ±- ts-pnp@1.1.6 514 silly saveTree | ±- url-loader@2.3.0 514 silly saveTree | ±- webpack-dev-server@3.10.3 514 silly saveTree | ±- webpack-manifest-plugin@2.2.0 514 silly saveTree | ±- webpack@4.42.0 514 silly saveTree | -- workbox-webpack-plugin@4.3.1 514 silly saveTree – react@16.13.1 515 warn optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules\react-scripts\node_modules\fsevents): 516 warn notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“win32”,“arch”:“x64”}) 517 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid OS: darwin 517 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid Arch: any 517 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual OS: win32 517 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual Arch: x64 518 verbose stack SyntaxError: Unexpected end of JSON input while parsing near ‘…rest-spread/-/plugin-’ 518 verbose stack at JSON.parse (<anonymous>) 518 verbose stack at parseJson (C:\Program Files\nodejs\node_modules\npm\node_modules\json-parse-better-errors\index.js:7:17) 518 verbose stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-fetch-npm\src\body.js:96:50 518 verbose stack at runMicrotasks (<anonymous>) 518 verbose stack at processTicksAndRejections (internal/process/task_queues.js:97:5) 519 verbose cwd C:\Users\AA\app44 520 verbose Windows_NT 10.0.18362 521 verbose argv “C:\Program Files\nodejs\node.exe” “C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js” “install” “–save” “–save-exact” “–loglevel” “error” “react” “react-dom” “react-scripts” “cra-template” 522 verbose node v12.16.2 523 verbose npm v6.14.4 524 error Unexpected end of JSON input while parsing near ‘…rest-spread/-/plugin-’ 525 verbose exit [ 1, true ]