expo / expo-cli

Tools for creating, running, and deploying universal Expo and React Native apps
https://docs.expo.io/workflow/expo-cli/
2.61k stars 477 forks source link

Cannot start project at all with `npm start` or `expo start`! #2391

Closed shrihankp closed 4 years ago

shrihankp commented 4 years ago

Description

I installed expo-cli by npm install -g expo-cli. Everything went fine, but with some deprecation warnings. I ignored it. Then when I cd into the project dir and start by npm start or expo start. There's a lot of error messages then npm gives the code ELIFECYCLE.

Expected Behavior

expo-cli must start the development server.

Observed Behavior

Gives an error when trying expo start or npm start

> @ start D:\homework\computer\programming\Web\Self Tutorials\swag-react-native
> expo start

[09:18:09] Starting project at D:\homework\computer\programming\Web\Self Tutorials\swag-react-native
[09:18:09] Cannot determine which native SDK version your project uses because the module `expo` is not installed. Please install it with `yarn add expo` and try again.
[09:18:09] ConfigError: Cannot determine which native SDK version your project uses because the module `expo` is not installed. Please install it with `yarn add expo` and try again.
    at Object.getExpoSDKVersion (C:\Users\AnotherUser.APPLE.000\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\config\src\Project.ts:22:9)
    at ensureConfigHasDefaultValues (C:\Users\AnotherUser.APPLE.000\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\config\src\Config.ts:414:18)
    at fillAndReturnConfig (C:\Users\AnotherUser.APPLE.000\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\config\src\Config.ts:101:10)
    at getConfig (C:\Users\AnotherUser.APPLE.000\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\config\src\Config.ts:137:10)
    at configureProjectAsync (C:\Users\AnotherUser.APPLE.000\AppData\Roaming\npm\node_modules\expo-cli\src\commands\start.ts:301:25)
    at action (C:\Users\AnotherUser.APPLE.000\AppData\Roaming\npm\node_modules\expo-cli\src\commands\start.ts:175:34)
    at C:\Users\AnotherUser.APPLE.000\AppData\Roaming\npm\node_modules\expo-cli\src\commands\start.ts:354:16
    at Command.<anonymous> (C:\Users\AnotherUser.APPLE.000\AppData\Roaming\npm\node_modules\expo-cli\src\exp.ts:80:7)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ start: `expo start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @ start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\AnotherUser.APPLE.000\AppData\Roaming\npm-cache\_logs\2020-07-24T03_48_09_547Z-debug.log

Environment

Expo CLI 3.22.3 environment info: System: OS: Windows 7 6.1.7601 Binaries: Node: 12.18.0 - C:\Program Files\nodejs\node.EXE npm: 6.14.4 - C:\Program Files\nodejs\npm.CMD

Reproducible Demo

I haven't started the project yet. Just getting started from https://docs.expo.io/get-started/create-a-new-app/

__EDIT: I read carefully and found that my node_modules are missing, so will I try npm install? EDIT 2: I ran npm install. Another error:__

npm WARN deprecated deep-assign@3.0.0: Check out `lodash.merge` or `merge-options` instead.
npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated core-js@1.2.7: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm ERR! Unexpected end of JSON input while parsing near '...1.0","object-assign":'

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\AnotherUser.APPLE.000\AppData\Roaming\npm-cache\_logs\2020-07-24T05_13_13_658Z-debug.log

npm Log:

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 ]
2 info using npm@6.14.4
3 info using node@v12.18.0
4 verbose npm-session ddb713eb846641bb
5 silly install runPreinstallTopLevelLifecycles
6 silly preinstall swag-react-native
7 info lifecycle @~preinstall: @
8 silly install loadCurrentTree
9 silly install readLocalPackageData
10 timing stage:loadCurrentTree Completed in 17ms
11 silly install loadIdealTree
12 silly install cloneCurrentTreeToIdealTree
13 timing stage:loadIdealTree:cloneCurrentTree Completed in 1ms
14 silly install loadShrinkwrap
15 timing stage:loadIdealTree:loadShrinkwrap Completed in 3ms
16 silly install loadAllDepsIntoIdealTree
17 http fetch GET 200 https://registry.npmjs.org/babel-preset-expo 1135ms
18 http fetch GET 200 https://registry.npmjs.org/expo-status-bar 1425ms
19 http fetch GET 200 https://registry.npmjs.org/expo 1439ms
20 silly pacote range manifest for expo-status-bar@^1.0.2 fetched in 1462ms
21 http fetch GET 304 https://registry.npmjs.org/react 1461ms (from cache)
22 silly fetchPackageMetaData error for react@~16.11.0 Unexpected end of JSON input while parsing near '...1.0","object-assign":'
23 silly pacote range manifest for expo@~38.0.8 fetched in 1475ms
24 silly pacote range manifest for babel-preset-expo@~8.1.0 fetched in 1976ms
25 http fetch GET 304 https://registry.npmjs.org/@babel%2fcore 2023ms (from cache)
26 silly pacote range manifest for babel-preset-expo@~8.2.3 fetched in 1123ms
27 silly pacote range manifest for @babel/core@^7.8.6 fetched in 3266ms
28 http fetch GET 304 https://registry.npmjs.org/react-dom 3249ms (from cache)
29 silly pacote range manifest for react-dom@~16.11.0 fetched in 3290ms
30 http fetch GET 304 https://registry.npmjs.org/react-native-web 3297ms (from cache)
31 silly pacote range manifest for react-native-web@~0.11.7 fetched in 3319ms
32 http fetch GET 304 https://registry.npmjs.org/@babel%2fruntime 2298ms (from cache)
33 http fetch GET 304 https://registry.npmjs.org/cross-spawn 1813ms (from cache)
34 silly pacote range manifest for @babel/runtime@^7.1.2 fetched in 2312ms
35 silly pacote range manifest for cross-spawn@^6.0.5 fetched in 1837ms
36 http fetch GET 304 https://registry.npmjs.org/@expo%2fvector-icons 2402ms (from cache)
37 http fetch GET 304 https://registry.npmjs.org/badgin 2527ms (from cache)
38 silly pacote range manifest for badgin@^1.1.2 fetched in 2787ms
39 silly pacote range manifest for @expo/vector-icons@^10.0.2 fetched in 2892ms
40 http fetch GET 304 https://registry.npmjs.org/@unimodules%2fcore 3013ms (from cache)
41 silly pacote range manifest for @unimodules/core@~5.3.0 fetched in 3184ms
42 http fetch GET 304 https://registry.npmjs.org/@unimodules%2freact-native-adapter 3288ms (from cache)
43 http fetch GET 304 https://registry.npmjs.org/expo-constants 1560ms (from cache)
44 http fetch GET 304 https://registry.npmjs.org/expo-asset 2179ms (from cache)
45 silly pacote range manifest for expo-constants@~9.1.1 fetched in 1674ms
46 silly pacote range manifest for @unimodules/react-native-adapter@~5.4.0 fetched in 3444ms
47 http fetch GET 304 https://registry.npmjs.org/expo-file-system 1631ms (from cache)
48 silly pacote range manifest for expo-file-system@~9.0.1 fetched in 1811ms
49 http fetch GET 304 https://registry.npmjs.org/expo-error-recovery 1860ms (from cache)
50 silly pacote range manifest for expo-asset@~8.1.7 fetched in 2539ms
51 silly pacote range manifest for expo-error-recovery@~1.2.1 fetched in 2149ms
52 http fetch GET 304 https://registry.npmjs.org/expo-font 2013ms (from cache)
53 http fetch GET 304 https://registry.npmjs.org/expo-location 1155ms (from cache)
54 http fetch GET 304 https://registry.npmjs.org/expo-keep-awake 2027ms (from cache)
55 http fetch GET 304 https://registry.npmjs.org/fbemitter 918ms (from cache)
56 silly pacote range manifest for expo-font@~8.2.1 fetched in 2288ms
57 silly pacote range manifest for expo-keep-awake@~8.2.1 fetched in 2281ms
58 http fetch GET 304 https://registry.npmjs.org/expo-linear-gradient 1814ms (from cache)
59 silly pacote range manifest for expo-location@~8.2.1 fetched in 1442ms
60 silly pacote range manifest for fbemitter@^2.1.1 fetched in 1078ms
61 http fetch GET 304 https://registry.npmjs.org/invariant 821ms (from cache)
62 silly pacote range manifest for invariant@^2.2.2 fetched in 836ms
63 silly pacote range manifest for expo-linear-gradient@~8.2.1 fetched in 2080ms
64 http fetch GET 304 https://registry.npmjs.org/expo-sqlite 1328ms (from cache)
65 http fetch GET 304 https://registry.npmjs.org/expo-linking 2220ms (from cache)
66 silly pacote range manifest for expo-sqlite@~8.2.1 fetched in 1597ms
67 http fetch GET 304 https://registry.npmjs.org/expo-permissions 1831ms (from cache)
68 http fetch GET 304 https://registry.npmjs.org/expo-splash-screen 1820ms (from cache)
69 http fetch GET 304 https://registry.npmjs.org/lodash 678ms (from cache)
70 silly pacote range manifest for expo-linking@~1.0.3 fetched in 2388ms
71 http fetch GET 304 https://registry.npmjs.org/md5-file 679ms (from cache)
72 silly pacote range manifest for lodash@^4.6.0 fetched in 693ms
73 http fetch GET 304 https://registry.npmjs.org/pretty-format 644ms (from cache)
74 silly pacote range manifest for expo-splash-screen@^0.3.1 fetched in 1969ms
75 http fetch GET 304 https://registry.npmjs.org/nullthrows 788ms (from cache)
76 silly pacote range manifest for expo-permissions@~9.0.1 fetched in 2004ms
77 silly pacote range manifest for md5-file@^3.2.3 fetched in 836ms
78 http fetch GET 304 https://registry.npmjs.org/prop-types 676ms (from cache)
79 silly pacote range manifest for prop-types@^15.6.0 fetched in 682ms
80 silly pacote range manifest for nullthrows@^1.1.0 fetched in 899ms
81 silly pacote range manifest for pretty-format@^23.6.0 fetched in 797ms
82 http fetch GET 304 https://registry.npmjs.org/serialize-error 280ms (from cache)
83 silly pacote range manifest for serialize-error@^2.1.0 fetched in 407ms
84 http fetch GET 304 https://registry.npmjs.org/unimodules-face-detector-interface 438ms (from cache)
85 silly pacote range manifest for unimodules-face-detector-interface@~5.2.1 fetched in 610ms
86 http fetch GET 304 https://registry.npmjs.org/react-native-appearance 1629ms (from cache)
87 silly pacote range manifest for react-native-appearance@~0.3.3 fetched in 1874ms
88 http fetch GET 304 https://registry.npmjs.org/unimodules-app-loader 1644ms (from cache)
89 http fetch GET 304 https://registry.npmjs.org/react-native-safe-area-context 1696ms (from cache)
90 http fetch GET 304 https://registry.npmjs.org/unimodules-camera-interface 1558ms (from cache)
91 http fetch GET 304 https://registry.npmjs.org/unimodules-constants-interface 1539ms (from cache)
92 silly pacote range manifest for unimodules-app-loader@~1.2.0 fetched in 1915ms
93 silly pacote range manifest for react-native-safe-area-context@~3.0.7 fetched in 1971ms
94 silly pacote range manifest for unimodules-camera-interface@~5.2.1 fetched in 1797ms
95 silly pacote range manifest for unimodules-constants-interface@~5.2.1 fetched in 1798ms
96 http fetch GET 304 https://registry.npmjs.org/unimodules-file-system-interface 1865ms (from cache)
97 http fetch GET 304 https://registry.npmjs.org/unimodules-barcode-scanner-interface 2001ms (from cache)
98 http fetch GET 304 https://registry.npmjs.org/unimodules-font-interface 1876ms (from cache)
99 silly pacote range manifest for unimodules-barcode-scanner-interface@~5.2.1 fetched in 2095ms
100 silly pacote range manifest for unimodules-file-system-interface@~5.2.1 fetched in 1991ms
101 silly pacote range manifest for unimodules-font-interface@~5.2.1 fetched in 2227ms
102 http fetch GET 304 https://registry.npmjs.org/unimodules-permissions-interface 2448ms (from cache)
103 http fetch GET 304 https://registry.npmjs.org/unimodules-image-loader-interface 2839ms (from cache)
104 silly pacote range manifest for unimodules-permissions-interface@~5.2.1 fetched in 2653ms
105 silly pacote range manifest for unimodules-image-loader-interface@~5.2.1 fetched in 3084ms
106 http fetch GET 304 https://registry.npmjs.org/uuid 1566ms (from cache)
107 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-proposal-decorators 1557ms (from cache)
108 silly pacote range manifest for uuid@^3.4.0 fetched in 1678ms
109 http fetch GET 304 https://registry.npmjs.org/@babel%2fpreset-env 1648ms (from cache)
110 silly pacote range manifest for @babel/plugin-proposal-decorators@^7.6.0 fetched in 1687ms
111 silly pacote range manifest for @babel/preset-env@^7.6.3 fetched in 1775ms
112 http fetch GET 304 https://registry.npmjs.org/babel-plugin-module-resolver 1546ms (from cache)
113 silly pacote range manifest for babel-plugin-module-resolver@^3.2.0 fetched in 1669ms
114 http fetch GET 304 https://registry.npmjs.org/unimodules-sensors-interface 2435ms (from cache)
115 http fetch GET 304 https://registry.npmjs.org/unimodules-task-manager-interface 1974ms (from cache)
116 silly pacote range manifest for unimodules-sensors-interface@~5.2.1 fetched in 2449ms
117 silly pacote range manifest for unimodules-task-manager-interface@~5.2.1 fetched in 2071ms
118 http fetch GET 200 https://registry.npmjs.org/@babel%2fparser 98ms (from cache)
119 silly pacote range manifest for @babel/parser@^7.10.5 fetched in 163ms
120 http fetch GET 304 https://registry.npmjs.org/metro-react-native-babel-preset 1632ms (from cache)
121 http fetch GET 304 https://registry.npmjs.org/metro-react-native-babel-preset 756ms (from cache)
122 silly pacote range manifest for metro-react-native-babel-preset@^0.56.0 fetched in 1716ms
123 silly pacote range manifest for metro-react-native-babel-preset@^0.58.0 fetched in 795ms
124 http fetch GET 304 https://registry.npmjs.org/@babel%2fcode-frame 767ms (from cache)
125 http fetch GET 304 https://registry.npmjs.org/babel-plugin-react-native-web 2019ms (from cache)
126 silly pacote range manifest for @babel/code-frame@^7.10.4 fetched in 999ms
127 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelper-module-transforms 874ms (from cache)
128 silly pacote range manifest for @babel/helper-module-transforms@^7.10.5 fetched in 1012ms
129 silly pacote range manifest for babel-plugin-react-native-web@^0.11.7 fetched in 2445ms
130 http fetch GET 304 https://registry.npmjs.org/@babel%2fgenerator 1200ms (from cache)
131 silly pacote range manifest for lodash@^4.17.19 fetched in 137ms
132 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelpers 1352ms (from cache)
133 silly pacote range manifest for @babel/generator@^7.10.5 fetched in 1489ms
134 silly pacote range manifest for @babel/helpers@^7.10.4 fetched in 1549ms
135 http fetch GET 304 https://registry.npmjs.org/@babel%2ftemplate 1762ms (from cache)
136 http fetch GET 304 https://registry.npmjs.org/@babel%2ftypes 1615ms (from cache)
137 silly pacote range manifest for @babel/template@^7.10.4 fetched in 1773ms
138 silly pacote range manifest for @babel/types@^7.10.5 fetched in 1625ms
139 http fetch GET 304 https://registry.npmjs.org/convert-source-map 1827ms (from cache)
140 http fetch GET 304 https://registry.npmjs.org/@babel%2ftraverse 2047ms (from cache)
141 http fetch GET 304 https://registry.npmjs.org/debug 2066ms (from cache)
142 silly pacote range manifest for @babel/traverse@^7.10.5 fetched in 2334ms
143 http fetch GET 304 https://registry.npmjs.org/gensync 1942ms (from cache)
144 silly pacote range manifest for prop-types@^15.6.2 fetched in 185ms
145 silly pacote range manifest for debug@^4.1.0 fetched in 2286ms
146 silly pacote range manifest for convert-source-map@^1.7.0 fetched in 2324ms
147 silly pacote range manifest for gensync@^1.0.0-beta.1 fetched in 2432ms
148 http fetch GET 304 https://registry.npmjs.org/resolve 2910ms (from cache)
149 silly pacote range manifest for resolve@^1.3.2 fetched in 2934ms
150 http fetch GET 304 https://registry.npmjs.org/json5 3123ms (from cache)
151 http fetch GET 304 https://registry.npmjs.org/semver 2820ms (from cache)
152 http fetch GET 304 https://registry.npmjs.org/object-assign 2282ms (from cache)
153 http fetch GET 304 https://registry.npmjs.org/source-map 2688ms (from cache)
154 silly pacote range manifest for semver@^5.4.1 fetched in 2877ms
155 http fetch GET 304 https://registry.npmjs.org/loose-envify 3263ms (from cache)
156 silly pacote range manifest for object-assign@^4.1.1 fetched in 3262ms
157 silly pacote range manifest for json5@^2.1.2 fetched in 4319ms
158 silly pacote range manifest for source-map@^0.5.0 fetched in 3675ms
159 silly pacote range manifest for loose-envify@^1.1.0 fetched in 4593ms
160 http fetch GET 304 https://registry.npmjs.org/array-find-index 4328ms (from cache)
161 http fetch GET 304 https://registry.npmjs.org/scheduler 4339ms (from cache)
162 silly pacote range manifest for array-find-index@^1.0.2 fetched in 5104ms
163 http fetch GET 304 https://registry.npmjs.org/create-react-class 5287ms (from cache)
164 http fetch GET 304 https://registry.npmjs.org/debounce 4899ms (from cache)
165 http fetch GET 304 https://registry.npmjs.org/deep-assign 4086ms (from cache)
166 silly pacote range manifest for scheduler@^0.17.0 fetched in 5489ms
167 http fetch GET 304 https://registry.npmjs.org/fbjs 4036ms (from cache)
168 http fetch GET 304 https://registry.npmjs.org/hyphenate-style-name 3069ms (from cache)
169 http fetch GET 304 https://registry.npmjs.org/normalize-css-color 3083ms (from cache)
170 silly pacote range manifest for debounce@^1.2.0 fetched in 5125ms
171 silly pacote range manifest for create-react-class@^15.6.2 fetched in 5513ms
172 silly pacote range manifest for deep-assign@^3.0.0 fetched in 4534ms
173 warn deprecated deep-assign@3.0.0: Check out `lodash.merge` or `merge-options` instead.
174 silly pacote range manifest for hyphenate-style-name@^1.0.2 fetched in 3344ms
175 silly pacote range manifest for fbjs@^1.0.0 fetched in 4324ms
176 silly pacote range manifest for semver@^5.5.0 fetched in 270ms
177 silly pacote range manifest for lodash@^4.17.4 fetched in 667ms
178 silly pacote range manifest for normalize-css-color@^1.0.2 fetched in 4019ms
179 silly pacote version manifest for fbjs@1.0.0 fetched in 39ms
180 silly pacote range manifest for uuid@^3.3.2 fetched in 38ms
181 silly pacote range manifest for invariant@^2.2.4 fetched in 342ms
182 silly pacote range manifest for lodash@^4.5.0 fetched in 343ms
183 silly pacote range manifest for prop-types@^15.6.1 fetched in 31ms
184 http fetch GET 304 https://registry.npmjs.org/react-timer-mixin 3127ms (from cache)
185 http fetch GET 304 https://registry.npmjs.org/inline-style-prefixer 4450ms (from cache)
186 http fetch GET 304 https://registry.npmjs.org/regenerator-runtime 1782ms (from cache)
187 http fetch GET 304 https://registry.npmjs.org/shebang-command 1129ms (from cache)
188 http fetch GET 304 https://registry.npmjs.org/nice-try 1409ms (from cache)
189 http fetch GET 304 https://registry.npmjs.org/path-key 1377ms (from cache)
190 silly pacote range manifest for regenerator-runtime@^0.13.4 fetched in 1790ms
191 silly pacote range manifest for shebang-command@^1.2.0 fetched in 1139ms
192 silly pacote range manifest for nice-try@^1.0.4 fetched in 1421ms
193 silly pacote range manifest for path-key@^2.0.1 fetched in 1388ms
194 http fetch GET 304 https://registry.npmjs.org/which 1143ms (from cache)
195 http fetch GET 304 https://registry.npmjs.org/compare-versions 1124ms (from cache)
196 silly pacote range manifest for fbjs@^0.8.4 fetched in 14ms
197 silly pacote range manifest for loose-envify@^1.0.0 fetched in 15ms
198 silly pacote range manifest for which@^1.2.9 fetched in 1157ms
199 silly pacote range manifest for compare-versions@^3.4.0 fetched in 1138ms
200 silly pacote version manifest for prop-types@15.7.2 fetched in 9ms
201 silly pacote range manifest for lodash@^4.17.15 fetched in 6ms
202 http fetch GET 304 https://registry.npmjs.org/path-browserify 150ms (from cache)
203 http fetch GET 304 https://registry.npmjs.org/blueimp-md5 167ms (from cache)
204 silly pacote range manifest for path-browserify@^1.0.0 fetched in 153ms
205 silly pacote range manifest for blueimp-md5@^2.10.0 fetched in 180ms
206 silly pacote range manifest for loose-envify@^1.4.0 fetched in 7ms
207 silly pacote range manifest for react-timer-mixin@^0.13.4 fetched in 3530ms
208 silly pacote range manifest for inline-style-prefixer@^5.0.3 fetched in 4858ms
209 http fetch GET 304 https://registry.npmjs.org/url-parse 1966ms (from cache)
210 silly pacote range manifest for url-parse@^1.4.4 fetched in 1989ms
211 http fetch GET 304 https://registry.npmjs.org/fontfaceobserver 1995ms (from cache)
212 http fetch GET 304 https://registry.npmjs.org/buffer-alloc 1963ms (from cache)
213 http fetch GET 304 https://registry.npmjs.org/qs 1973ms (from cache)
214 silly pacote range manifest for fontfaceobserver@^2.1.0 fetched in 2004ms
215 silly pacote range manifest for buffer-alloc@^1.1.0 fetched in 1972ms
216 silly pacote range manifest for qs@^6.5.0 fetched in 1981ms
217 http fetch GET 304 https://registry.npmjs.org/ansi-regex 1898ms (from cache)
218 http fetch GET 304 https://registry.npmjs.org/react-is 1909ms (from cache)
219 http fetch GET 304 https://registry.npmjs.org/@expo%2fwebsql 2005ms (from cache)
220 http fetch GET 304 https://registry.npmjs.org/@expo%2fconfigure-splash-screen 1999ms (from cache)
221 silly pacote range manifest for ansi-regex@^3.0.0 fetched in 1909ms
222 silly pacote range manifest for react-is@^16.8.1 fetched in 1916ms
223 silly pacote range manifest for @expo/websql@^1.0.1 fetched in 2013ms
224 silly pacote range manifest for @expo/configure-splash-screen@~0.1.0 fetched in 2006ms
225 http fetch GET 304 https://registry.npmjs.org/ansi-styles 1691ms (from cache)
226 silly pacote range manifest for ansi-styles@^3.2.0 fetched in 1693ms
227 http fetch GET 304 https://registry.npmjs.org/use-subscription 1690ms (from cache)
228 silly pacote range manifest for use-subscription@^1.0.0 fetched in 1693ms
229 http fetch GET 304 https://registry.npmjs.org/@babel%2fcompat-data 210ms (from cache)
230 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelper-compilation-targets 197ms (from cache)
231 silly pacote range manifest for @babel/compat-data@^7.10.4 fetched in 219ms
232 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelper-plugin-utils 229ms (from cache)
233 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-syntax-decorators 231ms (from cache)
234 silly pacote range manifest for @babel/helper-compilation-targets@^7.10.4 fetched in 208ms
235 silly pacote range manifest for @babel/helper-plugin-utils@^7.10.4 fetched in 239ms
236 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelper-module-imports 213ms (from cache)
237 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-proposal-async-generator-functions 210ms (from cache)
238 silly pacote range manifest for @babel/plugin-syntax-decorators@^7.10.4 fetched in 244ms
239 silly pacote range manifest for @babel/helper-module-imports@^7.10.4 fetched in 223ms
240 silly pacote range manifest for @babel/plugin-proposal-async-generator-functions@^7.10.4 fetched in 220ms
241 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-proposal-dynamic-import 202ms (from cache)
242 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-proposal-json-strings 204ms (from cache)
243 silly pacote range manifest for @babel/plugin-proposal-dynamic-import@^7.10.4 fetched in 213ms
244 silly pacote range manifest for @babel/plugin-proposal-json-strings@^7.10.4 fetched in 211ms
245 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-proposal-nullish-coalescing-operator 167ms (from cache)
246 silly pacote range manifest for @babel/plugin-proposal-nullish-coalescing-operator@^7.10.4 fetched in 176ms
247 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-proposal-numeric-separator 180ms (from cache)
248 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-proposal-object-rest-spread 186ms (from cache)
249 silly pacote range manifest for @babel/plugin-proposal-numeric-separator@^7.10.4 fetched in 192ms
250 silly pacote range manifest for @babel/plugin-proposal-object-rest-spread@^7.10.4 fetched in 193ms
251 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-syntax-async-generators 157ms (from cache)
252 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-proposal-optional-catch-binding 198ms (from cache)
253 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-proposal-optional-chaining 194ms (from cache)
254 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-proposal-unicode-property-regex 166ms (from cache)
255 silly pacote range manifest for @babel/plugin-syntax-async-generators@^7.8.0 fetched in 167ms
256 silly pacote range manifest for @babel/plugin-proposal-optional-catch-binding@^7.10.4 fetched in 207ms
257 silly pacote range manifest for @babel/plugin-proposal-optional-chaining@^7.10.4 fetched in 202ms
258 silly pacote range manifest for @babel/plugin-proposal-unicode-property-regex@^7.10.4 fetched in 175ms
259 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-syntax-dynamic-import 871ms (from cache)
260 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-syntax-nullish-coalescing-operator 851ms (from cache)
261 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-syntax-json-strings 873ms (from cache)
262 silly pacote range manifest for @babel/plugin-syntax-dynamic-import@^7.8.0 fetched in 880ms
263 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-syntax-object-rest-spread 854ms (from cache)
264 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-syntax-optional-catch-binding 852ms (from cache)
265 silly pacote range manifest for @babel/plugin-syntax-nullish-coalescing-operator@^7.8.0 fetched in 859ms
266 silly pacote range manifest for @babel/plugin-syntax-json-strings@^7.8.0 fetched in 882ms
267 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-syntax-numeric-separator 861ms (from cache)
268 silly pacote range manifest for @babel/plugin-syntax-object-rest-spread@^7.8.0 fetched in 863ms
269 silly pacote range manifest for @babel/plugin-syntax-optional-catch-binding@^7.8.0 fetched in 864ms
270 silly pacote range manifest for @babel/plugin-syntax-numeric-separator@^7.10.4 fetched in 876ms
271 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-proposal-private-methods 1114ms (from cache)
272 silly pacote range manifest for @babel/plugin-proposal-private-methods@^7.10.4 fetched in 1115ms
273 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-syntax-optional-chaining 138ms (from cache)
274 silly pacote range manifest for @babel/plugin-syntax-optional-chaining@^7.8.0 fetched in 141ms
275 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-arrow-functions 160ms (from cache)
276 silly pacote range manifest for @babel/plugin-transform-arrow-functions@^7.10.4 fetched in 167ms
277 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-syntax-top-level-await 188ms (from cache)
278 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-async-to-generator 184ms (from cache)
279 silly pacote range manifest for @babel/plugin-syntax-top-level-await@^7.10.4 fetched in 194ms
280 silly pacote range manifest for @babel/plugin-transform-async-to-generator@^7.10.4 fetched in 189ms
281 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-block-scoping 189ms (from cache)
282 silly pacote range manifest for @babel/plugin-transform-block-scoping@^7.10.4 fetched in 192ms
283 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-block-scoped-functions 207ms (from cache)
284 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-classes 161ms (from cache)
285 silly pacote range manifest for @babel/plugin-transform-classes@^7.10.4 fetched in 167ms
286 silly pacote range manifest for @babel/plugin-transform-block-scoped-functions@^7.10.4 fetched in 214ms
287 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-syntax-class-properties 1162ms (from cache)
288 silly pacote range manifest for @babel/plugin-syntax-class-properties@^7.10.4 fetched in 1165ms
289 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-computed-properties 135ms (from cache)
290 silly pacote range manifest for @babel/plugin-transform-computed-properties@^7.10.4 fetched in 138ms
291 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-destructuring 129ms (from cache)
292 silly pacote range manifest for @babel/plugin-transform-destructuring@^7.10.4 fetched in 131ms
293 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-dotall-regex 118ms (from cache)
294 silly pacote range manifest for @babel/plugin-transform-dotall-regex@^7.10.4 fetched in 121ms
295 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-duplicate-keys 141ms (from cache)
296 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-exponentiation-operator 127ms (from cache)
297 silly pacote range manifest for @babel/plugin-transform-duplicate-keys@^7.10.4 fetched in 146ms
298 silly pacote range manifest for @babel/plugin-transform-exponentiation-operator@^7.10.4 fetched in 134ms
299 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-function-name 134ms (from cache)
300 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-for-of 138ms (from cache)
301 silly pacote range manifest for @babel/plugin-transform-function-name@^7.10.4 fetched in 140ms
302 silly pacote range manifest for @babel/plugin-transform-for-of@^7.10.4 fetched in 143ms
303 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-literals 128ms (from cache)
304 silly pacote range manifest for @babel/plugin-transform-literals@^7.10.4 fetched in 130ms
305 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-member-expression-literals 131ms (from cache)
306 silly pacote range manifest for @babel/plugin-transform-member-expression-literals@^7.10.4 fetched in 133ms
307 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-modules-amd 142ms (from cache)
308 silly pacote range manifest for @babel/plugin-transform-modules-amd@^7.10.4 fetched in 145ms
309 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-modules-commonjs 140ms (from cache)
310 silly pacote range manifest for @babel/plugin-transform-modules-commonjs@^7.10.4 fetched in 142ms
311 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-modules-umd 156ms (from cache)
312 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-modules-systemjs 170ms (from cache)
313 silly pacote range manifest for @babel/plugin-transform-modules-umd@^7.10.4 fetched in 170ms
314 silly pacote range manifest for @babel/plugin-transform-modules-systemjs@^7.10.4 fetched in 178ms
315 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-new-target 151ms (from cache)
316 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-named-capturing-groups-regex 158ms (from cache)
317 silly pacote range manifest for @babel/plugin-transform-new-target@^7.10.4 fetched in 163ms
318 silly pacote range manifest for @babel/plugin-transform-named-capturing-groups-regex@^7.10.4 fetched in 169ms
319 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-object-super 159ms (from cache)
320 silly pacote range manifest for @babel/plugin-transform-object-super@^7.10.4 fetched in 161ms
321 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-parameters 148ms (from cache)
322 silly pacote range manifest for @babel/plugin-transform-parameters@^7.10.4 fetched in 152ms
323 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-property-literals 134ms (from cache)
324 silly pacote range manifest for @babel/plugin-transform-property-literals@^7.10.4 fetched in 136ms
325 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-regenerator 136ms (from cache)
326 silly pacote range manifest for @babel/plugin-transform-regenerator@^7.10.4 fetched in 139ms
327 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-shorthand-properties 128ms (from cache)
328 silly pacote range manifest for @babel/plugin-transform-shorthand-properties@^7.10.4 fetched in 132ms
329 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-typeof-symbol 748ms (from cache)
330 silly pacote range manifest for @babel/plugin-transform-typeof-symbol@^7.10.4 fetched in 825ms
331 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-sticky-regex 851ms (from cache)
332 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-spread 859ms (from cache)
333 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-template-literals 845ms (from cache)
334 silly pacote range manifest for @babel/types@^7.10.4 fetched in 16ms
335 silly pacote range manifest for @babel/plugin-transform-sticky-regex@^7.10.4 fetched in 1119ms
336 silly pacote range manifest for @babel/plugin-transform-spread@^7.10.4 fetched in 1136ms
337 silly pacote range manifest for @babel/plugin-transform-template-literals@^7.10.4 fetched in 1123ms
338 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-unicode-escapes 1144ms (from cache)
339 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-reserved-words 1207ms (from cache)
340 http fetch GET 304 https://registry.npmjs.org/@babel%2fpreset-modules 1072ms (from cache)
341 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelper-create-class-features-plugin 3065ms (from cache)
342 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-proposal-class-properties 3015ms (from cache)
343 silly pacote range manifest for @babel/preset-modules@^0.1.3 fetched in 1083ms
344 silly pacote range manifest for @babel/plugin-transform-reserved-words@^7.10.4 fetched in 1219ms
345 silly pacote range manifest for @babel/plugin-transform-unicode-escapes@^7.10.4 fetched in 1157ms
346 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-unicode-regex 1147ms (from cache)
347 silly pacote range manifest for @babel/helper-create-class-features-plugin@^7.10.5 fetched in 3078ms
348 silly pacote range manifest for @babel/plugin-proposal-class-properties@^7.10.4 fetched in 3032ms
349 silly pacote range manifest for @babel/plugin-transform-unicode-regex@^7.10.4 fetched in 1160ms
350 silly pacote range manifest for resolve@^1.4.0 fetched in 13ms
351 silly pacote range manifest for @babel/plugin-proposal-class-properties@^7.0.0 fetched in 9ms
352 silly pacote range manifest for @babel/plugin-proposal-nullish-coalescing-operator@^7.0.0 fetched in 4ms
353 silly pacote range manifest for @babel/plugin-proposal-object-rest-spread@^7.0.0 fetched in 5ms
354 silly pacote range manifest for @babel/plugin-proposal-optional-catch-binding@^7.0.0 fetched in 5ms
355 silly pacote range manifest for @babel/plugin-proposal-optional-chaining@^7.0.0 fetched in 3ms
356 silly pacote range manifest for @babel/plugin-syntax-dynamic-import@^7.0.0 fetched in 3ms
357 http fetch GET 304 https://registry.npmjs.org/find-babel-config 1414ms (from cache)
358 http fetch GET 304 https://registry.npmjs.org/levenary 1418ms (from cache)
359 http fetch GET 304 https://registry.npmjs.org/core-js-compat 1435ms (from cache)
360 http fetch GET 304 https://registry.npmjs.org/browserslist 1694ms (from cache)
361 silly pacote range manifest for find-babel-config@^1.1.0 fetched in 1429ms
362 silly pacote range manifest for levenary@^1.1.1 fetched in 1433ms
363 silly pacote range manifest for core-js-compat@^3.6.2 fetched in 1452ms
364 silly pacote range manifest for browserslist@^4.12.0 fetched in 1709ms
365 silly pacote range manifest for @babel/plugin-transform-arrow-functions@^7.0.0 fetched in 19ms
366 silly pacote range manifest for @babel/plugin-transform-block-scoping@^7.0.0 fetched in 21ms
367 silly pacote range manifest for @babel/plugin-transform-computed-properties@^7.0.0 fetched in 15ms
368 silly pacote range manifest for @babel/plugin-transform-classes@^7.0.0 fetched in 16ms
369 http fetch GET 304 https://registry.npmjs.org/reselect 1390ms (from cache)
370 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-syntax-export-default-from 1363ms (from cache)
371 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-syntax-flow 1361ms (from cache)
372 http fetch GET 304 https://registry.npmjs.org/glob 1399ms (from cache)
373 silly pacote range manifest for @babel/plugin-transform-destructuring@^7.0.0 fetched in 19ms
374 silly pacote range manifest for @babel/plugin-transform-exponentiation-operator@^7.0.0 fetched in 20ms
375 silly pacote range manifest for @babel/plugin-transform-for-of@^7.0.0 fetched in 20ms
376 silly pacote range manifest for reselect@^3.0.1 fetched in 1408ms
377 silly pacote range manifest for @babel/plugin-syntax-export-default-from@^7.0.0 fetched in 1394ms
378 silly pacote range manifest for @babel/plugin-syntax-flow@^7.2.0 fetched in 1391ms
379 silly pacote range manifest for glob@^7.1.2 fetched in 1431ms
380 silly pacote range manifest for @babel/plugin-transform-function-name@^7.0.0 fetched in 29ms
381 silly pacote range manifest for @babel/plugin-transform-literals@^7.0.0 fetched in 28ms
382 silly pacote range manifest for @babel/plugin-transform-modules-commonjs@^7.0.0 fetched in 28ms
383 silly pacote range manifest for @babel/plugin-transform-parameters@^7.0.0 fetched in 18ms
384 silly pacote range manifest for @babel/plugin-transform-regenerator@^7.0.0 fetched in 22ms
385 silly pacote range manifest for @babel/plugin-transform-shorthand-properties@^7.0.0 fetched in 22ms
386 silly pacote range manifest for @babel/plugin-transform-sticky-regex@^7.0.0 fetched in 4ms
387 silly pacote range manifest for @babel/plugin-transform-spread@^7.0.0 fetched in 12ms
388 silly pacote range manifest for @babel/plugin-transform-template-literals@^7.0.0 fetched in 4ms
389 silly pacote range manifest for @babel/plugin-transform-unicode-regex@^7.0.0 fetched in 4ms
390 silly pacote range manifest for @babel/template@^7.0.0 fetched in 1ms
391 http fetch GET 304 https://registry.npmjs.org/pkg-up 2152ms (from cache)
392 silly pacote range manifest for pkg-up@^2.0.0 fetched in 2170ms
393 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-runtime 749ms (from cache)
394 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-flow-strip-types 805ms (from cache)
395 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-react-display-name 768ms (from cache)
396 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-react-jsx-source 762ms (from cache)
397 silly pacote range manifest for @babel/plugin-transform-runtime@^7.0.0 fetched in 760ms
398 silly pacote range manifest for @babel/plugin-transform-flow-strip-types@^7.0.0 fetched in 815ms
399 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-object-assign 793ms (from cache)
400 silly pacote range manifest for @babel/plugin-transform-react-display-name@^7.0.0 fetched in 781ms
401 silly pacote range manifest for @babel/plugin-transform-react-jsx-source@^7.0.0 fetched in 776ms
402 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-react-jsx 787ms (from cache)
403 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-typescript 746ms (from cache)
404 silly pacote range manifest for @babel/plugin-transform-object-assign@^7.0.0 fetched in 813ms
405 silly pacote range manifest for @babel/plugin-transform-react-jsx@^7.0.0 fetched in 802ms
406 silly pacote range manifest for @babel/plugin-transform-typescript@^7.0.0 fetched in 760ms
407 silly pacote range manifest for @babel/traverse@^7.10.4 fetched in 7ms
408 silly pacote range manifest for @babel/parser@^7.10.4 fetched in 8ms
409 http fetch GET 304 https://registry.npmjs.org/react-refresh 1064ms (from cache)
410 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-transform-typescript 396ms (from cache)
411 silly pacote range manifest for react-refresh@^0.4.0 fetched in 1086ms
412 silly pacote range manifest for @babel/plugin-transform-typescript@^7.5.0 fetched in 410ms
413 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-proposal-export-default-from 2567ms (from cache)
414 http fetch GET 304 https://registry.npmjs.org/@babel%2fhighlight 390ms (from cache)
415 silly pacote range manifest for @babel/plugin-proposal-export-default-from@^7.0.0 fetched in 2574ms
416 silly pacote range manifest for @babel/highlight@^7.10.4 fetched in 403ms
417 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelper-simple-access 396ms (from cache)
418 http fetch GET 304 https://registry.npmjs.org/jsesc 379ms (from cache)
419 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelper-replace-supers 403ms (from cache)
420 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelper-validator-identifier 367ms (from cache)
421 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelper-split-export-declaration 398ms (from cache)
422 http fetch GET 304 https://registry.npmjs.org/to-fast-properties 367ms (from cache)
423 silly pacote range manifest for @babel/helper-simple-access@^7.10.4 fetched in 411ms
424 silly pacote range manifest for jsesc@^2.5.1 fetched in 397ms
425 silly pacote range manifest for @babel/helper-replace-supers@^7.10.4 fetched in 419ms
426 silly pacote range manifest for @babel/helper-validator-identifier@^7.10.4 fetched in 383ms
427 silly pacote range manifest for @babel/helper-split-export-declaration@^7.10.4 fetched in 422ms
428 silly pacote range manifest for to-fast-properties@^2.0.0 fetched in 389ms
429 silly pacote range manifest for fbjs@^0.8.9 fetched in 13ms
430 silly pacote range manifest for loose-envify@^1.3.1 fetched in 13ms
431 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelper-function-name 120ms (from cache)
432 silly pacote range manifest for @babel/helper-function-name@^7.10.4 fetched in 123ms
433 http fetch GET 304 https://registry.npmjs.org/globals 124ms (from cache)
434 silly pacote range manifest for globals@^11.1.0 fetched in 127ms
435 silly pacote range manifest for object-assign@^4.1.0 fetched in 1ms
436 http fetch GET 304 https://registry.npmjs.org/ms 158ms (from cache)
437 silly pacote range manifest for ms@^2.1.1 fetched in 163ms
438 http fetch GET 304 https://registry.npmjs.org/minimist 159ms (from cache)
439 http fetch GET 304 https://registry.npmjs.org/safe-buffer 182ms (from cache)
440 http fetch GET 304 https://registry.npmjs.org/path-parse 168ms (from cache)
441 http fetch GET 304 https://registry.npmjs.org/js-tokens 163ms (from cache)
442 silly pacote range manifest for minimist@^1.2.5 fetched in 167ms
443 silly pacote range manifest for safe-buffer@~5.1.1 fetched in 194ms
444 silly pacote range manifest for path-parse@^1.0.6 fetched in 179ms
445 silly pacote range manifest for js-tokens@^3.0.0 || ^4.0.0 fetched in 176ms
446 http fetch GET 304 https://registry.npmjs.org/is-obj 188ms (from cache)
447 http fetch GET 304 https://registry.npmjs.org/fbjs-css-vars 178ms (from cache)
448 http fetch GET 304 https://registry.npmjs.org/core-js 187ms (from cache)
449 silly pacote range manifest for is-obj@^1.0.0 fetched in 204ms
450 silly pacote range manifest for fbjs-css-vars@^1.0.0 fetched in 193ms
451 silly pacote range manifest for core-js@^2.4.1 fetched in 202ms
452 warn deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
453 http fetch GET 304 https://registry.npmjs.org/isomorphic-fetch 168ms (from cache)
454 silly pacote range manifest for isomorphic-fetch@^2.1.1 fetched in 171ms
455 http fetch GET 304 https://registry.npmjs.org/promise 155ms (from cache)
456 silly pacote range manifest for promise@^7.1.1 fetched in 163ms
457 http fetch GET 304 https://registry.npmjs.org/setimmediate 170ms (from cache)
458 silly pacote range manifest for setimmediate@^1.0.5 fetched in 176ms
459 http fetch GET 304 https://registry.npmjs.org/ua-parser-js 148ms (from cache)
460 http fetch GET 304 https://registry.npmjs.org/isexe 141ms (from cache)
461 http fetch GET 304 https://registry.npmjs.org/shebang-regex 148ms (from cache)
462 http fetch GET 304 https://registry.npmjs.org/core-js 148ms (from cache)
463 silly pacote range manifest for ua-parser-js@^0.7.18 fetched in 162ms
464 silly pacote range manifest for shebang-regex@^1.0.0 fetched in 161ms
465 silly pacote range manifest for isexe@^2.0.0 fetched in 156ms
466 silly pacote range manifest for core-js@^1.0.0 fetched in 160ms
467 warn deprecated core-js@1.2.7: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
468 http fetch GET 304 https://registry.npmjs.org/querystringify 166ms (from cache)
469 http fetch GET 304 https://registry.npmjs.org/css-in-js-utils 169ms (from cache)
470 silly pacote range manifest for css-in-js-utils@^2.0.0 fetched in 173ms
471 silly pacote range manifest for querystringify@^2.1.1 fetched in 171ms
472 http fetch GET 304 https://registry.npmjs.org/requires-port 172ms (from cache)
473 http fetch GET 304 https://registry.npmjs.org/buffer-alloc-unsafe 151ms (from cache)
474 http fetch GET 304 https://registry.npmjs.org/buffer-fill 144ms (from cache)
475 silly pacote range manifest for requires-port@^1.0.0 fetched in 182ms
476 silly pacote range manifest for buffer-alloc-unsafe@^1.1.0 fetched in 160ms
477 silly pacote range manifest for buffer-fill@^1.0.0 fetched in 151ms
478 silly pacote range manifest for core-js@^3.6.5 fetched in 3ms
479 http fetch GET 304 https://registry.npmjs.org/argsarray 116ms (from cache)
480 silly pacote range manifest for argsarray@^0.0.1 fetched in 118ms
481 http fetch GET 304 https://registry.npmjs.org/noop-fn 133ms (from cache)
482 http fetch GET 304 https://registry.npmjs.org/tiny-queue 130ms (from cache)
483 silly pacote range manifest for noop-fn@^1.0.0 fetched in 135ms
484 http fetch GET 304 https://registry.npmjs.org/immediate 138ms (from cache)
485 http fetch GET 304 https://registry.npmjs.org/pouchdb-collections 137ms (from cache)
486 silly pacote range manifest for tiny-queue@^0.2.1 fetched in 135ms
487 silly pacote range manifest for immediate@^3.2.2 fetched in 145ms
488 silly pacote range manifest for pouchdb-collections@^1.0.1 fetched in 145ms
489 http fetch GET 304 https://registry.npmjs.org/color-string 111ms (from cache)
490 silly pacote range manifest for color-string@^1.5.3 fetched in 112ms
491 http fetch GET 304 https://registry.npmjs.org/@react-native-community%2fcli-platform-android 167ms (from cache)
492 http fetch GET 304 https://registry.npmjs.org/commander 155ms (from cache)
493 http fetch GET 304 https://registry.npmjs.org/fs-extra 133ms (from cache)
494 silly pacote range manifest for commander@^5.1.0 fetched in 170ms
495 silly pacote version manifest for @react-native-community/cli-platform-android@4.7.0 fetched in 185ms
496 silly pacote range manifest for fs-extra@^9.0.0 fetched in 151ms
497 http fetch GET 304 https://registry.npmjs.org/deep-equal 182ms (from cache)
498 http fetch GET 304 https://registry.npmjs.org/@react-native-community%2fcli-platform-ios 208ms (from cache)
499 silly pacote range manifest for @babel/helper-plugin-utils@^7.8.0 fetched in 25ms
500 silly pacote range manifest for @babel/helper-create-class-features-plugin@^7.10.4 fetched in 14ms
501 silly pacote range manifest for deep-equal@^2.0.3 fetched in 202ms
502 silly pacote version manifest for @react-native-community/cli-platform-ios@4.7.0 fetched in 245ms
503 http fetch GET 304 https://registry.npmjs.org/pngjs 206ms (from cache)
504 http fetch GET 304 https://registry.npmjs.org/color-convert 199ms (from cache)
505 http fetch GET 304 https://registry.npmjs.org/xcode 207ms (from cache)
506 silly pacote range manifest for pngjs@^5.0.0 fetched in 213ms
507 http fetch GET 304 https://registry.npmjs.org/xml-js 207ms (from cache)
508 silly pacote range manifest for color-convert@^1.9.0 fetched in 207ms
509 silly pacote range manifest for xcode@^3.0.0 fetched in 215ms
510 silly pacote range manifest for xml-js@^1.6.11 fetched in 218ms
511 silly pacote range manifest for @babel/helper-module-transforms@^7.10.4 fetched in 13ms
512 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelper-remap-async-to-generator 201ms (from cache)
513 silly pacote range manifest for @babel/helper-remap-async-to-generator@^7.10.4 fetched in 211ms
514 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelper-create-regexp-features-plugin 171ms (from cache)
515 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelper-annotate-as-pure 144ms (from cache)
516 silly pacote range manifest for @babel/helper-create-regexp-features-plugin@^7.10.4 fetched in 173ms
517 silly pacote range manifest for @babel/helper-annotate-as-pure@^7.10.4 fetched in 149ms
518 silly pacote range manifest for @babel/helper-plugin-utils@^7.0.0 fetched in 5ms
519 silly pacote range manifest for @babel/plugin-proposal-unicode-property-regex@^7.4.4 fetched in 7ms
520 silly pacote range manifest for @babel/plugin-transform-dotall-regex@^7.4.4 fetched in 7ms
521 silly pacote range manifest for @babel/types@^7.4.4 fetched in 8ms
522 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelper-define-map 188ms (from cache)
523 silly pacote range manifest for @babel/helper-define-map@^7.10.4 fetched in 192ms
524 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelper-optimise-call-expression 184ms (from cache)
525 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelper-builder-binary-assignment-operator-visitor 164ms (from cache)
526 silly pacote range manifest for json5@^0.5.1 fetched in 9ms
527 silly pacote range manifest for @babel/helper-optimise-call-expression@^7.10.4 fetched in 193ms
528 silly pacote range manifest for @babel/helper-builder-binary-assignment-operator-visitor@^7.10.4 fetched in 173ms
529 silly pacote range manifest for browserslist@^4.8.5 fetched in 10ms
530 silly pacote version manifest for semver@7.0.0 fetched in 14ms
531 http fetch GET 304 https://registry.npmjs.org/babel-plugin-dynamic-import-node 184ms (from cache)
532 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelper-hoist-variables 179ms (from cache)
533 silly pacote range manifest for babel-plugin-dynamic-import-node@^2.3.3 fetched in 193ms
534 http fetch GET 304 https://registry.npmjs.org/regenerator-transform 177ms (from cache)
535 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelper-regex 152ms (from cache)
536 silly pacote range manifest for @babel/helper-hoist-variables@^7.10.4 fetched in 191ms
537 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelper-get-function-arity 187ms (from cache)
538 silly pacote range manifest for @babel/helper-regex@^7.10.4 fetched in 170ms
539 silly pacote range manifest for regenerator-transform@^0.14.2 fetched in 196ms
540 silly pacote range manifest for @babel/helper-get-function-arity@^7.10.4 fetched in 208ms
541 http fetch GET 304 https://registry.npmjs.org/esutils 200ms (from cache)
542 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelper-member-expression-to-functions 196ms (from cache)
543 silly pacote range manifest for esutils@^2.0.2 fetched in 208ms
544 silly pacote range manifest for @babel/helper-member-expression-to-functions@^7.10.5 fetched in 206ms
545 http fetch GET 304 https://registry.npmjs.org/path-exists 198ms (from cache)
546 http fetch GET 304 https://registry.npmjs.org/leven 209ms (from cache)
547 silly pacote range manifest for path-exists@^3.0.0 fetched in 213ms
548 silly pacote range manifest for leven@^3.1.0 fetched in 221ms
549 http fetch GET 304 https://registry.npmjs.org/escalade 324ms (from cache)
550 http fetch GET 304 https://registry.npmjs.org/inflight 310ms (from cache)
551 silly pacote range manifest for escalade@^3.0.1 fetched in 330ms
552 http fetch GET 304 https://registry.npmjs.org/fs.realpath 319ms (from cache)
553 http fetch GET 304 https://registry.npmjs.org/caniuse-lite 385ms (from cache)
554 http fetch GET 304 https://registry.npmjs.org/node-releases 334ms (from cache)
555 http fetch GET 304 https://registry.npmjs.org/electron-to-chromium 367ms (from cache)
556 silly pacote range manifest for inflight@^1.0.4 fetched in 350ms
557 silly pacote range manifest for fs.realpath@^1.0.0 fetched in 360ms
558 silly pacote range manifest for caniuse-lite@^1.0.30001093 fetched in 426ms
559 silly pacote range manifest for node-releases@^1.1.58 fetched in 362ms
560 silly pacote range manifest for electron-to-chromium@^1.3.488 fetched in 415ms
561 http fetch GET 304 https://registry.npmjs.org/once 272ms (from cache)
562 http fetch GET 304 https://registry.npmjs.org/minimatch 317ms (from cache)
563 http fetch GET 304 https://registry.npmjs.org/path-is-absolute 264ms (from cache)
564 silly pacote range manifest for resolve@^1.8.1 fetched in 36ms
565 silly pacote range manifest for @babel/plugin-syntax-flow@^7.10.4 fetched in 36ms
566 silly pacote range manifest for semver@^5.5.1 fetched in 37ms
567 http fetch GET 304 https://registry.npmjs.org/inherits 331ms (from cache)
568 silly pacote range manifest for minimatch@^3.0.4 fetched in 332ms
569 silly pacote range manifest for once@^1.3.0 fetched in 287ms
570 silly pacote range manifest for path-is-absolute@^1.0.0 fetched in 277ms
571 silly pacote range manifest for @babel/plugin-syntax-export-default-from@^7.10.4 fetched in 14ms
572 silly pacote range manifest for inherits@2 fetched in 347ms
573 silly pacote range manifest for js-tokens@^4.0.0 fetched in 14ms
574 silly pacote range manifest for @babel/helper-member-expression-to-functions@^7.10.4 fetched in 14ms
575 http fetch GET 304 https://registry.npmjs.org/find-up 185ms (from cache)
576 silly pacote range manifest for find-up@^2.1.0 fetched in 189ms
577 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-syntax-jsx 174ms (from cache)
578 silly pacote range manifest for @babel/plugin-syntax-jsx@^7.10.4 fetched in 188ms
579 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelper-builder-react-jsx-experimental 179ms (from cache)
580 http fetch GET 304 https://registry.npmjs.org/@babel%2fplugin-syntax-typescript 187ms (from cache)
581 silly pacote range manifest for @babel/helper-builder-react-jsx-experimental@^7.10.4 fetched in 195ms
582 http fetch GET 304 https://registry.npmjs.org/chalk 192ms (from cache)
583 silly pacote range manifest for @babel/plugin-syntax-typescript@^7.10.4 fetched in 203ms
584 silly pacote range manifest for chalk@^2.0.0 fetched in 200ms
585 silly pacote range manifest for chalk@^3.0.0 fetched in 7ms
586 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelper-builder-react-jsx 220ms (from cache)
587 http fetch GET 304 https://registry.npmjs.org/node-fetch 204ms (from cache)
588 silly pacote range manifest for fs-extra@^8.1.0 fetched in 12ms
589 http fetch GET 304 https://registry.npmjs.org/whatwg-fetch 210ms (from cache)
590 http fetch GET 304 https://registry.npmjs.org/isobject 209ms (from cache)
591 silly pacote range manifest for @babel/helper-builder-react-jsx@^7.10.4 fetched in 240ms
592 silly pacote range manifest for node-fetch@^1.0.1 fetched in 221ms
593 silly pacote range manifest for glob@^7.1.3 fetched in 15ms
594 http fetch GET 304 https://registry.npmjs.org/asap 220ms (from cache)
595 silly pacote range manifest for whatwg-fetch@>=0.10.0 fetched in 227ms
596 silly pacote range manifest for isobject@^3.0.1 fetched in 226ms
597 silly pacote range manifest for asap@~2.0.3 fetched in 253ms
598 http fetch GET 304 https://registry.npmjs.org/color-name 197ms (from cache)
599 http fetch GET 304 https://registry.npmjs.org/simple-swizzle 155ms (from cache)
600 silly pacote range manifest for color-name@^1.0.0 fetched in 201ms
601 silly pacote range manifest for simple-swizzle@^0.2.2 fetched in 161ms
602 http fetch GET 304 https://registry.npmjs.org/execa 115ms (from cache)
603 silly pacote range manifest for execa@^1.0.0 fetched in 123ms
604 http fetch GET 304 https://registry.npmjs.org/@react-native-community%2fcli-tools 156ms (from cache)
605 silly pacote range manifest for @react-native-community/cli-tools@^4.7.0 fetched in 158ms
606 http fetch GET 304 https://registry.npmjs.org/logkitty 142ms (from cache)
607 silly pacote range manifest for logkitty@^0.6.0 fetched in 145ms
608 http fetch GET 304 https://registry.npmjs.org/slash 196ms (from cache)
609 http fetch GET 304 https://registry.npmjs.org/at-least-node 178ms (from cache)
610 silly pacote range manifest for slash@^3.0.0 fetched in 201ms
611 http fetch GET 304 https://registry.npmjs.org/jetifier 207ms (from cache)
612 http fetch GET 304 https://registry.npmjs.org/xmldoc 187ms (from cache)
613 http fetch GET 304 https://registry.npmjs.org/graceful-fs 170ms (from cache)
614 silly pacote range manifest for at-least-node@^1.0.0 fetched in 191ms
615 silly pacote range manifest for jetifier@^1.6.2 fetched in 220ms
616 http fetch GET 304 https://registry.npmjs.org/universalify 143ms (from cache)
617 silly pacote range manifest for xmldoc@^1.1.2 fetched in 197ms
618 silly pacote range manifest for graceful-fs@^4.2.0 fetched in 184ms
619 http fetch GET 304 https://registry.npmjs.org/jsonfile 160ms (from cache)
620 silly pacote range manifest for universalify@^1.0.0 fetched in 161ms
621 silly pacote range manifest for jsonfile@^6.0.1 fetched in 173ms
622 http fetch GET 304 https://registry.npmjs.org/es-abstract 170ms (from cache)
623 silly pacote range manifest for es-abstract@^1.17.5 fetched in 173ms
624 http fetch GET 304 https://registry.npmjs.org/es-get-iterator 163ms (from cache)
625 silly pacote range manifest for es-get-iterator@^1.1.0 fetched in 167ms
626 http fetch GET 304 https://registry.npmjs.org/is-arguments 135ms (from cache)
627 silly pacote range manifest for is-arguments@^1.0.4 fetched in 139ms
628 http fetch GET 304 https://registry.npmjs.org/is-date-object 139ms (from cache)
629 silly pacote range manifest for is-date-object@^1.0.2 fetched in 148ms
630 http fetch GET 304 https://registry.npmjs.org/is-regex 146ms (from cache)
631 silly pacote range manifest for is-regex@^1.0.5 fetched in 159ms
632 http fetch GET 304 https://registry.npmjs.org/isarray 171ms (from cache)
633 http fetch GET 304 https://registry.npmjs.org/object.assign 175ms (from cache)
634 http fetch GET 304 https://registry.npmjs.org/object-is 172ms (from cache)
635 silly pacote range manifest for isarray@^2.0.5 fetched in 179ms
636 http fetch GET 304 https://registry.npmjs.org/object-keys 159ms (from cache)
637 silly pacote range manifest for object.assign@^4.1.0 fetched in 184ms
638 silly pacote range manifest for object-is@^1.1.2 fetched in 183ms
639 silly pacote range manifest for object-keys@^1.1.1 fetched in 170ms
640 silly pacote range manifest for xcode@^2.0.0 fetched in 9ms
641 silly pacote version manifest for color-name@1.1.3 fetched in 9ms
642 silly pacote range manifest for uuid@^7.0.3 fetched in 8ms
643 http fetch GET 304 https://registry.npmjs.org/regexp.prototype.flags 182ms (from cache)
644 http fetch GET 304 https://registry.npmjs.org/side-channel 163ms (from cache)
645 http fetch GET 304 https://registry.npmjs.org/which-boxed-primitive 153ms (from cache)
646 silly pacote range manifest for regexp.prototype.flags@^1.3.0 fetched in 190ms
647 http fetch GET 304 https://registry.npmjs.org/which-collection 150ms (from cache)
648 silly pacote range manifest for side-channel@^1.0.2 fetched in 171ms
649 silly pacote range manifest for which-boxed-primitive@^1.0.1 fetched in 161ms
650 silly pacote range manifest for which-collection@^1.0.1 fetched in 159ms
651 silly pacote range manifest for @babel/runtime@^7.8.4 fetched in 10ms
652 http fetch GET 304 https://registry.npmjs.org/which-typed-array 110ms (from cache)
653 silly pacote range manifest for which-typed-array@^1.1.2 fetched in 112ms
654 http fetch GET 304 https://registry.npmjs.org/js-yaml 117ms (from cache)
655 silly pacote range manifest for js-yaml@^3.13.1 fetched in 119ms
656 silly pacote range manifest for ansi-styles@^3.2.1 fetched in 2ms
657 http fetch GET 304 https://registry.npmjs.org/plist 132ms (from cache)
658 silly pacote range manifest for plist@^3.0.1 fetched in 135ms
659 http fetch GET 304 https://registry.npmjs.org/simple-plist 134ms (from cache)
660 http fetch GET 304 https://registry.npmjs.org/regexpu-core 115ms (from cache)
661 silly pacote range manifest for simple-plist@^1.1.0 fetched in 143ms
662 silly pacote range manifest for regexpu-core@^4.7.0 fetched in 128ms
663 silly pacote range manifest for ansi-styles@^4.1.0 fetched in 14ms
664 silly pacote range manifest for jsonfile@^4.0.0 fetched in 18ms
665 silly pacote range manifest for universalify@^0.1.0 fetched in 5ms
666 http fetch GET 304 https://registry.npmjs.org/sax 180ms (from cache)
667 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelper-wrap-function 177ms (from cache)
668 silly pacote range manifest for sax@^1.2.4 fetched in 190ms
669 silly pacote range manifest for @babel/helper-wrap-function@^7.10.4 fetched in 188ms
670 http fetch GET 304 https://registry.npmjs.org/@babel%2fhelper-explode-assignable-expression 184ms (from cache)
671 http fetch GET 304 https://registry.npmjs.org/locate-path 162ms (from cache)
672 http fetch GET 304 https://registry.npmjs.org/brace-expansion 179ms (from cache)
673 http fetch GET 304 https://registry.npmjs.org/wrappy 189ms (from cache)
674 silly pacote range manifest for @babel/helper-explode-assignable-expression@^7.10.4 fetched in 196ms
675 silly pacote range manifest for locate-path@^2.0.0 fetched in 172ms
676 silly pacote range manifest for brace-expansion@^1.1.7 fetched in 188ms
677 silly pacote range manifest for wrappy@1 fetched in 201ms
678 silly pacote range manifest for cross-spawn@^6.0.0 fetched in 13ms
679 http fetch GET 304 https://registry.npmjs.org/escape-string-regexp 173ms (from cache)
680 silly pacote range manifest for escape-string-regexp@^1.0.5 fetched in 175ms
681 http fetch GET 304 https://registry.npmjs.org/supports-color 139ms (from cache)
682 silly pacote range manifest for supports-color@^5.3.0 fetched in 141ms
683 http fetch GET 304 https://registry.npmjs.org/supports-color 125ms (from cache)
684 silly pacote range manifest for supports-color@^7.1.0 fetched in 128ms
685 http fetch GET 304 https://registry.npmjs.org/encoding 113ms (from cache)
686 silly pacote range manifest for encoding@^0.1.11 fetched in 115ms
687 silly pacote range manifest for node-fetch@^2.6.0 fetched in 1ms
688 http fetch GET 304 https://registry.npmjs.org/is-arrayish 113ms (from cache)
689 silly pacote range manifest for is-arrayish@^0.3.1 fetched in 116ms
690 http fetch GET 304 https://registry.npmjs.org/is-stream 122ms (from cache)
691 silly pacote range manifest for is-stream@^1.0.1 fetched in 126ms
692 http fetch GET 304 https://registry.npmjs.org/is-stream 159ms (from cache)
693 http fetch GET 304 https://registry.npmjs.org/npm-run-path 157ms (from cache)
694 silly pacote range manifest for is-stream@^1.1.0 fetched in 166ms
695 http fetch GET 304 https://registry.npmjs.org/get-stream 172ms (from cache)
696 silly pacote range manifest for npm-run-path@^2.0.0 fetched in 166ms
697 http fetch GET 304 https://registry.npmjs.org/signal-exit 147ms (from cache)
698 http fetch GET 304 https://registry.npmjs.org/p-finally 170ms (from cache)
699 silly pacote range manifest for get-stream@^4.0.0 fetched in 182ms
700 silly pacote range manifest for signal-exit@^3.0.0 fetched in 160ms
701 silly pacote range manifest for p-finally@^1.0.0 fetched in 181ms
702 silly pacote range manifest for sax@^1.2.1 fetched in 8ms
703 silly pacote range manifest for graceful-fs@^4.1.6 fetched in 12ms
704 http fetch GET 304 https://registry.npmjs.org/strip-eof 172ms (from cache)
705 silly pacote range manifest for strip-eof@^1.0.0 fetched in 178ms
706 http fetch GET 304 https://registry.npmjs.org/mime 169ms (from cache)
707 silly pacote range manifest for mime@^2.4.1 fetched in 175ms
708 http fetch GET 304 https://registry.npmjs.org/open 155ms (from cache)
709 silly pacote range manifest for open@^6.2.0 fetched in 164ms
710 http fetch GET 304 https://registry.npmjs.org/shell-quote 150ms (from cache)
711 silly pacote range manifest for is-regex@^1.1.0 fetched in 3ms
712 silly pacote version manifest for shell-quote@1.6.1 fetched in 158ms
713 http fetch GET 304 https://registry.npmjs.org/ansi-fragments 163ms (from cache)
714 silly pacote range manifest for ansi-fragments@^0.2.1 fetched in 165ms
715 http fetch GET 304 https://registry.npmjs.org/dayjs 111ms (from cache)
716 silly pacote range manifest for dayjs@^1.8.15 fetched in 114ms
717 silly pacote range manifest for es-abstract@^1.17.4 fetched in 1ms
718 http fetch GET 304 https://registry.npmjs.org/es-to-primitive 130ms (from cache)
719 http fetch GET 304 https://registry.npmjs.org/yargs 149ms (from cache)
720 silly pacote range manifest for es-to-primitive@^1.2.1 fetched in 141ms
721 silly pacote range manifest for yargs@^12.0.5 fetched in 163ms
722 http fetch GET 304 https://registry.npmjs.org/function-bind 156ms (from cache)
723 http fetch GET 304 https://registry.npmjs.org/has 149ms (from cache)
724 http fetch GET 304 https://registry.npmjs.org/has-symbols 135ms (from cache)
725 silly pacote range manifest for function-bind@^1.1.1 fetched in 165ms
726 silly pacote range manifest for has@^1.0.3 fetched in 157ms
727 silly pacote range manifest for has-symbols@^1.0.1 fetched in 145ms
728 silly pacote range manifest for has-symbols@^1.0.0 fetched in 7ms
729 silly pacote range manifest for object-keys@^1.0.11 fetched in 9ms
730 silly pacote range manifest for simple-plist@^1.0.0 fetched in 4ms
731 http fetch GET 304 https://registry.npmjs.org/is-callable 153ms (from cache)
732 silly pacote range manifest for es-abstract@^1.17.0-next.1 fetched in 4ms
733 silly pacote range manifest for is-callable@^1.2.0 fetched in 159ms
734 http fetch GET 304 https://registry.npmjs.org/string.prototype.trimend 145ms (from cache)
735 http fetch GET 304 https://registry.npmjs.org/object-inspect 156ms (from cache)
736 silly pacote range manifest for string.prototype.trimend@^1.0.1 fetched in 152ms
737 http fetch GET 304 https://registry.npmjs.org/string.prototype.trimstart 141ms (from cache)
738 silly pacote range manifest for object-inspect@^1.7.0 fetched in 161ms
739 silly pacote range manifest for string.prototype.trimstart@^1.0.1 fetched in 144ms
740 http fetch GET 304 https://registry.npmjs.org/is-map 130ms (from cache)
741 silly pacote range manifest for is-map@^2.0.1 fetched in 131ms
742 http fetch GET 304 https://registry.npmjs.org/is-string 113ms (from cache)
743 http fetch GET 304 https://registry.npmjs.org/is-set 117ms (from cache)
744 silly pacote range manifest for is-string@^1.0.5 fetched in 115ms
745 silly pacote range manifest for is-set@^2.0.1 fetched in 120ms
746 http fetch GET 304 https://registry.npmjs.org/define-properties 106ms (from cache)
747 silly pacote range manifest for define-properties@^1.1.2 fetched in 108ms
748 http fetch GET 304 https://registry.npmjs.org/define-properties 105ms (from cache)
749 silly pacote range manifest for define-properties@^1.1.3 fetched in 106ms
750 http fetch GET 304 https://registry.npmjs.org/is-boolean-object 149ms (from cache)
751 http fetch GET 304 https://registry.npmjs.org/is-bigint 157ms (from cache)
752 http fetch GET 304 https://registry.npmjs.org/is-string 138ms (from cache)
753 http fetch GET 304 https://registry.npmjs.org/is-number-object 141ms (from cache)
754 http fetch GET 304 https://registry.npmjs.org/is-weakmap 126ms (from cache)
755 silly pacote range manifest for is-boolean-object@^1.0.0 fetched in 154ms
756 http fetch GET 304 https://registry.npmjs.org/is-symbol 140ms (from cache)
757 silly pacote range manifest for is-bigint@^1.0.0 fetched in 169ms
758 silly pacote range manifest for is-weakmap@^2.0.1 fetched in 138ms
759 silly pacote range manifest for is-number-object@^1.0.3 fetched in 155ms
760 silly pacote range manifest for is-string@^1.0.4 fetched in 153ms
761 silly pacote range manifest for is-symbol@^1.0.2 fetched in 162ms
762 http fetch GET 304 https://registry.npmjs.org/is-weakset 152ms (from cache)
763 silly pacote range manifest for is-weakset@^2.0.1 fetched in 156ms
764 http fetch GET 304 https://registry.npmjs.org/available-typed-arrays 155ms (from cache)
765 http fetch GET 304 https://registry.npmjs.org/foreach 146ms (from cache)
766 http fetch GET 304 https://registry.npmjs.org/is-typed-array 136ms (from cache)
767 silly pacote range manifest for available-typed-arrays@^1.0.2 fetched in 161ms
768 silly pacote range manifest for foreach@^2.0.5 fetched in 153ms
769 silly pacote range manifest for is-typed-array@^1.1.3 fetched in 143ms
770 http fetch GET 304 https://registry.npmjs.org/argparse 207ms (from cache)
771 http fetch GET 304 https://registry.npmjs.org/base64-js 193ms (from cache)
772 http fetch GET 304 https://registry.npmjs.org/esprima 203ms (from cache)
773 http fetch GET 304 https://registry.npmjs.org/xmldom 198ms (from cache)
774 silly pacote range manifest for argparse@^1.0.7 fetched in 215ms
775 http fetch GET 304 https://registry.npmjs.org/xmlbuilder 200ms (from cache)
776 silly pacote range manifest for base64-js@^1.2.3 fetched in 207ms
777 http fetch GET 304 https://registry.npmjs.org/bplist-creator 197ms (from cache)
778 silly pacote range manifest for esprima@^4.0.0 fetched in 222ms
779 silly pacote range manifest for xmldom@0.1.x fetched in 216ms
780 silly pacote range manifest for xmlbuilder@^9.0.7 fetched in 218ms
781 silly pacote version manifest for bplist-creator@0.0.8 fetched in 213ms
782 http fetch GET 304 https://registry.npmjs.org/bplist-parser 182ms (from cache)
783 http fetch GET 304 https://registry.npmjs.org/regenerate 177ms (from cache)
784 silly pacote range manifest for color-convert@^2.0.1 fetched in 17ms
785 silly pacote version manifest for bplist-parser@0.2.0 fetched in 193ms
786 silly pacote range manifest for regenerate@^1.4.0 fetched in 188ms
787 http fetch GET 304 https://registry.npmjs.org/regenerate-unicode-properties 189ms (from cache)
788 http fetch GET 304 https://registry.npmjs.org/regjsgen 190ms (from cache)
789 silly pacote range manifest for regenerate-unicode-properties@^8.2.0 fetched in 198ms
790 silly pacote range manifest for regjsgen@^0.5.1 fetched in 197ms
791 http fetch GET 304 https://registry.npmjs.org/unicode-match-property-value-ecmascript 118ms (from cache)
792 silly pacote range manifest for unicode-match-property-value-ecmascript@^1.2.0 fetched in 121ms
793 silly pacote range manifest for path-key@^2.0.0 fetched in 12ms
794 http fetch GET 304 https://registry.npmjs.org/unicode-match-property-ecmascript 163ms (from cache)
795 http fetch GET 304 https://registry.npmjs.org/regjsparser 169ms (from cache)
796 silly pacote range manifest for unicode-match-property-ecmascript@^1.0.4 fetched in 172ms
797 silly pacote range manifest for regjsparser@^0.6.4 fetched in 177ms
798 http fetch GET 304 https://registry.npmjs.org/concat-map 142ms (from cache)
799 silly pacote version manifest for concat-map@0.0.1 fetched in 150ms
800 http fetch GET 304 https://registry.npmjs.org/p-locate 170ms (from cache)
801 http fetch GET 304 https://registry.npmjs.org/has-flag 143ms (from cache)
802 http fetch GET 304 https://registry.npmjs.org/has-flag 155ms (from cache)
803 http fetch GET 304 https://registry.npmjs.org/@types%2fcolor-name 184ms (from cache)
804 http fetch GET 304 https://registry.npmjs.org/balanced-match 166ms (from cache)
805 silly pacote range manifest for has-flag@^4.0.0 fetched in 150ms
806 silly pacote range manifest for p-locate@^2.0.0 fetched in 178ms
807 silly pacote range manifest for has-flag@^3.0.0 fetched in 162ms
808 http fetch GET 304 https://registry.npmjs.org/iconv-lite 152ms (from cache)
809 silly pacote range manifest for @types/color-name@^1.1.1 fetched in 193ms
810 silly pacote range manifest for balanced-match@^1.0.0 fetched in 176ms
811 silly pacote range manifest for iconv-lite@^0.6.2 fetched in 163ms
812 silly pacote range manifest for is-callable@^1.1.4 fetched in 10ms
813 silly pacote range manifest for is-date-object@^1.0.1 fetched in 2ms
814 http fetch GET 304 https://registry.npmjs.org/is-wsl 112ms (from cache)
815 silly pacote range manifest for is-wsl@^1.1.0 fetched in 116ms
816 http fetch GET 304 https://registry.npmjs.org/jsonify 122ms (from cache)
817 http fetch GET 304 https://registry.npmjs.org/array-filter 110ms (from cache)
818 silly pacote range manifest for jsonify@~0.0.0 fetched in 126ms
819 silly pacote range manifest for array-filter@~0.0.0 fetched in 114ms
820 silly pacote range manifest for find-up@^3.0.0 fetched in 3ms
821 http fetch GET 304 https://registry.npmjs.org/pump 167ms (from cache)
822 silly pacote range manifest for pump@^3.0.0 fetched in 170ms
823 http fetch GET 304 https://registry.npmjs.org/slice-ansi 278ms (from cache)
824 http fetch GET 304 https://registry.npmjs.org/get-caller-file 181ms (from cache)
825 http fetch GET 304 https://registry.npmjs.org/array-map 283ms (from cache)
826 http fetch GET 304 https://registry.npmjs.org/decamelize 196ms (from cache)
827 http fetch GET 304 https://registry.npmjs.org/os-locale 182ms (from cache)
828 http fetch GET 304 https://registry.npmjs.org/cliui 257ms (from cache)
829 http fetch GET 304 https://registry.npmjs.org/colorette 285ms (from cache)
830 http fetch GET 304 https://registry.npmjs.org/array-reduce 286ms (from cache)
831 http fetch GET 304 https://registry.npmjs.org/strip-ansi 283ms (from cache)
832 http fetch GET 304 https://registry.npmjs.org/require-directory 179ms (from cache)
833 silly pacote range manifest for get-caller-file@^1.0.1 fetched in 191ms
834 silly pacote range manifest for slice-ansi@^2.0.0 fetched in 287ms
835 silly pacote range manifest for array-map@~0.0.0 fetched in 294ms
836 silly pacote range manifest for os-locale@^3.0.0 fetched in 192ms
837 silly pacote range manifest for colorette@^1.0.7 fetched in 298ms
838 silly pacote range manifest for decamelize@^1.2.0 fetched in 210ms
839 silly pacote range manifest for cliui@^4.0.0 fetched in 271ms
840 silly pacote range manifest for array-reduce@~0.0.0 fetched in 300ms
841 silly pacote range manifest for strip-ansi@^5.0.0 fetched in 300ms
842 silly pacote range manifest for require-directory@^2.1.1 fetched in 198ms
843 silly pacote range manifest for object-keys@^1.0.12 fetched in 17ms
844 silly pacote range manifest for array-filter@^1.0.0 fetched in 20ms
845 silly pacote range manifest for available-typed-arrays@^1.0.0 fetched in 19ms
846 silly pacote range manifest for color-name@~1.1.4 fetched in 3ms
847 http fetch GET 304 https://registry.npmjs.org/which-module 166ms (from cache)
848 silly pacote range manifest for which-module@^2.0.0 fetched in 173ms
849 http fetch GET 304 https://registry.npmjs.org/set-blocking 178ms (from cache)
850 http fetch GET 304 https://registry.npmjs.org/yargs-parser 170ms (from cache)
851 http fetch GET 304 https://registry.npmjs.org/y18n 174ms (from cache)
852 http fetch GET 304 https://registry.npmjs.org/require-main-filename 185ms (from cache)
853 http fetch GET 304 https://registry.npmjs.org/unicode-canonical-property-names-ecmascript 149ms (from cache)
854 silly pacote range manifest for set-blocking@^2.0.0 fetched in 188ms
855 silly pacote range manifest for yargs-parser@^11.1.1 fetched in 181ms
856 http fetch GET 304 https://registry.npmjs.org/sprintf-js 168ms (from cache)
857 silly pacote range manifest for y18n@^3.2.1 || ^4.0.0 fetched in 185ms
858 http fetch GET 304 https://registry.npmjs.org/string-width 190ms (from cache)
859 silly pacote range manifest for require-main-filename@^1.0.1 fetched in 196ms
860 silly pacote range manifest for unicode-canonical-property-names-ecmascript@^1.0.4 fetched in 158ms
861 silly pacote range manifest for jsesc@~0.5.0 fetched in 9ms
862 http fetch GET 304 https://registry.npmjs.org/stream-buffers 169ms (from cache)
863 silly pacote range manifest for sprintf-js@~1.0.2 fetched in 179ms
864 http fetch GET 304 https://registry.npmjs.org/big-integer 168ms (from cache)
865 silly pacote range manifest for string-width@^2.0.0 fetched in 204ms
866 silly pacote range manifest for locate-path@^3.0.0 fetched in 15ms
867 silly pacote range manifest for once@^1.3.1 fetched in 14ms
868 silly pacote range manifest for stream-buffers@~2.2.0 fetched in 188ms
869 silly pacote range manifest for big-integer@^1.6.44 fetched in 187ms
870 silly pacote range manifest for string-width@^2.1.1 fetched in 9ms
871 silly pacote range manifest for strip-ansi@^4.0.0 fetched in 8ms
872 silly pacote range manifest for ansi-regex@^4.1.0 fetched in 2ms
873 http fetch GET 304 https://registry.npmjs.org/unicode-property-aliases-ecmascript 106ms (from cache)
874 silly pacote range manifest for unicode-property-aliases-ecmascript@^1.0.4 fetched in 107ms
875 silly pacote range manifest for p-locate@^3.0.0 fetched in 1ms
876 http fetch GET 304 https://registry.npmjs.org/p-limit 112ms (from cache)
877 silly pacote range manifest for p-limit@^1.1.0 fetched in 114ms
878 http fetch GET 304 https://registry.npmjs.org/safer-buffer 113ms (from cache)
879 silly pacote range manifest for safer-buffer@>= 2.1.2 < 3.0.0 fetched in 115ms
880 http fetch GET 304 https://registry.npmjs.org/end-of-stream 154ms (from cache)
881 http fetch GET 304 https://registry.npmjs.org/is-fullwidth-code-point 143ms (from cache)
882 silly pacote range manifest for end-of-stream@^1.1.0 fetched in 160ms
883 http fetch GET 304 https://registry.npmjs.org/astral-regex 152ms (from cache)
884 silly pacote range manifest for is-fullwidth-code-point@^2.0.0 fetched in 150ms
885 silly pacote range manifest for once@^1.4.0 fetched in 4ms
886 silly pacote range manifest for astral-regex@^1.0.0 fetched in 156ms
887 http fetch GET 304 https://registry.npmjs.org/lcid 150ms (from cache)
888 silly pacote range manifest for lcid@^2.0.0 fetched in 152ms
889 http fetch GET 304 https://registry.npmjs.org/wrap-ansi 134ms (from cache)
890 http fetch GET 304 https://registry.npmjs.org/mem 153ms (from cache)
891 http fetch GET 304 https://registry.npmjs.org/camelcase 137ms (from cache)
892 silly pacote range manifest for wrap-ansi@^2.0.0 fetched in 141ms
893 silly pacote range manifest for mem@^4.0.0 fetched in 161ms
894 silly pacote range manifest for camelcase@^5.0.0 fetched in 146ms
895 silly pacote range manifest for string-width@^1.0.1 fetched in 7ms
896 silly pacote range manifest for strip-ansi@^3.0.1 fetched in 11ms
897 silly pacote range manifest for is-fullwidth-code-point@^1.0.0 fetched in 13ms
898 silly pacote range manifest for strip-ansi@^3.0.0 fetched in 17ms
899 silly pacote range manifest for ansi-regex@^2.0.0 fetched in 17ms
900 http fetch GET 304 https://registry.npmjs.org/p-limit 130ms (from cache)
901 silly pacote range manifest for p-limit@^2.0.0 fetched in 132ms
902 http fetch GET 304 https://registry.npmjs.org/p-try 113ms (from cache)
903 silly pacote range manifest for p-try@^1.0.0 fetched in 115ms
904 http fetch GET 304 https://registry.npmjs.org/invert-kv 110ms (from cache)
905 silly pacote range manifest for invert-kv@^2.0.0 fetched in 111ms
906 http fetch GET 304 https://registry.npmjs.org/mimic-fn 114ms (from cache)
907 silly pacote range manifest for mimic-fn@^2.0.0 fetched in 118ms
908 http fetch GET 304 https://registry.npmjs.org/p-is-promise 462ms (from cache)
909 silly pacote range manifest for p-is-promise@^2.0.0 fetched in 468ms
910 http fetch GET 304 https://registry.npmjs.org/p-try 429ms (from cache)
911 http fetch GET 304 https://registry.npmjs.org/code-point-at 466ms (from cache)
912 http fetch GET 304 https://registry.npmjs.org/number-is-nan 451ms (from cache)
913 silly pacote range manifest for p-try@^2.0.0 fetched in 433ms
914 silly pacote range manifest for code-point-at@^1.0.0 fetched in 470ms
915 silly pacote range manifest for number-is-nan@^1.0.0 fetched in 454ms
916 http fetch GET 304 https://registry.npmjs.org/map-age-cleaner 476ms (from cache)
917 silly pacote range manifest for map-age-cleaner@^0.1.1 fetched in 478ms
918 http fetch GET 304 https://registry.npmjs.org/p-defer 142ms (from cache)
919 silly pacote range manifest for p-defer@^1.0.0 fetched in 145ms
920 silly pacote range manifest for expo-status-bar@^1.0.2 fetched in 38ms
921 silly resolveWithNewModule expo-status-bar@1.0.2 checking installable status
922 silly pacote range manifest for react-dom@~16.11.0 fetched in 41ms
923 silly resolveWithNewModule react-dom@16.11.0 checking installable status
924 silly pacote range manifest for expo@~38.0.8 fetched in 44ms
925 silly resolveWithNewModule expo@38.0.8 checking installable status
926 silly pacote range manifest for react-native-web@~0.11.7 fetched in 35ms
927 silly resolveWithNewModule react-native-web@0.11.7 checking installable status
928 http fetch GET 304 https://registry.npmjs.org/react 150ms (from cache)
929 silly fetchPackageMetaData error for react@~16.11.0 Unexpected end of JSON input while parsing near '...1.0","object-assign":'
930 http fetch GET 304 https://codeload.github.com/expo/react-native/tar.gz/sdk-38.0.2 5576ms (from cache)
931 silly pacote remote manifest for react-native@https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz fetched in 5654ms
932 silly resolveWithNewModule react-native@0.62.2 checking installable status
933 timing stage:rollbackFailedOptional Completed in 1ms
934 timing stage:runTopLevelLifecycles Completed in 38120ms
935 silly saveTree swag-react-native
935 silly saveTree +-- expo-status-bar@1.0.2
935 silly saveTree +-- expo@38.0.8
935 silly saveTree +-- react-dom@16.11.0
935 silly saveTree +-- react-native-web@0.11.7
935 silly saveTree `-- react-native@0.62.2
936 verbose stack SyntaxError: Unexpected end of JSON input while parsing near '...1.0","object-assign":'
936 verbose stack     at JSON.parse (<anonymous>)
936 verbose stack     at parseJson (C:\Program Files\nodejs\node_modules\npm\node_modules\json-parse-better-errors\index.js:7:17)
936 verbose stack     at C:\Program Files\nodejs\node_modules\npm\node_modules\node-fetch-npm\src\body.js:96:50
936 verbose stack     at processTicksAndRejections (internal/process/task_queues.js:97:5)
937 verbose cwd D:\homework\COMPUTER\Programming\Web\Self Tutorials\swag-react-native
938 verbose Windows_NT 6.1.7601
939 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
940 verbose node v12.18.0
941 verbose npm  v6.14.4
942 error Unexpected end of JSON input while parsing near '...1.0","object-assign":'
943 verbose exit [ 1, true ]
brentvatne commented 4 years ago

hi there! it seems like the npm cache is corrupt, see https://stackoverflow.com/a/47896884/659988 for a fix

shrihankp commented 4 years ago

Whoa! I had used this npm cache clean --force command a lot and it fixes most of the issues including this one Btw, the meme after running the command was humorous!