Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] cb() never called #3620

Closed
1 task done
justingolden21 opened this issue Aug 7, 2021 · 4 comments
Closed
1 task done

[BUG] cb() never called #3620

justingolden21 opened this issue Aug 7, 2021 · 4 comments
Labels
Bug thing that needs fixing Needs Triage needs review for next steps Release 7.x work is associated with a specific npm 7 release

Comments

@justingolden21
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I was told to file a bug for this, so I am doing my duty. No idea what cb is or why this is a bug.

I simply tried running npx svelte-add@latest tailwindcss

screenshot:
image

terminal:

Microsoft Windows [Version 10.0.19042.1110]
(c) Microsoft Corporation. All rights reserved.

C:\Users\Justin\Documents\svelte test\my-svelte-project3>npx svelte-add@latest tailwindcss
Need to install the following packages:
  svelte-add@latest
Ok to proceed? (y) y
npm ERR! cb() never called!

npm ERR! This is an error with npm itself. Please report this error at:
npm ERR!     <https://github.com/npm/cli/issues>

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Justin\AppData\Local\npm-cache\_logs\2021-08-07T06_57_22_132Z-debug.log

C:\Users\Justin\Documents\svelte test\my-svelte-project3>

log:

0 verbose cli [
0 verbose cli   'C:\\Program Files\\nodejs\\node.exe',
0 verbose cli   'C:\\Users\\Justin\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
0 verbose cli   'exec',
0 verbose cli   '--',
0 verbose cli   'svelte-add@latest',
0 verbose cli   'tailwindcss'
0 verbose cli ]
1 info using npm@7.5.4
2 info using node@v14.15.5
3 timing config:load:defaults Completed in 1ms
4 timing config:load:file:C:\Users\Justin\AppData\Roaming\npm\node_modules\npm\npmrc Completed in 2ms
5 timing config:load:builtin Completed in 2ms
6 timing config:load:cli Completed in 2ms
7 timing config:load:env Completed in 0ms
8 timing config:load:project Completed in 1ms
9 timing config:load:file:C:\Users\Justin\.npmrc Completed in 0ms
10 timing config:load:user Completed in 0ms
11 timing config:load:file:C:\Users\Justin\AppData\Roaming\npm\etc\npmrc Completed in 0ms
12 timing config:load:global Completed in 0ms
13 timing config:load:cafile Completed in 0ms
14 timing config:load:validate Completed in 0ms
15 timing config:load:setUserAgent Completed in 1ms
16 timing config:load:setEnvs Completed in 1ms
17 timing config:load Completed in 9ms
18 verbose npm-session 77f37c6a5e7cef6f
19 timing npm:load Completed in 18ms
20 http fetch GET 200 https://registry.npmjs.org/svelte-add 3682ms
21 timing arborist:ctor Completed in 1ms
22 timing arborist:ctor Completed in 0ms
23 timing arborist:ctor Completed in 0ms
24 timing arborist:ctor Completed in 0ms
25 timing idealTree:init Completed in 3ms
26 http fetch GET 200 https://registry.npmjs.org/svelte-add 6ms (from cache)
27 timing idealTree:userRequests Completed in 9ms
28 silly idealTree buildDeps
29 silly fetch manifest svelte-add@2021.7.2-0.0
30 silly placeDep ROOT svelte-add@2021.7.2-0.0 OK for:  want: 2021.7.2-0.0
31 silly fetch manifest @typescript-eslint/typescript-estree@^4.28.4
32 silly fetch manifest enquirer@^2.3.6
33 silly fetch manifest estree-walker@^3.0.0
34 silly fetch manifest kleur@^4.1.4
35 silly fetch manifest mri@^1.1.6
36 silly fetch manifest postcss@^8.3.5
37 silly fetch manifest posthtml-parser@^0.9.0
38 silly fetch manifest posthtml-render@^2.0.6
39 silly fetch manifest recast@^0.20.4
40 silly fetch manifest typescript@^4.3.5
41 http fetch GET 200 https://registry.npmjs.org/enquirer 675ms
42 http fetch GET 200 https://registry.npmjs.org/posthtml-render 688ms
43 http fetch GET 304 https://registry.npmjs.org/kleur 754ms (from cache)
44 http fetch GET 200 https://registry.npmjs.org/posthtml-parser 813ms
45 http fetch GET 304 https://registry.npmjs.org/postcss 985ms (from cache)
46 http fetch GET 304 https://registry.npmjs.org/estree-walker 991ms (from cache)
47 http fetch GET 304 https://registry.npmjs.org/typescript 998ms (from cache)
48 http fetch GET 304 https://registry.npmjs.org/mri 1044ms (from cache)
49 http fetch GET 200 https://registry.npmjs.org/recast 1504ms
50 http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2ftypescript-estree 12636ms
51 timing idealTree:#root Completed in 12662ms
52 silly placeDep ROOT @typescript-eslint/typescript-estree@4.29.0 OK for: svelte-add@2021.7.2-0.0 want: ^4.28.4
53 silly placeDep ROOT enquirer@2.3.6 OK for: svelte-add@2021.7.2-0.0 want: ^2.3.6
54 silly placeDep ROOT estree-walker@3.0.0 OK for: svelte-add@2021.7.2-0.0 want: ^3.0.0
55 silly placeDep ROOT kleur@4.1.4 OK for: svelte-add@2021.7.2-0.0 want: ^4.1.4
56 silly placeDep ROOT mri@1.1.6 OK for: svelte-add@2021.7.2-0.0 want: ^1.1.6
57 silly placeDep ROOT postcss@8.3.6 OK for: svelte-add@2021.7.2-0.0 want: ^8.3.5
58 silly placeDep ROOT posthtml-parser@0.9.1 OK for: svelte-add@2021.7.2-0.0 want: ^0.9.0
59 silly placeDep ROOT posthtml-render@2.0.6 OK for: svelte-add@2021.7.2-0.0 want: ^2.0.6
60 silly placeDep ROOT recast@0.20.5 OK for: svelte-add@2021.7.2-0.0 want: ^0.20.4
61 silly placeDep ROOT typescript@4.3.5 OK for: svelte-add@2021.7.2-0.0 want: ^4.3.5
62 silly fetch manifest @typescript-eslint/types@4.29.0
63 silly fetch manifest @typescript-eslint/visitor-keys@4.29.0
64 silly fetch manifest debug@^4.3.1
65 silly fetch manifest globby@^11.0.3
66 silly fetch manifest is-glob@^4.0.1
67 silly fetch manifest semver@^7.3.5
68 silly fetch manifest tsutils@^3.21.0
69 silly fetch manifest ansi-colors@^4.1.1
70 silly fetch manifest colorette@^1.2.2
71 silly fetch manifest nanoid@^3.1.23
72 silly fetch manifest source-map-js@^0.6.2
73 silly fetch manifest htmlparser2@^6.0.0
74 silly fetch manifest is-json@^2.0.1
75 silly fetch manifest ast-types@0.14.2
76 silly fetch manifest esprima@~4.0.0
77 silly fetch manifest source-map@~0.6.1
78 silly fetch manifest tslib@^2.0.1
79 http fetch GET 304 https://registry.npmjs.org/colorette 374ms (from cache)
80 http fetch GET 304 https://registry.npmjs.org/is-glob 1485ms (from cache)
81 http fetch GET 200 https://registry.npmjs.org/ansi-colors 1571ms
82 http fetch GET 304 https://registry.npmjs.org/debug 1617ms (from cache)
83 http fetch GET 200 https://registry.npmjs.org/is-json 1602ms
84 http fetch GET 304 https://registry.npmjs.org/nanoid 1645ms (from cache)
85 http fetch GET 200 https://registry.npmjs.org/htmlparser2 1672ms
86 http fetch GET 304 https://registry.npmjs.org/source-map 1780ms (from cache)
87 http fetch GET 304 https://registry.npmjs.org/semver 1806ms (from cache)
88 http fetch GET 200 https://registry.npmjs.org/ast-types 1855ms
89 http fetch GET 304 https://registry.npmjs.org/source-map-js 1866ms (from cache)
90 http fetch GET 304 https://registry.npmjs.org/globby 1880ms (from cache)
91 http fetch GET 304 https://registry.npmjs.org/esprima 1864ms (from cache)
92 http fetch GET 304 https://registry.npmjs.org/tslib 1877ms (from cache)
93 http fetch GET 200 https://registry.npmjs.org/tsutils 1984ms
94 http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2ftypes 3628ms
95 http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2fvisitor-keys 3726ms
96 timing idealTree:node_modules/svelte-add Completed in 3745ms
97 silly fetch manifest typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta
98 silly placeDep ROOT @typescript-eslint/types@4.29.0 OK for: @typescript-eslint/typescript-estree@4.29.0 want: 4.29.0
99 silly placeDep ROOT @typescript-eslint/visitor-keys@4.29.0 OK for: @typescript-eslint/typescript-estree@4.29.0 want: 4.29.0
100 silly placeDep ROOT debug@4.3.2 OK for: @typescript-eslint/typescript-estree@4.29.0 want: ^4.3.1
101 silly placeDep ROOT globby@11.0.4 OK for: @typescript-eslint/typescript-estree@4.29.0 want: ^11.0.3
102 silly placeDep ROOT is-glob@4.0.1 OK for: @typescript-eslint/typescript-estree@4.29.0 want: ^4.0.1
103 silly placeDep ROOT semver@7.3.5 OK for: @typescript-eslint/typescript-estree@4.29.0 want: ^7.3.5
104 silly placeDep ROOT tsutils@3.21.0 OK for: @typescript-eslint/typescript-estree@4.29.0 want: ^3.21.0
105 silly fetch manifest eslint-visitor-keys@^2.0.0
106 silly fetch manifest ms@2.1.2
107 silly fetch manifest array-union@^2.1.0
108 silly fetch manifest dir-glob@^3.0.1
109 silly fetch manifest fast-glob@^3.1.1
110 silly fetch manifest ignore@^5.1.4
111 silly fetch manifest merge2@^1.3.0
112 silly fetch manifest slash@^3.0.0
113 silly fetch manifest is-extglob@^2.1.1
114 silly fetch manifest lru-cache@^6.0.0
115 silly fetch manifest tslib@^1.8.1
116 http fetch GET 304 https://registry.npmjs.org/dir-glob 136ms (from cache)
117 http fetch GET 304 https://registry.npmjs.org/slash 134ms (from cache)
118 http fetch GET 304 https://registry.npmjs.org/lru-cache 134ms (from cache)
119 http fetch GET 200 https://registry.npmjs.org/ms 142ms
120 http fetch GET 200 https://registry.npmjs.org/eslint-visitor-keys 144ms
121 http fetch GET 304 https://registry.npmjs.org/array-union 142ms (from cache)
122 http fetch GET 304 https://registry.npmjs.org/merge2 145ms (from cache)
123 http fetch GET 304 https://registry.npmjs.org/is-extglob 144ms (from cache)
124 http fetch GET 304 https://registry.npmjs.org/fast-glob 149ms (from cache)
125 http fetch GET 304 https://registry.npmjs.org/ignore 150ms (from cache)
126 timing idealTree:node_modules/@typescript-eslint/typescript-estree Completed in 170ms
127 timing idealTree:node_modules/@typescript-eslint/types Completed in 0ms
128 silly placeDep ROOT eslint-visitor-keys@2.1.0 OK for: @typescript-eslint/visitor-keys@4.29.0 want: ^2.0.0
129 timing idealTree:node_modules/@typescript-eslint/visitor-keys Completed in 1ms
130 silly placeDep ROOT ms@2.1.2 OK for: debug@4.3.2 want: 2.1.2
131 timing idealTree:node_modules/debug Completed in 1ms
132 silly placeDep ROOT ansi-colors@4.1.1 OK for: enquirer@2.3.6 want: ^4.1.1
133 timing idealTree:node_modules/enquirer Completed in 1ms
134 timing idealTree:node_modules/ansi-colors Completed in 0ms
135 timing idealTree:node_modules/eslint-visitor-keys Completed in 0ms
136 timing idealTree:node_modules/estree-walker Completed in 0ms
137 silly placeDep ROOT array-union@2.1.0 OK for: globby@11.0.4 want: ^2.1.0
138 silly placeDep ROOT dir-glob@3.0.1 OK for: globby@11.0.4 want: ^3.0.1
139 silly placeDep ROOT fast-glob@3.2.7 OK for: globby@11.0.4 want: ^3.1.1
140 silly placeDep ROOT ignore@5.1.8 OK for: globby@11.0.4 want: ^5.1.4
141 silly placeDep ROOT merge2@1.4.1 OK for: globby@11.0.4 want: ^1.3.0
142 silly placeDep ROOT slash@3.0.0 OK for: globby@11.0.4 want: ^3.0.0
143 silly fetch manifest path-type@^4.0.0
144 silly fetch manifest @nodelib/fs.stat@^2.0.2
145 silly fetch manifest @nodelib/fs.walk@^1.2.3
146 silly fetch manifest glob-parent@^5.1.2
147 silly fetch manifest micromatch@^4.0.4
148 http fetch GET 304 https://registry.npmjs.org/path-type 89ms (from cache)
149 http fetch GET 304 https://registry.npmjs.org/micromatch 87ms (from cache)
150 http fetch GET 304 https://registry.npmjs.org/glob-parent 91ms (from cache)
151 http fetch GET 304 https://registry.npmjs.org/@nodelib%2ffs.stat 252ms (from cache)
152 http fetch GET 304 https://registry.npmjs.org/@nodelib%2ffs.walk 280ms (from cache)
153 timing idealTree:node_modules/globby Completed in 287ms
154 timing idealTree:node_modules/array-union Completed in 0ms
155 silly placeDep ROOT path-type@4.0.0 OK for: dir-glob@3.0.1 want: ^4.0.0
156 timing idealTree:node_modules/dir-glob Completed in 1ms
157 silly placeDep ROOT @nodelib/fs.stat@2.0.5 OK for: fast-glob@3.2.7 want: ^2.0.2
158 silly placeDep ROOT @nodelib/fs.walk@1.2.8 OK for: fast-glob@3.2.7 want: ^1.2.3
159 silly placeDep ROOT glob-parent@5.1.2 OK for: fast-glob@3.2.7 want: ^5.1.2
160 silly placeDep ROOT micromatch@4.0.4 OK for: fast-glob@3.2.7 want: ^4.0.4
161 silly fetch manifest @nodelib/fs.scandir@2.1.5
162 silly fetch manifest fastq@^1.6.0
163 silly fetch manifest braces@^3.0.1
164 silly fetch manifest picomatch@^2.2.3
165 http fetch GET 304 https://registry.npmjs.org/@nodelib%2ffs.scandir 146ms (from cache)
166 http fetch GET 304 https://registry.npmjs.org/braces 805ms (from cache)
167 http fetch GET 304 https://registry.npmjs.org/fastq 904ms (from cache)
168 http fetch GET 304 https://registry.npmjs.org/picomatch 2389ms (from cache)
169 timing idealTree:node_modules/fast-glob Completed in 2397ms
170 timing idealTree:node_modules/@nodelib/fs.stat Completed in 0ms
171 silly placeDep ROOT @nodelib/fs.scandir@2.1.5 OK for: @nodelib/fs.walk@1.2.8 want: 2.1.5
172 silly placeDep ROOT fastq@1.11.1 OK for: @nodelib/fs.walk@1.2.8 want: ^1.6.0
173 silly fetch manifest run-parallel@^1.1.9
174 silly fetch manifest reusify@^1.0.4
175 http fetch GET 304 https://registry.npmjs.org/reusify 48ms (from cache)
176 http fetch GET 304 https://registry.npmjs.org/run-parallel 69ms (from cache)
177 timing idealTree:node_modules/@nodelib/fs.walk Completed in 74ms
178 silly placeDep ROOT run-parallel@1.2.0 OK for: @nodelib/fs.scandir@2.1.5 want: ^1.1.9
179 silly fetch manifest queue-microtask@^1.2.2
180 http fetch GET 304 https://registry.npmjs.org/queue-microtask 52ms (from cache)
181 timing idealTree:node_modules/@nodelib/fs.scandir Completed in 55ms
182 silly placeDep ROOT reusify@1.0.4 OK for: fastq@1.11.1 want: ^1.0.4
183 timing idealTree:node_modules/fastq Completed in 1ms
184 timing idealTree:node_modules/glob-parent Completed in 0ms
185 timing idealTree:node_modules/ignore Completed in 1ms
186 silly placeDep ROOT is-extglob@2.1.1 OK for: is-glob@4.0.1 want: ^2.1.1
187 timing idealTree:node_modules/is-glob Completed in 0ms
188 timing idealTree:node_modules/is-extglob Completed in 0ms
189 timing idealTree:node_modules/kleur Completed in 0ms
190 timing idealTree:node_modules/merge2 Completed in 0ms
191 silly placeDep ROOT braces@3.0.2 OK for: micromatch@4.0.4 want: ^3.0.1
192 silly placeDep ROOT picomatch@2.3.0 OK for: micromatch@4.0.4 want: ^2.2.3
193 silly fetch manifest fill-range@^7.0.1
194 http fetch GET 304 https://registry.npmjs.org/fill-range 41ms (from cache)
195 timing idealTree:node_modules/micromatch Completed in 42ms
196 silly placeDep ROOT fill-range@7.0.1 OK for: braces@3.0.2 want: ^7.0.1
197 silly fetch manifest to-regex-range@^5.0.1
198 http fetch GET 304 https://registry.npmjs.org/to-regex-range 50ms (from cache)
199 timing idealTree:node_modules/braces Completed in 51ms
200 silly placeDep ROOT to-regex-range@5.0.1 OK for: fill-range@7.0.1 want: ^5.0.1
201 silly fetch manifest is-number@^7.0.0
202 http fetch GET 304 https://registry.npmjs.org/is-number 47ms (from cache)
203 timing idealTree:node_modules/fill-range Completed in 49ms
204 timing idealTree:node_modules/mri Completed in 0ms
205 timing idealTree:node_modules/ms Completed in 0ms
206 timing idealTree:node_modules/path-type Completed in 0ms
207 timing idealTree:node_modules/picomatch Completed in 0ms
208 silly placeDep ROOT colorette@1.2.2 OK for: postcss@8.3.6 want: ^1.2.2
209 silly placeDep ROOT nanoid@3.1.23 OK for: postcss@8.3.6 want: ^3.1.23
210 silly placeDep ROOT source-map-js@0.6.2 OK for: postcss@8.3.6 want: ^0.6.2
211 timing idealTree:node_modules/postcss Completed in 2ms
212 timing idealTree:node_modules/colorette Completed in 0ms
213 timing idealTree:node_modules/nanoid Completed in 0ms
214 silly placeDep ROOT htmlparser2@6.1.0 OK for: posthtml-parser@0.9.1 want: ^6.0.0
215 silly fetch manifest domelementtype@^2.0.1
216 silly fetch manifest domhandler@^4.0.0
217 silly fetch manifest domutils@^2.5.2
218 silly fetch manifest entities@^2.0.0
219 http fetch GET 200 https://registry.npmjs.org/domelementtype 56ms
220 http fetch GET 200 https://registry.npmjs.org/entities 71ms
221 http fetch GET 200 https://registry.npmjs.org/domhandler 96ms
222 http fetch GET 200 https://registry.npmjs.org/domutils 128ms
223 timing idealTree:node_modules/posthtml-parser Completed in 132ms
224 silly placeDep ROOT domelementtype@2.2.0 OK for: htmlparser2@6.1.0 want: ^2.0.1
225 silly placeDep ROOT domhandler@4.2.0 OK for: htmlparser2@6.1.0 want: ^4.0.0
226 silly placeDep ROOT domutils@2.7.0 OK for: htmlparser2@6.1.0 want: ^2.5.2
227 silly placeDep ROOT entities@2.2.0 OK for: htmlparser2@6.1.0 want: ^2.0.0
228 silly fetch manifest dom-serializer@^1.0.1
229 http fetch GET 200 https://registry.npmjs.org/dom-serializer 72ms
230 timing idealTree:node_modules/htmlparser2 Completed in 78ms
231 timing idealTree:node_modules/domelementtype Completed in 0ms
232 timing idealTree:node_modules/domhandler Completed in 0ms
233 silly placeDep ROOT dom-serializer@1.3.2 OK for: domutils@2.7.0 want: ^1.0.1
234 timing idealTree:node_modules/domutils Completed in 2ms
235 timing idealTree:node_modules/dom-serializer Completed in 0ms
236 timing idealTree:node_modules/entities Completed in 0ms
237 silly placeDep ROOT is-json@2.0.1 OK for: posthtml-render@2.0.6 want: ^2.0.1
238 timing idealTree:node_modules/posthtml-render Completed in 1ms
239 timing idealTree:node_modules/is-json Completed in 0ms
240 silly placeDep ROOT ast-types@0.14.2 OK for: recast@0.20.5 want: 0.14.2
241 silly placeDep ROOT esprima@4.0.1 OK for: recast@0.20.5 want: ~4.0.0
242 silly placeDep ROOT source-map@0.6.1 OK for: recast@0.20.5 want: ~0.6.1
243 silly placeDep ROOT tslib@2.3.0 OK for: recast@0.20.5 want: ^2.0.1
244 timing idealTree:node_modules/recast Completed in 3ms
245 timing idealTree:node_modules/ast-types Completed in 0ms
246 timing idealTree:node_modules/esprima Completed in 0ms
247 timing idealTree:node_modules/reusify Completed in 0ms
248 silly placeDep ROOT queue-microtask@1.2.3 OK for: run-parallel@1.2.0 want: ^1.2.2
249 timing idealTree:node_modules/run-parallel Completed in 1ms
250 timing idealTree:node_modules/queue-microtask Completed in 0ms
251 silly placeDep ROOT lru-cache@6.0.0 OK for: semver@7.3.5 want: ^6.0.0
252 silly fetch manifest yallist@^4.0.0
253 http fetch GET 304 https://registry.npmjs.org/yallist 50ms (from cache)
254 timing idealTree:node_modules/semver Completed in 52ms
255 silly placeDep ROOT yallist@4.0.0 OK for: lru-cache@6.0.0 want: ^4.0.0
256 timing idealTree:node_modules/lru-cache Completed in 2ms
257 timing idealTree:node_modules/slash Completed in 0ms
258 timing idealTree:node_modules/source-map Completed in 0ms
259 timing idealTree:node_modules/source-map-js Completed in 0ms
260 silly placeDep ROOT is-number@7.0.0 OK for: to-regex-range@5.0.1 want: ^7.0.0
261 timing idealTree:node_modules/to-regex-range Completed in 1ms
262 timing idealTree:node_modules/is-number Completed in 0ms
263 timing idealTree:node_modules/tslib Completed in 0ms
264 silly placeDep node_modules/tsutils tslib@1.14.1 OK for: tsutils@3.21.0 want: ^1.8.1
265 timing idealTree:node_modules/tsutils Completed in 3ms
266 timing idealTree:node_modules/typescript Completed in 0ms
267 timing idealTree:node_modules/yallist Completed in 0ms
268 timing idealTree:node_modules/tsutils/node_modules/tslib Completed in 0ms
269 timing idealTree:buildDeps Completed in 19819ms
270 timing idealTree:fixDepFlags Completed in 2ms
271 timing idealTree Completed in 19835ms
272 timing reify:loadTrees Completed in 19835ms
273 timing reify:diffTrees Completed in 1ms
274 silly reify moves {}
275 timing reify:retireShallow Completed in 2ms
276 timing reify:createSparse Completed in 21ms
277 timing reify:loadBundles Completed in 0ms
278 silly tarball no local data for lru-cache@https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz. Extracting by manifest.
279 silly tarball no local data for yallist@https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz. Extracting by manifest.
280 silly tarball no local data for tslib@https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz. Extracting by manifest.
281 silly tarball no local data for ast-types@https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz. Extracting by manifest.
282 silly tarball no local data for is-json@https://registry.npmjs.org/is-json/-/is-json-2.0.1.tgz. Extracting by manifest.
283 silly tarball no local data for domutils@https://registry.npmjs.org/domutils/-/domutils-2.7.0.tgz. Extracting by manifest.
284 silly tarball no local data for htmlparser2@https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz. Extracting by manifest.
285 silly tarball no local data for ansi-colors@https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz. Extracting by manifest.
286 silly tarball no local data for tsutils@https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz. Extracting by manifest.
287 silly tarball no local data for eslint-visitor-keys@https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz. Extracting by manifest.
288 silly tarball no local data for semver@https://registry.npmjs.org/semver/-/semver-7.3.5.tgz. Extracting by manifest.
289 silly tarball no local data for debug@https://registry.npmjs.org/debug/-/debug-4.3.2.tgz. Extracting by manifest.
290 silly tarball no local data for recast@https://registry.npmjs.org/recast/-/recast-0.20.5.tgz. Extracting by manifest.
291 silly tarball no local data for @typescript-eslint/types@https://registry.npmjs.org/@typescript-eslint/types/-/types-4.29.0.tgz. Extracting by manifest.
292 silly tarball no local data for typescript@https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz. Extracting by manifest.
293 silly tarball no local data for @typescript-eslint/visitor-keys@https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.0.tgz. Extracting by manifest.
294 silly tarball no local data for posthtml-render@https://registry.npmjs.org/posthtml-render/-/posthtml-render-2.0.6.tgz. Extracting by manifest.
295 silly tarball no local data for posthtml-parser@https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.9.1.tgz. Extracting by manifest.
296 silly tarball no local data for kleur@https://registry.npmjs.org/kleur/-/kleur-4.1.4.tgz. Extracting by manifest.
297 silly tarball no local data for estree-walker@https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.0.tgz. Extracting by manifest.
298 silly tarball no local data for @typescript-eslint/typescript-estree@https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.0.tgz. Extracting by manifest.
299 silly tarball no local data for enquirer@https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz. Extracting by manifest.
300 silly tarball no local data for svelte-add@https://registry.npmjs.org/svelte-add/-/svelte-add-2021.7.2-0.0.tgz. Extracting by manifest.
301 timing reifyNode:node_modules/is-number Completed in 269ms
302 timing reifyNode:node_modules/is-extglob Completed in 270ms
303 timing reifyNode:node_modules/run-parallel Completed in 270ms
304 timing reifyNode:node_modules/merge2 Completed in 270ms
305 timing reifyNode:node_modules/dir-glob Completed in 270ms
306 timing reifyNode:node_modules/ms Completed in 271ms
307 timing reifyNode:node_modules/is-glob Completed in 270ms
308 timing reifyNode:node_modules/queue-microtask Completed in 273ms
309 timing reifyNode:node_modules/to-regex-range Completed in 273ms
310 timing reifyNode:node_modules/fill-range Completed in 274ms
311 timing reifyNode:node_modules/glob-parent Completed in 275ms
312 timing reifyNode:node_modules/path-type Completed in 275ms
313 timing reifyNode:node_modules/array-union Completed in 274ms
314 timing reifyNode:node_modules/slash Completed in 275ms
315 timing reifyNode:node_modules/colorette Completed in 277ms
316 timing reifyNode:node_modules/mri Completed in 278ms
317 timing reifyNode:node_modules/domelementtype Completed in 282ms
318 timing reifyNode:node_modules/micromatch Completed in 285ms
319 http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/advisories/bulk 291ms
320 timing auditReport:getReport Completed in 293ms
321 timing auditReport:init Completed in 0ms
322 timing reify:audit Completed in 293ms
323 timing reifyNode:node_modules/globby Completed in 295ms
324 timing reifyNode:node_modules/dom-serializer Completed in 298ms
325 timing reifyNode:node_modules/reusify Completed in 306ms
326 timing reifyNode:node_modules/domhandler Completed in 313ms
327 timing reifyNode:node_modules/ignore Completed in 317ms
328 timing reifyNode:node_modules/braces Completed in 323ms
329 timing reifyNode:node_modules/tsutils/node_modules/tslib Completed in 327ms
330 timing reifyNode:node_modules/picomatch Completed in 332ms
331 http fetch GET 200 https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz 324ms
332 timing reifyNode:node_modules/lru-cache Completed in 355ms
333 timing reifyNode:node_modules/fastq Completed in 355ms
334 http fetch GET 200 https://registry.npmjs.org/is-json/-/is-json-2.0.1.tgz 315ms
335 timing reifyNode:node_modules/is-json Completed in 363ms
336 http fetch GET 200 https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz 332ms
337 timing reifyNode:node_modules/yallist Completed in 367ms
338 timing reifyNode:node_modules/nanoid Completed in 382ms
339 timing reifyNode:node_modules/@nodelib/fs.stat Completed in 382ms
340 http fetch GET 200 https://registry.npmjs.org/domutils/-/domutils-2.7.0.tgz 335ms
341 timing reifyNode:node_modules/esprima Completed in 388ms
342 timing reifyNode:node_modules/entities Completed in 389ms
343 http fetch GET 200 https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz 369ms
344 timing reifyNode:node_modules/tslib Completed in 407ms
345 timing reifyNode:node_modules/@nodelib/fs.scandir Completed in 413ms
346 timing reifyNode:node_modules/@nodelib/fs.walk Completed in 417ms
347 http fetch GET 200 https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz 359ms
348 timing reifyNode:node_modules/ansi-colors Completed in 420ms
349 http fetch GET 200 https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz 358ms
350 timing reifyNode:node_modules/eslint-visitor-keys Completed in 426ms
351 timing reifyNode:node_modules/domutils Completed in 431ms
352 http fetch GET 200 https://registry.npmjs.org/debug/-/debug-4.3.2.tgz 350ms
353 timing reifyNode:node_modules/debug Completed in 432ms
354 http fetch GET 200 https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz 417ms
355 timing reifyNode:node_modules/htmlparser2 Completed in 471ms
356 timing reifyNode:node_modules/postcss Completed in 490ms
357 timing reifyNode:node_modules/source-map Completed in 500ms
358 timing reifyNode:node_modules/source-map-js Completed in 502ms
359 timing reifyNode:node_modules/fast-glob Completed in 504ms
360 http fetch GET 200 https://registry.npmjs.org/semver/-/semver-7.3.5.tgz 458ms
361 timing reifyNode:node_modules/semver Completed in 528ms
362 http fetch GET 200 https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.9.1.tgz 677ms
363 timing reifyNode:node_modules/posthtml-parser Completed in 801ms
364 http fetch GET 200 https://registry.npmjs.org/recast/-/recast-0.20.5.tgz 1115ms
365 timing reifyNode:node_modules/recast Completed in 1203ms
366 http fetch GET 200 https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz 1669ms
367 timing reifyNode:node_modules/tsutils Completed in 1734ms
368 http fetch GET 200 https://registry.npmjs.org/kleur/-/kleur-4.1.4.tgz 2853ms
369 timing reifyNode:node_modules/kleur Completed in 2975ms
370 http fetch GET 200 https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz 2997ms
371 timing reifyNode:node_modules/ast-types Completed in 3041ms
372 http fetch GET 200 https://registry.npmjs.org/posthtml-render/-/posthtml-render-2.0.6.tgz 3715ms
373 timing reifyNode:node_modules/posthtml-render Completed in 3827ms
374 http fetch GET 200 https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.0.tgz 5796ms
375 timing reifyNode:node_modules/estree-walker Completed in 5928ms
376 http fetch GET 200 https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.0.tgz 6137ms
377 timing reifyNode:node_modules/@typescript-eslint/visitor-keys Completed in 6247ms
378 http fetch GET 200 https://registry.npmjs.org/svelte-add/-/svelte-add-2021.7.2-0.0.tgz 6794ms
379 timing reifyNode:node_modules/svelte-add Completed in 6939ms
380 http fetch GET 200 https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz 7957ms
381 timing reifyNode:node_modules/enquirer Completed in 8099ms
382 http fetch GET 200 https://registry.npmjs.org/@typescript-eslint/types/-/types-4.29.0.tgz 9161ms
383 timing reifyNode:node_modules/@typescript-eslint/types Completed in 9254ms
384 http fetch GET 200 https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.0.tgz 10858ms
385 timing reifyNode:node_modules/@typescript-eslint/typescript-estree Completed in 10996ms
386 timing npm Completed in 84525ms
387 error cb() never called!
388 error This is an error with npm itself. Please report this error at:
389 error <https://github.com/npm/cli/issues>

Expected Behavior

A svelte tailwind template to be created...

Steps To Reproduce

npx svelte-add@latest tailwindcss

Environment

Windows 10

Node 14.15.5

NPM 7.5.4

@justingolden21 justingolden21 added Bug thing that needs fixing Needs Triage needs review for next steps Release 7.x work is associated with a specific npm 7 release labels Aug 7, 2021
@ljharb
Copy link
Contributor

ljharb commented Aug 7, 2021

Try with npm v7.20.3

@elijah0kello
Copy link

I am getting the same issue. What can I do to solve it

@akhilkineton
Copy link

Strangely for me deleting the package-lock.json and running npm install worked

@lukekarrys
Copy link
Contributor

Closing: We suspect this has to do with a combination of resource constraints within the device/program being used and the large amount of transient dependencies being installed by this command.

We've opened npm/statusboard#395 for us to look deeper into this and track the discussion and fixes around it. You can also read this document for more information on why this issue might be happening currently and ways to debug it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug thing that needs fixing Needs Triage needs review for next steps Release 7.x work is associated with a specific npm 7 release
Projects
None yet
Development

No branches or pull requests

5 participants