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

Error creating todo-list application #10145

Open
alexcar opened this issue Oct 29, 2023 · 1 comment
Open

Error creating todo-list application #10145

alexcar opened this issue Oct 29, 2023 · 1 comment
Labels

Comments

@alexcar
Copy link

alexcar commented Oct 29, 2023

Describe the bug

Hi,

When I try to create the todo-list application in Windows PowerShell as administrator, takes this error:

-----------------------------------------8<-----------------------------------------
❯ lb4 app
? Nome do projeto: todo-list
? Descrição do projeto: A todo list API made with LoopBack 4.
? Diretório-raiz do projeto: todo-list
? Nome da classe do aplicativo: TodoListApplication
? Selecionar recursos para ativar no projeto Enable eslint, Enable prettier, Enable mocha, Enable
loopbackBuild, Enable vscode, Enable docker, Enable repositories, Enable services
force todo-list.yo-rc.json
create todo-list.eslintignore
create todo-list.eslintrc.js
create todo-list.mocharc.json
create todo-list.prettierignore
create todo-list.prettierrc
create todo-list\DEVELOPING.md
create todo-list\package.json
create todo-list\tsconfig.json
create todo-list.vscode\launch.json
create todo-list.vscode\settings.json
create todo-list.vscode\tasks.json
create todo-list.gitignore
create todo-list.dockerignore
create todo-list\Dockerfile
create todo-list\README.md
create todo-list\public\index.html
create todo-list\src\application.ts
create todo-list\src\index.ts
create todo-list\src\migrate.ts
create todo-list\src\openapi-spec.ts
create todo-list\src\sequence.ts
create todo-list\src\controllers\index.ts
create todo-list\src\controllers\ping.controller.ts
create todo-list\src\controllers\README.md
create todo-list\src\datasources\README.md
create todo-list\src\models\README.md
create todo-list\src\repositories\README.md
create todo-list\src_tests_\README.md
create todo-list\src_tests_\acceptance\home-page.acceptance.ts
create todo-list\src_tests_\acceptance\ping.controller.acceptance.ts
create todo-list\src_tests_\acceptance\test-helper.ts

No change to package.json was detected. No package manager install will be executed.
npm WARN config cache-min This option has been deprecated in favor of --prefer-offline.
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @types/debug@^4.1.8.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

npm ERR! A complete log of this run can be found in: C:\Users\alexa\AppData\Local\npm-cache_logs\2023-10-29T09_08_55_072Z-debug-0.log

O aplicativo todo-list foi criado em todo-list.

Próximas etapas:

$ cd todo-list
$ npm start
-----------------------------------------8<-----------------------------------------

  1. Are you running nvm for managing the node version you're running? Yes
  2. What's the node version? (run node -v) 18.18.1
  3. which OS are you using? Windows 11 Pro
  4. Do you get command not found error? or other error? Yes
  5. Did you install @loopback/cli at the global level? i.e. npm i -g @loopback/cli. Yes

Logs

0 verbose cli C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js
1 info using npm@9.8.1
2 info using node@v18.18.1
3 timing npm:load:whichnode Completed in 2ms
4 timing config:load:defaults Completed in 2ms
5 timing config:load:file:C:\Users\alexa\AppData\Roaming\nvm\v18.18.1\node_modules\npm\npmrc Completed in 2ms
6 timing config:load:builtin Completed in 2ms
7 warn config cache-min This option has been deprecated in favor of `--prefer-offline`.
8 timing config:load:cli Completed in 2ms
9 timing config:load:env Completed in 1ms
10 timing config:load:file:C:\code\loopback\todo-list\.npmrc Completed in 0ms
11 timing config:load:project Completed in 1ms
12 timing config:load:file:C:\Users\alexa\.npmrc Completed in 0ms
13 timing config:load:user Completed in 0ms
14 timing config:load:file:C:\Program Files\nodejs\etc\npmrc Completed in 0ms
15 timing config:load:global Completed in 0ms
16 timing config:load:setEnvs Completed in 1ms
17 timing config:load Completed in 10ms
18 timing npm:load:configload Completed in 10ms
19 timing config:load:flatten Completed in 2ms
20 timing npm:load:mkdirpcache Completed in 1ms
21 timing npm:load:mkdirplogs Completed in 0ms
22 verbose title npm install
23 verbose argv "install" "--cache-min" "86400"
24 timing npm:load:setTitle Completed in 1ms
25 timing npm:load:display Completed in 2ms
26 verbose logfile logs-max:10 dir:C:\Users\alexa\AppData\Local\npm-cache\_logs\2023-10-29T09_08_55_072Z-
27 verbose logfile C:\Users\alexa\AppData\Local\npm-cache\_logs\2023-10-29T09_08_55_072Z-debug-0.log
28 timing npm:load:logFile Completed in 14ms
29 timing npm:load:timers Completed in 0ms
30 timing npm:load:configScope Completed in 0ms
31 timing npm:load Completed in 57ms
32 timing arborist:ctor Completed in 1ms
33 silly logfile start cleaning logs, removing 2 files
34 timing arborist:ctor Completed in 0ms
35 silly logfile done cleaning log files
36 timing idealTree:init Completed in 18ms
37 timing idealTree:userRequests Completed in 0ms
38 silly idealTree buildDeps
39 silly fetch manifest @loopback/boot@^6.1.3
40 http fetch GET 200 https://registry.npmjs.org/@loopback%2fboot 14ms (cache stale)
41 silly fetch manifest @loopback/core@^5.1.3
42 http fetch GET 200 https://registry.npmjs.org/@loopback%2fcore 8ms (cache stale)
43 silly fetch manifest @loopback/repository@^6.1.3
44 http fetch GET 200 https://registry.npmjs.org/@loopback%2frepository 4ms (cache stale)
45 silly fetch manifest @loopback/rest@^13.1.3
46 http fetch GET 200 https://registry.npmjs.org/@loopback%2frest 4ms (cache stale)
47 silly fetch manifest @loopback/rest-explorer@^6.1.3
48 http fetch GET 200 https://registry.npmjs.org/@loopback%2frest-explorer 3ms (cache stale)
49 silly fetch manifest @loopback/service-proxy@^6.1.3
50 http fetch GET 200 https://registry.npmjs.org/@loopback%2fservice-proxy 4ms (cache stale)
51 silly fetch manifest tslib@^2.0.0
52 http fetch GET 200 https://registry.npmjs.org/tslib 5ms (cache stale)
53 silly fetch manifest @loopback/build@^10.1.3
54 http fetch GET 200 https://registry.npmjs.org/@loopback%2fbuild 5ms (cache stale)
55 silly fetch manifest source-map-support@^0.5.21
56 http fetch GET 200 https://registry.npmjs.org/source-map-support 3ms (cache stale)
57 silly fetch manifest @loopback/testlab@^6.1.3
58 http fetch GET 200 https://registry.npmjs.org/@loopback%2ftestlab 4ms (cache stale)
59 silly fetch manifest @types/node@^16.18.50
60 http fetch GET 200 https://registry.npmjs.org/@types%2fnode 6ms (cache stale)
61 silly fetch manifest @loopback/eslint-config@^14.0.4
62 http fetch GET 200 https://registry.npmjs.org/@loopback%2feslint-config 4ms (cache stale)
63 silly fetch manifest eslint@^8.48.0
64 http fetch GET 200 https://registry.npmjs.org/eslint 5ms (cache stale)
65 silly fetch manifest typescript@~5.2.2
66 http fetch GET 200 https://registry.npmjs.org/typescript 15ms (cache stale)
67 silly placeDep ROOT @loopback/boot@6.1.3 OK for: todo-list@0.0.1 want: ^6.1.3
68 silly placeDep ROOT @loopback/core@5.1.3 OK for: @loopback/boot@6.1.3 want: ^5.0.0
69 silly fetch manifest @loopback/model-api-builder@^5.1.3
70 silly fetch manifest @types/debug@^4.1.8
71 silly fetch manifest @types/glob@^8.1.0
72 silly fetch manifest debug@^4.3.4
73 silly fetch manifest glob@^10.3.4
74 silly fetch manifest tslib@^2.6.2
75 silly fetch manifest @loopback/context@^6.1.3
76 silly placeDep ROOT @loopback/build@10.1.3 OK for: todo-list@0.0.1 want: ^10.1.3
77 silly fetch manifest @types/mocha@^10.0.1
78 silly fetch manifest cross-spawn@^7.0.3
79 silly fetch manifest fs-extra@^11.1.1
80 silly fetch manifest lodash@^4.17.21
81 silly fetch manifest mocha@^10.2.0
82 silly fetch manifest nyc@^15.1.0
83 silly fetch manifest prettier@^3.0.2
84 silly fetch manifest rimraf@^5.0.1
85 silly placeDep ROOT @loopback/eslint-config@14.0.4 OK for: todo-list@0.0.1 want: ^14.0.4
86 silly placeDep ROOT eslint@8.52.0 OK for: @loopback/eslint-config@14.0.4 want: ^8.48.0
87 silly fetch manifest @typescript-eslint/eslint-plugin@^6.4.1
88 silly fetch manifest @typescript-eslint/parser@^6.4.1
89 silly fetch manifest eslint-config-prettier@^9.0.0
90 silly fetch manifest eslint-plugin-eslint-plugin@^5.1.1
91 silly fetch manifest eslint-plugin-mocha@^10.1.0
92 silly fetch manifest @eslint-community/eslint-utils@^4.2.0
93 silly fetch manifest @eslint-community/regexpp@^4.6.1
94 silly fetch manifest @eslint/eslintrc@^2.1.2
95 silly fetch manifest @eslint/js@8.52.0
96 silly fetch manifest @humanwhocodes/config-array@^0.11.13
97 silly fetch manifest @humanwhocodes/module-importer@^1.0.1
98 silly fetch manifest @nodelib/fs.walk@^1.2.8
99 silly fetch manifest @ungap/structured-clone@^1.2.0
100 silly fetch manifest ajv@^6.12.4
101 silly fetch manifest chalk@^4.0.0
102 silly fetch manifest cross-spawn@^7.0.2
103 silly fetch manifest debug@^4.3.2
104 silly fetch manifest doctrine@^3.0.0
105 silly fetch manifest escape-string-regexp@^4.0.0
106 silly fetch manifest eslint-scope@^7.2.2
107 silly fetch manifest eslint-visitor-keys@^3.4.3
108 silly fetch manifest espree@^9.6.1
109 silly fetch manifest esquery@^1.4.2
110 silly fetch manifest esutils@^2.0.2
111 silly fetch manifest fast-deep-equal@^3.1.3
112 silly fetch manifest file-entry-cache@^6.0.1
113 silly fetch manifest find-up@^5.0.0
114 silly fetch manifest glob-parent@^6.0.2
115 silly fetch manifest globals@^13.19.0
116 silly fetch manifest graphemer@^1.4.0
117 silly fetch manifest ignore@^5.2.0
118 silly fetch manifest imurmurhash@^0.1.4
119 silly fetch manifest is-glob@^4.0.0
120 silly fetch manifest is-path-inside@^3.0.3
121 silly fetch manifest js-yaml@^4.1.0
122 silly fetch manifest json-stable-stringify-without-jsonify@^1.0.1
123 silly fetch manifest levn@^0.4.1
124 silly fetch manifest lodash.merge@^4.6.2
125 silly fetch manifest minimatch@^3.1.2
126 silly fetch manifest natural-compare@^1.4.0
127 silly fetch manifest optionator@^0.9.3
128 silly fetch manifest strip-ansi@^6.0.1
129 silly fetch manifest text-table@^0.2.0
130 silly placeDep ROOT @loopback/repository@6.1.3 OK for: todo-list@0.0.1 want: ^6.1.3
131 silly fetch manifest @loopback/filter@^4.1.3
132 silly fetch manifest loopback-datasource-juggler@^4.28.9
133 silly placeDep ROOT @loopback/rest@13.1.3 OK for: todo-list@0.0.1 want: ^13.1.3
134 silly fetch manifest @loopback/express@^6.1.3
135 silly fetch manifest @loopback/http-server@^5.1.3
136 silly fetch manifest @loopback/openapi-v3@^9.1.3
137 silly fetch manifest @openapi-contrib/openapi-schema-to-json-schema@^4.0.5
138 silly fetch manifest @types/body-parser@^1.19.2
139 silly fetch manifest @types/cors@^2.8.14
140 silly fetch manifest @types/express@^4.17.17
141 silly fetch manifest @types/express-serve-static-core@^4.17.36
142 silly fetch manifest @types/http-errors@^2.0.1
143 silly fetch manifest @types/on-finished@^2.3.2
144 silly fetch manifest @types/serve-static@1.15.2
145 silly fetch manifest @types/type-is@^1.6.3
146 silly fetch manifest ajv@^8.12.0
147 silly fetch manifest ajv-errors@^3.0.0
148 silly fetch manifest ajv-formats@^2.1.1
149 silly fetch manifest ajv-keywords@^5.1.0
150 silly fetch manifest body-parser@^1.20.2
151 silly fetch manifest cors@^2.8.5
152 silly fetch manifest express@^4.18.2
153 silly fetch manifest http-errors@^2.0.0
154 silly fetch manifest json-schema-compare@^0.2.2
155 silly fetch manifest on-finished@^2.4.1
156 silly fetch manifest path-to-regexp@^6.2.1
157 silly fetch manifest qs@^6.11.2
158 silly fetch manifest strong-error-handler@^5.0.1
159 silly fetch manifest type-is@^1.6.18
160 silly fetch manifest validator@^13.11.0
161 silly placeDep ROOT @loopback/rest-explorer@6.1.3 OK for: todo-list@0.0.1 want: ^6.1.3
162 silly fetch manifest ejs@^3.1.9
163 silly fetch manifest swagger-ui-dist@5.6.2
164 silly placeDep ROOT @loopback/service-proxy@6.1.3 OK for: todo-list@0.0.1 want: ^6.1.3
165 silly placeDep ROOT @loopback/testlab@6.1.3 OK for: todo-list@0.0.1 want: ^6.1.3
166 silly fetch manifest @hapi/shot@^6.0.1
167 silly fetch manifest @types/fs-extra@^11.0.1
168 silly fetch manifest @types/shot@^4.0.1
169 silly fetch manifest @types/sinon@^10.0.16
170 silly fetch manifest @types/supertest@^2.0.12
171 silly fetch manifest oas-validator@^5.0.8
172 silly fetch manifest should@^13.2.3
173 silly fetch manifest sinon@^15.2.0
174 silly fetch manifest supertest@^6.3.3
175 silly placeDep ROOT @types/node@16.18.59 OK for: todo-list@0.0.1 want: ^16.18.50
176 silly placeDep ROOT source-map-support@0.5.21 OK for: todo-list@0.0.1 want: ^0.5.21
177 silly fetch manifest buffer-from@^1.0.0
178 silly fetch manifest source-map@^0.6.0
179 silly placeDep ROOT tslib@2.6.2 OK for: todo-list@0.0.1 want: ^2.0.0
180 silly placeDep ROOT typescript@5.2.2 OK for: todo-list@0.0.1 want: ~5.2.2
181 http fetch GET 200 https://registry.npmjs.org/@types%2fglob 212ms (cache stale)
182 http fetch GET 200 https://registry.npmjs.org/debug 212ms (cache stale)
183 http fetch GET 200 https://registry.npmjs.org/glob 213ms (cache stale)
184 http fetch GET 200 https://registry.npmjs.org/@loopback%2fmodel-api-builder 216ms (cache stale)
185 http fetch GET 200 https://registry.npmjs.org/@types%2fdebug 216ms (cache stale)
186 http fetch GET 200 https://registry.npmjs.org/@types%2fmocha 214ms (cache stale)
187 http fetch GET 200 https://registry.npmjs.org/cross-spawn 213ms (cache stale)
188 http fetch GET 200 https://registry.npmjs.org/@loopback%2fcontext 217ms (cache stale)
189 http fetch GET 200 https://registry.npmjs.org/mocha 215ms (cache stale)
190 http fetch GET 200 https://registry.npmjs.org/fs-extra 220ms (cache stale)
191 http fetch GET 200 https://registry.npmjs.org/prettier 218ms (cache stale)
192 http fetch GET 200 https://registry.npmjs.org/lodash 222ms (cache stale)
193 http fetch GET 200 https://registry.npmjs.org/rimraf 221ms (cache stale)
194 http fetch GET 200 https://registry.npmjs.org/eslint-config-prettier 217ms (cache stale)
195 http fetch GET 200 https://registry.npmjs.org/eslint-plugin-mocha 216ms (cache stale)
196 http fetch GET 200 https://registry.npmjs.org/nyc 226ms (cache stale)
197 http fetch GET 200 https://registry.npmjs.org/@eslint-community%2feslint-utils 220ms (cache stale)
198 http fetch GET 200 https://registry.npmjs.org/@eslint%2fjs 218ms (cache stale)
199 http fetch GET 200 https://registry.npmjs.org/eslint-plugin-eslint-plugin 223ms (cache stale)
200 http fetch GET 200 https://registry.npmjs.org/@eslint-community%2fregexpp 222ms (cache stale)
201 http fetch GET 200 https://registry.npmjs.org/@nodelib%2ffs.walk 219ms (cache stale)
202 http fetch GET 200 https://registry.npmjs.org/@humanwhocodes%2fconfig-array 221ms (cache stale)
203 http fetch GET 200 https://registry.npmjs.org/@humanwhocodes%2fmodule-importer 220ms (cache stale)
204 http fetch GET 200 https://registry.npmjs.org/@ungap%2fstructured-clone 219ms (cache stale)
205 http fetch GET 200 https://registry.npmjs.org/chalk 218ms (cache stale)
206 http fetch GET 200 https://registry.npmjs.org/cross-spawn 220ms (cache stale)
207 http fetch GET 200 https://registry.npmjs.org/doctrine 218ms (cache stale)
208 http fetch GET 200 https://registry.npmjs.org/@eslint%2feslintrc 227ms (cache stale)
209 http fetch GET 200 https://registry.npmjs.org/debug 221ms (cache stale)
210 http fetch GET 200 https://registry.npmjs.org/espree 215ms (cache stale)
211 http fetch GET 200 https://registry.npmjs.org/escape-string-regexp 225ms (cache stale)
212 http fetch GET 200 https://registry.npmjs.org/eslint-visitor-keys 222ms (cache stale)
213 http fetch GET 200 https://registry.npmjs.org/esquery 220ms (cache stale)
214 http fetch GET 200 https://registry.npmjs.org/ajv 230ms (cache stale)
215 http fetch GET 200 https://registry.npmjs.org/esutils 227ms (cache stale)
216 http fetch GET 200 https://registry.npmjs.org/fast-deep-equal 226ms (cache stale)
217 http fetch GET 200 https://registry.npmjs.org/eslint-scope 230ms (cache stale)
218 http fetch GET 200 https://registry.npmjs.org/file-entry-cache 227ms (cache stale)
219 http fetch GET 200 https://registry.npmjs.org/find-up 227ms (cache stale)
220 http fetch GET 200 https://registry.npmjs.org/glob-parent 226ms (cache stale)
221 http fetch GET 200 https://registry.npmjs.org/graphemer 226ms (cache stale)
222 http fetch GET 200 https://registry.npmjs.org/globals 227ms (cache stale)
223 http fetch GET 200 https://registry.npmjs.org/ignore 227ms (cache stale)
224 http fetch GET 200 https://registry.npmjs.org/imurmurhash 227ms (cache stale)
225 http fetch GET 200 https://registry.npmjs.org/js-yaml 226ms (cache stale)
226 http fetch GET 200 https://registry.npmjs.org/is-path-inside 227ms (cache stale)
227 http fetch GET 200 https://registry.npmjs.org/is-glob 228ms (cache stale)
228 http fetch GET 200 https://registry.npmjs.org/json-stable-stringify-without-jsonify 227ms (cache stale)
229 http fetch GET 200 https://registry.npmjs.org/levn 226ms (cache stale)
230 http fetch GET 200 https://registry.npmjs.org/lodash.merge 227ms (cache stale)
231 http fetch GET 200 https://registry.npmjs.org/natural-compare 225ms (cache stale)
232 http fetch GET 200 https://registry.npmjs.org/optionator 225ms (cache stale)
233 http fetch GET 200 https://registry.npmjs.org/strip-ansi 225ms (cache stale)
234 http fetch GET 200 https://registry.npmjs.org/text-table 225ms (cache stale)
235 http fetch GET 200 https://registry.npmjs.org/minimatch 228ms (cache stale)
236 http fetch GET 200 https://registry.npmjs.org/@loopback%2ffilter 225ms (cache stale)
237 http fetch GET 200 https://registry.npmjs.org/@loopback%2fexpress 223ms (cache stale)
238 http fetch GET 200 https://registry.npmjs.org/loopback-datasource-juggler 226ms (cache stale)
239 http fetch GET 200 https://registry.npmjs.org/@loopback%2fopenapi-v3 228ms (cache stale)
240 http fetch GET 200 https://registry.npmjs.org/@openapi-contrib%2fopenapi-schema-to-json-schema 229ms (cache stale)
241 http fetch GET 200 https://registry.npmjs.org/@types%2fbody-parser 229ms (cache stale)
242 http fetch GET 200 https://registry.npmjs.org/@types%2fexpress 229ms (cache stale)
243 http fetch GET 200 https://registry.npmjs.org/@loopback%2fhttp-server 233ms (cache stale)
244 http fetch GET 200 https://registry.npmjs.org/@types%2fexpress-serve-static-core 230ms (cache stale)
245 http fetch GET 200 https://registry.npmjs.org/@types%2fhttp-errors 227ms (cache stale)
246 http fetch GET 200 https://registry.npmjs.org/@types%2fcors 233ms (cache stale)
247 http fetch GET 200 https://registry.npmjs.org/@types%2fon-finished 228ms (cache stale)
248 http fetch GET 200 https://registry.npmjs.org/@types%2fserve-static 228ms (cache stale)
249 http fetch GET 200 https://registry.npmjs.org/ajv-errors 226ms (cache stale)
250 http fetch GET 200 https://registry.npmjs.org/ajv-formats 227ms (cache stale)
251 http fetch GET 200 https://registry.npmjs.org/ajv-keywords 226ms (cache stale)
252 http fetch GET 200 https://registry.npmjs.org/@types%2ftype-is 229ms (cache stale)
253 http fetch GET 200 https://registry.npmjs.org/body-parser 226ms (cache stale)
254 http fetch GET 200 https://registry.npmjs.org/on-finished 224ms (cache stale)
255 http fetch GET 200 https://registry.npmjs.org/cors 227ms (cache stale)
256 http fetch GET 200 https://registry.npmjs.org/json-schema-compare 226ms (cache stale)
257 http fetch GET 200 https://registry.npmjs.org/ajv 232ms (cache stale)
258 http fetch GET 200 https://registry.npmjs.org/path-to-regexp 227ms (cache stale)
259 http fetch GET 200 https://registry.npmjs.org/http-errors 231ms (cache stale)
260 http fetch GET 200 https://registry.npmjs.org/qs 228ms (cache stale)
261 http fetch GET 200 https://registry.npmjs.org/strong-error-handler 228ms (cache stale)
262 http fetch GET 200 https://registry.npmjs.org/validator 228ms (cache stale)
263 http fetch GET 200 https://registry.npmjs.org/express 235ms (cache stale)
264 http fetch GET 200 https://registry.npmjs.org/type-is 234ms (cache stale)
265 http fetch GET 200 https://registry.npmjs.org/ejs 232ms (cache stale)
266 http fetch GET 200 https://registry.npmjs.org/@types%2ffs-extra 229ms (cache stale)
267 http fetch GET 200 https://registry.npmjs.org/@hapi%2fshot 230ms (cache stale)
268 http fetch GET 200 https://registry.npmjs.org/@types%2fshot 230ms (cache stale)
269 http fetch GET 200 https://registry.npmjs.org/@types%2fsupertest 232ms (cache stale)
270 http fetch GET 200 https://registry.npmjs.org/oas-validator 231ms (cache stale)
271 http fetch GET 200 https://registry.npmjs.org/swagger-ui-dist 238ms (cache stale)
272 http fetch GET 200 https://registry.npmjs.org/@types%2fsinon 235ms (cache stale)
273 http fetch GET 200 https://registry.npmjs.org/should 233ms (cache stale)
274 http fetch GET 200 https://registry.npmjs.org/supertest 229ms (cache stale)
275 http fetch GET 200 https://registry.npmjs.org/sinon 232ms (cache stale)
276 http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2fparser 310ms (cache stale)
277 http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2feslint-plugin 342ms (cache stale)
278 http fetch GET 200 https://registry.npmjs.org/buffer-from 303ms (cache stale)
279 http fetch GET 200 https://registry.npmjs.org/source-map 303ms (cache stale)
280 timing idealTree:#root Completed in 594ms
281 silly fetch manifest @loopback/core@^5.0.0
282 silly placeDep ROOT @loopback/model-api-builder@5.1.3 OK for: @loopback/boot@6.1.3 want: ^5.1.3
283 silly placeDep node_modules/@loopback/boot @types/debug@ OK for: @loopback/boot@6.1.3 want: ^4.1.8
284 silly placeDep ROOT @types/glob@8.1.0 OK for: @loopback/boot@6.1.3 want: ^8.1.0
285 silly fetch manifest @types/minimatch@^5.1.2
286 silly placeDep ROOT debug@4.3.4 OK for: @loopback/boot@6.1.3 want: ^4.3.4
287 silly fetch manifest ms@2.1.2
288 silly placeDep ROOT glob@10.3.10 OK for: @loopback/boot@6.1.3 want: ^10.3.4
289 silly fetch manifest foreground-child@^3.1.0
290 silly fetch manifest jackspeak@^2.3.5
291 silly fetch manifest minimatch@^9.0.1
292 silly fetch manifest minipass@^5.0.0 || ^6.0.2 || ^7.0.0
293 silly fetch manifest path-scurry@^1.10.1
294 http fetch GET 200 https://registry.npmjs.org/@types%2fminimatch 14ms (cache stale)
295 http fetch GET 200 https://registry.npmjs.org/ms 12ms (cache stale)
296 http fetch GET 200 https://registry.npmjs.org/foreground-child 12ms (cache stale)
297 http fetch GET 200 https://registry.npmjs.org/jackspeak 12ms (cache stale)
298 http fetch GET 200 https://registry.npmjs.org/path-scurry 11ms (cache stale)
299 http fetch GET 200 https://registry.npmjs.org/minipass 13ms (cache stale)
300 timing idealTree:node_modules/@loopback/boot Completed in 25ms
301 silly placeDep ROOT @types/mocha@10.0.3 OK for: @loopback/build@10.1.3 want: ^10.0.1
302 silly placeDep ROOT cross-spawn@7.0.3 OK for: @loopback/build@10.1.3 want: ^7.0.3
303 silly fetch manifest path-key@^3.1.0
304 silly fetch manifest shebang-command@^2.0.0
305 silly fetch manifest which@^2.0.1
306 silly placeDep ROOT fs-extra@11.1.1 OK for: @loopback/build@10.1.3 want: ^11.1.1
307 silly fetch manifest graceful-fs@^4.2.0
308 silly fetch manifest jsonfile@^6.0.1
309 silly fetch manifest universalify@^2.0.0
310 silly placeDep ROOT lodash@4.17.21 OK for: @loopback/build@10.1.3 want: ^4.17.21
311 silly placeDep ROOT mocha@10.2.0 OK for: @loopback/build@10.1.3 want: ^10.2.0
312 silly fetch manifest ansi-colors@4.1.1
313 silly fetch manifest browser-stdout@1.3.1
314 silly fetch manifest chokidar@3.5.3
315 silly fetch manifest diff@5.0.0
316 silly fetch manifest escape-string-regexp@4.0.0
317 silly fetch manifest find-up@5.0.0
318 silly fetch manifest glob@7.2.0
319 silly fetch manifest he@1.2.0
320 silly fetch manifest js-yaml@4.1.0
321 silly fetch manifest log-symbols@4.1.0
322 silly fetch manifest minimatch@5.0.1
323 silly fetch manifest ms@2.1.3
324 silly fetch manifest nanoid@3.3.3
325 silly fetch manifest serialize-javascript@6.0.0
326 silly fetch manifest strip-json-comments@3.1.1
327 silly fetch manifest supports-color@8.1.1
328 silly fetch manifest workerpool@6.2.1
329 silly fetch manifest yargs@16.2.0
330 silly fetch manifest yargs-parser@20.2.4
331 silly fetch manifest yargs-unparser@2.0.0
332 silly placeDep ROOT nyc@15.1.0 OK for: @loopback/build@10.1.3 want: ^15.1.0
333 silly fetch manifest @istanbuljs/load-nyc-config@^1.0.0
334 silly fetch manifest @istanbuljs/schema@^0.1.2
335 silly fetch manifest caching-transform@^4.0.0
336 silly fetch manifest convert-source-map@^1.7.0
337 silly fetch manifest decamelize@^1.2.0
338 silly fetch manifest find-cache-dir@^3.2.0
339 silly fetch manifest find-up@^4.1.0
340 silly fetch manifest foreground-child@^2.0.0
341 silly fetch manifest get-package-type@^0.1.0
342 silly fetch manifest glob@^7.1.6
343 silly fetch manifest istanbul-lib-coverage@^3.0.0
344 silly fetch manifest istanbul-lib-hook@^3.0.0
345 silly fetch manifest istanbul-lib-instrument@^4.0.0
346 silly fetch manifest istanbul-lib-processinfo@^2.0.2
347 silly fetch manifest istanbul-lib-report@^3.0.0
348 silly fetch manifest istanbul-lib-source-maps@^4.0.0
349 silly fetch manifest istanbul-reports@^3.0.2
350 silly fetch manifest make-dir@^3.0.0
351 silly fetch manifest node-preload@^0.2.1
352 silly fetch manifest p-map@^3.0.0
353 silly fetch manifest process-on-spawn@^1.0.0
354 silly fetch manifest resolve-from@^5.0.0
355 silly fetch manifest rimraf@^3.0.0
356 silly fetch manifest signal-exit@^3.0.2
357 silly fetch manifest spawn-wrap@^2.0.0
358 silly fetch manifest test-exclude@^6.0.0
359 silly fetch manifest yargs@^15.0.2
360 silly placeDep ROOT prettier@3.0.3 OK for: @loopback/build@10.1.3 want: ^3.0.2
361 silly placeDep ROOT rimraf@5.0.5 OK for: @loopback/build@10.1.3 want: ^5.0.1
362 http fetch GET 200 https://registry.npmjs.org/shebang-command 95ms (cache stale)
363 http fetch GET 200 https://registry.npmjs.org/path-key 97ms (cache stale)
364 http fetch GET 200 https://registry.npmjs.org/which 96ms (cache stale)
365 http fetch GET 200 https://registry.npmjs.org/universalify 94ms (cache stale)
366 http fetch GET 200 https://registry.npmjs.org/jsonfile 96ms (cache stale)
367 http fetch GET 200 https://registry.npmjs.org/browser-stdout 93ms (cache stale)
368 http fetch GET 200 https://registry.npmjs.org/graceful-fs 97ms (cache stale)
369 http fetch GET 200 https://registry.npmjs.org/ansi-colors 95ms (cache stale)
370 http fetch GET 200 https://registry.npmjs.org/chokidar 94ms (cache stale)
371 http fetch GET 200 https://registry.npmjs.org/diff 93ms (cache stale)
372 http fetch GET 200 https://registry.npmjs.org/log-symbols 92ms (cache stale)
373 http fetch GET 200 https://registry.npmjs.org/he 93ms (cache stale)
374 http fetch GET 200 https://registry.npmjs.org/serialize-javascript 91ms (cache stale)
375 http fetch GET 200 https://registry.npmjs.org/nanoid 92ms (cache stale)
376 http fetch GET 200 https://registry.npmjs.org/supports-color 91ms (cache stale)
377 http fetch GET 200 https://registry.npmjs.org/strip-json-comments 93ms (cache stale)
378 http fetch GET 200 https://registry.npmjs.org/workerpool 91ms (cache stale)
379 http fetch GET 200 https://registry.npmjs.org/yargs-unparser 89ms (cache stale)
380 http fetch GET 200 https://registry.npmjs.org/yargs 91ms (cache stale)
381 http fetch GET 200 https://registry.npmjs.org/yargs-parser 94ms (cache stale)
382 http fetch GET 200 https://registry.npmjs.org/@istanbuljs%2fload-nyc-config 94ms (cache stale)
383 http fetch GET 200 https://registry.npmjs.org/@istanbuljs%2fschema 93ms (cache stale)
384 http fetch GET 200 https://registry.npmjs.org/caching-transform 93ms (cache stale)
385 http fetch GET 200 https://registry.npmjs.org/decamelize 92ms (cache stale)
386 http fetch GET 200 https://registry.npmjs.org/find-cache-dir 92ms (cache stale)
387 http fetch GET 200 https://registry.npmjs.org/convert-source-map 96ms (cache stale)
388 http fetch GET 200 https://registry.npmjs.org/get-package-type 95ms (cache stale)
389 http fetch GET 200 https://registry.npmjs.org/istanbul-lib-coverage 95ms (cache stale)
390 http fetch GET 200 https://registry.npmjs.org/istanbul-lib-hook 95ms (cache stale)
391 http fetch GET 200 https://registry.npmjs.org/istanbul-lib-instrument 95ms (cache stale)
392 http fetch GET 200 https://registry.npmjs.org/istanbul-lib-processinfo 96ms (cache stale)
393 http fetch GET 200 https://registry.npmjs.org/istanbul-lib-source-maps 99ms (cache stale)
394 http fetch GET 200 https://registry.npmjs.org/istanbul-reports 99ms (cache stale)
395 http fetch GET 200 https://registry.npmjs.org/make-dir 100ms (cache stale)
396 http fetch GET 200 https://registry.npmjs.org/istanbul-lib-report 102ms (cache stale)
397 http fetch GET 200 https://registry.npmjs.org/node-preload 101ms (cache stale)
398 http fetch GET 200 https://registry.npmjs.org/p-map 101ms (cache stale)
399 http fetch GET 200 https://registry.npmjs.org/process-on-spawn 100ms (cache stale)
400 http fetch GET 200 https://registry.npmjs.org/resolve-from 101ms (cache stale)
401 http fetch GET 200 https://registry.npmjs.org/signal-exit 100ms (cache stale)
402 http fetch GET 200 https://registry.npmjs.org/spawn-wrap 100ms (cache stale)
403 http fetch GET 200 https://registry.npmjs.org/test-exclude 100ms (cache stale)
404 http fetch GET 200 https://registry.npmjs.org/yargs 100ms (cache stale)
405 timing idealTree:node_modules/@loopback/build Completed in 140ms
406 silly placeDep ROOT @loopback/context@6.1.3 OK for: @loopback/core@5.1.3 want: ^6.1.3
407 silly fetch manifest @loopback/metadata@^6.1.3
408 silly fetch manifest hyperid@^3.1.1
409 silly fetch manifest p-event@^4.2.0
410 silly fetch manifest uuid@^9.0.0
411 http fetch GET 200 https://registry.npmjs.org/hyperid 8ms (cache stale)
412 http fetch GET 200 https://registry.npmjs.org/@loopback%2fmetadata 10ms (cache stale)
413 http fetch GET 200 https://registry.npmjs.org/uuid 9ms (cache stale)
414 http fetch GET 200 https://registry.npmjs.org/p-event 11ms (cache stale)
415 timing idealTree:node_modules/@loopback/core Completed in 14ms
416 silly placeDep ROOT @loopback/metadata@6.1.3 OK for: @loopback/context@6.1.3 want: ^6.1.3
417 silly fetch manifest reflect-metadata@^0.1.13
418 silly placeDep node_modules/@loopback/context @types/debug@ OK for: @loopback/context@6.1.3 want: ^4.1.8
419 silly placeDep ROOT hyperid@3.1.1 OK for: @loopback/context@6.1.3 want: ^3.1.1
420 silly fetch manifest uuid@^8.3.2
421 silly fetch manifest uuid-parse@^1.1.0
422 silly placeDep ROOT p-event@4.2.0 OK for: @loopback/context@6.1.3 want: ^4.2.0
423 silly fetch manifest p-timeout@^3.1.0
424 silly placeDep ROOT uuid@9.0.1 OK for: @loopback/context@6.1.3 want: ^9.0.0
425 http fetch GET 200 https://registry.npmjs.org/reflect-metadata 10ms (cache stale)
426 http fetch GET 200 https://registry.npmjs.org/uuid-parse 8ms (cache stale)
427 http fetch GET 200 https://registry.npmjs.org/p-timeout 8ms (cache stale)
428 timing idealTree:node_modules/@loopback/context Completed in 15ms
429 silly placeDep ROOT @typescript-eslint/eslint-plugin@6.9.0 OK for: @loopback/eslint-config@14.0.4 want: ^6.4.1
430 silly placeDep ROOT @typescript-eslint/parser@6.9.0 OK for: @typescript-eslint/eslint-plugin@6.9.0 want: ^6.0.0 || ^6.0.0-alpha
431 silly fetch manifest @eslint-community/regexpp@^4.5.1
432 silly fetch manifest @typescript-eslint/scope-manager@6.9.0
433 silly fetch manifest @typescript-eslint/type-utils@6.9.0
434 silly fetch manifest @typescript-eslint/utils@6.9.0
435 silly fetch manifest @typescript-eslint/visitor-keys@6.9.0
436 silly fetch manifest ignore@^5.2.4
437 silly fetch manifest semver@^7.5.4
438 silly fetch manifest ts-api-utils@^1.0.1
439 silly fetch manifest @typescript-eslint/types@6.9.0
440 silly fetch manifest @typescript-eslint/typescript-estree@6.9.0
441 silly placeDep ROOT eslint-config-prettier@9.0.0 OK for: @loopback/eslint-config@14.0.4 want: ^9.0.0
442 silly placeDep ROOT eslint-plugin-eslint-plugin@5.1.1 OK for: @loopback/eslint-config@14.0.4 want: ^5.1.1
443 silly fetch manifest eslint-utils@^3.0.0
444 silly fetch manifest estraverse@^5.3.0
445 silly placeDep ROOT eslint-plugin-mocha@10.2.0 OK for: @loopback/eslint-config@14.0.4 want: ^10.1.0
446 silly fetch manifest rambda@^7.4.0
447 http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2ftype-utils 30ms (cache stale)
448 http fetch GET 200 https://registry.npmjs.org/semver 40ms (cache stale)
449 http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2fvisitor-keys 47ms (cache stale)
450 http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2ftypes 68ms (cache stale)
451 http fetch GET 200 https://registry.npmjs.org/ts-api-utils 82ms (cache stale)
452 http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2fscope-manager 93ms (cache stale)
453 http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2futils 116ms (cache stale)
454 http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2ftypescript-estree 136ms (cache stale)
455 http fetch GET 200 https://registry.npmjs.org/estraverse 166ms (cache stale)
456 http fetch GET 200 https://registry.npmjs.org/eslint-utils 171ms (cache stale)
457 http fetch GET 200 https://registry.npmjs.org/rambda 170ms (cache stale)
458 timing idealTree:node_modules/@loopback/eslint-config Completed in 191ms
459 silly placeDep ROOT reflect-metadata@0.1.13 OK for: @loopback/metadata@6.1.3 want: ^0.1.13
460 timing idealTree:node_modules/@loopback/metadata Completed in 1ms
461 timing idealTree:node_modules/@loopback/model-api-builder Completed in 0ms
462 silly placeDep ROOT @loopback/filter@4.1.3 OK for: @loopback/repository@6.1.3 want: ^4.1.3
463 silly placeDep node_modules/@loopback/repository @types/debug@ OK for: @loopback/repository@6.1.3 want: ^4.1.8
464 silly placeDep ROOT loopback-datasource-juggler@4.28.9 OK for: @loopback/repository@6.1.3 want: ^4.28.9
465 silly fetch manifest async@^3.2.4
466 silly fetch manifest change-case@^4.1.2
467 silly fetch manifest depd@^2.0.0
468 silly fetch manifest inflection@^1.13.4
469 silly fetch manifest loopback-connector@^5.3.3
470 silly fetch manifest minimatch@^5.1.6
471 silly fetch manifest nanoid@^3.3.6
472 silly fetch manifest strong-globalize@^6.0.5
473 silly fetch manifest traverse@^0.6.7
474 http fetch GET 200 https://registry.npmjs.org/change-case 17ms (cache stale)
475 http fetch GET 200 https://registry.npmjs.org/async 17ms (cache stale)
476 http fetch GET 200 https://registry.npmjs.org/inflection 18ms (cache stale)
477 http fetch GET 200 https://registry.npmjs.org/depd 18ms (cache stale)
478 http fetch GET 200 https://registry.npmjs.org/traverse 16ms (cache stale)
479 http fetch GET 200 https://registry.npmjs.org/loopback-connector 18ms (cache stale)
480 http fetch GET 200 https://registry.npmjs.org/strong-globalize 18ms (cache stale)
481 timing idealTree:node_modules/@loopback/repository Completed in 26ms
482 timing idealTree:node_modules/@loopback/filter Completed in 1ms
483 silly placeDep ROOT @loopback/express@6.1.3 OK for: @loopback/rest@13.1.3 want: ^6.1.3
484 silly fetch manifest toposort@^2.0.2
485 silly placeDep ROOT @loopback/http-server@5.1.3 OK for: @loopback/rest@13.1.3 want: ^5.1.3
486 silly fetch manifest stoppable@^1.1.0
487 silly placeDep ROOT @loopback/openapi-v3@9.1.3 OK for: @loopback/rest@13.1.3 want: ^9.1.3
488 silly fetch manifest @loopback/repository-json-schema@^7.1.3
489 silly fetch manifest http-status@^1.7.0
490 silly fetch manifest json-merge-patch@^1.0.2
491 silly fetch manifest openapi3-ts@^2.0.2
492 silly placeDep ROOT @openapi-contrib/openapi-schema-to-json-schema@4.0.5 OK for: @loopback/rest@13.1.3 want: ^4.0.5
493 silly fetch manifest @types/node@^20.2.5
494 silly fetch manifest @types/json-schema@^7.0.12
495 silly fetch manifest openapi-typescript@^5.4.1
496 silly placeDep ROOT @types/body-parser@1.19.4 OK for: @loopback/rest@13.1.3 want: ^1.19.2
497 silly fetch manifest @types/connect@*
498 silly placeDep ROOT @types/cors@2.8.15 OK for: @loopback/rest@13.1.3 want: ^2.8.14
499 silly placeDep ROOT @types/express@4.17.20 OK for: @loopback/rest@13.1.3 want: ^4.17.17
500 silly fetch manifest @types/express-serve-static-core@^4.17.33
...
2401 silly fetch manifest minimatch@^3.0.4
2402 silly placeDep node_modules/mocha/node_modules/glob minimatch@3.1.2 OK for: glob@7.2.0 want: ^3.0.4
2403 timing idealTree:node_modules/mocha/node_modules/glob Completed in 3ms
2404 silly placeDep node_modules/mocha/node_modules/minimatch brace-expansion@2.0.1 OK for: minimatch@5.0.1 want: ^2.0.1
2405 timing idealTree:node_modules/mocha/node_modules/minimatch Completed in 1ms
2406 timing idealTree:node_modules/mocha/node_modules/ms Completed in 0ms
2407 timing idealTree:node_modules/mocha/node_modules/nanoid Completed in 0ms
2408 timing idealTree:node_modules/mocha/node_modules/supports-color Completed in 0ms
2409 timing idealTree:node_modules/nise/node_modules/@sinonjs/commons Completed in 0ms
2410 silly placeDep node_modules/nise isarray@0.0.1 OK for: path-to-regexp@1.8.0 want: 0.0.1
2411 timing idealTree:node_modules/nise/node_modules/path-to-regexp Completed in 1ms
2412 timing idealTree:node_modules/nise/node_modules/isarray Completed in 0ms
2413 silly placeDep node_modules/nyc locate-path@5.0.0 OK for: find-up@4.1.0 want: ^5.0.0
2414 timing idealTree:node_modules/nyc/node_modules/find-up Completed in 1ms
2415 timing idealTree:node_modules/nyc/node_modules/foreground-child Completed in 0ms
2416 timing idealTree:node_modules/nyc/node_modules/glob Completed in 0ms
2417 silly placeDep node_modules/nyc p-locate@4.1.0 OK for: locate-path@5.0.0 want: ^4.1.0
2418 timing idealTree:node_modules/nyc/node_modules/locate-path Completed in 1ms
2419 silly placeDep node_modules/nyc p-limit@2.3.0 OK for: p-locate@4.1.0 want: ^2.2.0
2420 timing idealTree:node_modules/nyc/node_modules/p-locate Completed in 1ms
2421 timing idealTree:node_modules/nyc/node_modules/p-limit Completed in 0ms
2422 timing idealTree:node_modules/nyc/node_modules/resolve-from Completed in 0ms
2423 timing idealTree:node_modules/nyc/node_modules/rimraf Completed in 0ms
2424 timing idealTree:node_modules/nyc/node_modules/signal-exit Completed in 0ms
2425 silly placeDep node_modules/nyc cliui@6.0.0 OK for: yargs@15.4.1 want: ^6.0.0
2426 silly fetch manifest wrap-ansi@^6.2.0
2427 silly placeDep ROOT require-main-filename@2.0.0 OK for: yargs@15.4.1 want: ^2.0.0
2428 silly placeDep ROOT set-blocking@2.0.0 OK for: yargs@15.4.1 want: ^2.0.0
2429 silly placeDep node_modules/nyc string-width@4.2.3 OK for: yargs@15.4.1 want: ^4.2.0
2430 silly placeDep ROOT which-module@2.0.1 OK for: yargs@15.4.1 want: ^2.0.0
2431 silly placeDep node_modules/nyc y18n@4.0.3 OK for: yargs@15.4.1 want: ^4.0.0
2432 silly placeDep node_modules/nyc yargs-parser@18.1.3 OK for: yargs@15.4.1 want: ^18.1.2
2433 timing idealTree:node_modules/nyc/node_modules/yargs Completed in 8ms
2434 timing idealTree:node_modules/require-main-filename Completed in 0ms
2435 timing idealTree:node_modules/set-blocking Completed in 0ms
2436 timing idealTree:node_modules/which-module Completed in 0ms
2437 silly placeDep node_modules/nyc wrap-ansi@6.2.0 OK for: cliui@6.0.0 want: ^6.2.0
2438 timing idealTree:node_modules/nyc/node_modules/cliui Completed in 1ms
2439 silly placeDep node_modules/nyc emoji-regex@8.0.0 OK for: string-width@4.2.3 want: ^8.0.0
2440 timing idealTree:node_modules/nyc/node_modules/string-width Completed in 1ms
2441 timing idealTree:node_modules/nyc/node_modules/emoji-regex Completed in 0ms
2442 timing idealTree:node_modules/nyc/node_modules/wrap-ansi Completed in 0ms
2443 timing idealTree:node_modules/nyc/node_modules/y18n Completed in 0ms
2444 timing idealTree:node_modules/nyc/node_modules/yargs-parser Completed in 0ms
2445 silly placeDep node_modules/oas-resolver cliui@8.0.1 OK for: yargs@17.7.2 want: ^8.0.1
2446 silly placeDep node_modules/oas-resolver string-width@4.2.3 OK for: yargs@17.7.2 want: ^4.2.3
2447 silly placeDep node_modules/oas-resolver yargs-parser@21.1.1 OK for: yargs@17.7.2 want: ^21.1.1
2448 timing idealTree:node_modules/oas-resolver/node_modules/yargs Completed in 3ms
2449 silly placeDep node_modules/oas-resolver wrap-ansi@7.0.0 OK for: cliui@8.0.1 want: ^7.0.0
2450 timing idealTree:node_modules/oas-resolver/node_modules/cliui Completed in 2ms
2451 silly placeDep node_modules/oas-resolver emoji-regex@8.0.0 OK for: string-width@4.2.3 want: ^8.0.0
2452 timing idealTree:node_modules/oas-resolver/node_modules/string-width Completed in 0ms
2453 timing idealTree:node_modules/oas-resolver/node_modules/emoji-regex Completed in 0ms
2454 timing idealTree:node_modules/oas-resolver/node_modules/wrap-ansi Completed in 0ms
2455 timing idealTree:node_modules/oas-resolver/node_modules/yargs-parser Completed in 0ms
2456 timing idealTree:node_modules/openapi-typescript/node_modules/prettier Completed in 0ms
2457 timing idealTree:node_modules/openapi-typescript/node_modules/yargs-parser Completed in 0ms
2458 timing idealTree:node_modules/path-scurry/node_modules/lru-cache Completed in 0ms
2459 silly placeDep node_modules/pkg-dir locate-path@5.0.0 OK for: find-up@4.1.0 want: ^5.0.0
2460 timing idealTree:node_modules/pkg-dir/node_modules/find-up Completed in 1ms
2461 silly placeDep node_modules/pkg-dir p-locate@4.1.0 OK for: locate-path@5.0.0 want: ^4.1.0
2462 timing idealTree:node_modules/pkg-dir/node_modules/locate-path Completed in 1ms
2463 silly placeDep node_modules/pkg-dir p-limit@2.3.0 OK for: p-locate@4.1.0 want: ^2.2.0
2464 timing idealTree:node_modules/pkg-dir/node_modules/p-locate Completed in 1ms
2465 timing idealTree:node_modules/pkg-dir/node_modules/p-limit Completed in 0ms
2466 timing idealTree:node_modules/readable-stream/node_modules/safe-buffer Completed in 0ms
2467 silly placeDep node_modules/semver yallist@4.0.0 OK for: lru-cache@6.0.0 want: ^4.0.0
2468 timing idealTree:node_modules/semver/node_modules/lru-cache Completed in 1ms
2469 timing idealTree:node_modules/semver/node_modules/yallist Completed in 0ms
2470 silly placeDep node_modules/send/node_modules/debug ms@2.0.0 OK for: debug@2.6.9 want: 2.0.0
2471 timing idealTree:node_modules/send/node_modules/debug Completed in 0ms
2472 timing idealTree:node_modules/send/node_modules/mime Completed in 0ms
2473 timing idealTree:node_modules/send/node_modules/ms Completed in 0ms
2474 timing idealTree:node_modules/sinon/node_modules/diff Completed in 0ms
2475 timing idealTree:node_modules/spawn-wrap/node_modules/foreground-child Completed in 0ms
2476 silly placeDep node_modules/spawn-wrap glob@7.2.3 OK for: rimraf@3.0.2 want: ^7.1.3
2477 timing idealTree:node_modules/spawn-wrap/node_modules/rimraf Completed in 2ms
2478 timing idealTree:node_modules/spawn-wrap/node_modules/glob Completed in 0ms
2479 timing idealTree:node_modules/spawn-wrap/node_modules/signal-exit Completed in 0ms
2480 timing idealTree:node_modules/string_decoder/node_modules/safe-buffer Completed in 0ms
2481 timing idealTree:node_modules/string-width-cjs/node_modules/emoji-regex Completed in 0ms
2482 silly placeDep node_modules/string-width ansi-regex@6.0.1 OK for: strip-ansi@7.1.0 want: ^6.0.1
2483 timing idealTree:node_modules/string-width/node_modules/strip-ansi Completed in 1ms
2484 timing idealTree:node_modules/string-width/node_modules/ansi-regex Completed in 0ms
2485 timing idealTree:node_modules/superagent/node_modules/mime Completed in 0ms
2486 timing idealTree:node_modules/test-exclude/node_modules/glob Completed in 0ms
2487 silly placeDep node_modules/wrap-ansi-cjs emoji-regex@8.0.0 OK for: string-width@4.2.3 want: ^8.0.0
2488 timing idealTree:node_modules/wrap-ansi-cjs/node_modules/string-width Completed in 1ms
2489 timing idealTree:node_modules/wrap-ansi-cjs/node_modules/emoji-regex Completed in 0ms
2490 timing idealTree:node_modules/wrap-ansi/node_modules/ansi-styles Completed in 0ms
2491 silly placeDep node_modules/wrap-ansi ansi-regex@6.0.1 OK for: strip-ansi@7.1.0 want: ^6.0.1
2492 timing idealTree:node_modules/wrap-ansi/node_modules/strip-ansi Completed in 1ms
2493 timing idealTree:node_modules/wrap-ansi/node_modules/ansi-regex Completed in 0ms
2494 timing idealTree:node_modules/write-file-atomic/node_modules/signal-exit Completed in 0ms
2495 timing idealTree:node_modules/yamljs/node_modules/argparse Completed in 0ms
2496 timing idealTree:node_modules/yamljs/node_modules/glob Completed in 0ms
2497 timing idealTree:node_modules/yargs-unparser/node_modules/camelcase Completed in 0ms
2498 timing idealTree:node_modules/yargs-unparser/node_modules/decamelize Completed in 0ms
2499 silly placeDep node_modules/yargs emoji-regex@8.0.0 OK for: string-width@4.2.3 want: ^8.0.0
2500 timing idealTree:node_modules/yargs/node_modules/string-width Completed in 1ms
2501 timing idealTree:node_modules/yargs/node_modules/emoji-regex Completed in 0ms
2502 timing idealTree:node_modules/mocha/node_modules/glob/node_modules/minimatch Completed in 0ms
2503 timing idealTree:node_modules/mocha/node_modules/minimatch/node_modules/brace-expansion Completed in 0ms
2504 timing idealTree:node_modules/send/node_modules/debug/node_modules/ms Completed in 0ms
2505 timing idealTree:buildDeps Completed in 2895ms
2506 timing idealTree:fixDepFlags Completed in 5ms
2507 timing idealTree Completed in 2918ms
2508 timing command:install Completed in 2926ms
2509 verbose type range
2510 verbose stack @types/debug: No matching version found for @types/debug@^4.1.8.
2510 verbose stack     at module.exports (C:\Users\alexa\AppData\Roaming\nvm\v18.18.1\node_modules\npm\node_modules\npm-pick-manifest\lib\index.js:209:23)
2510 verbose stack     at RegistryFetcher.manifest (C:\Users\alexa\AppData\Roaming\nvm\v18.18.1\node_modules\npm\node_modules\pacote\lib\registry.js:119:22)
2511 verbose cwd C:\code\loopback\todo-list
2512 verbose Windows_NT 10.0.22000
2513 verbose node v18.18.1
2514 verbose npm  v9.8.1
2515 error code ETARGET
2516 error notarget No matching version found for @types/debug@^4.1.8.
2517 error notarget In most cases you or one of your dependencies are requesting
2517 error notarget a package version that doesn't exist.
2518 verbose exit 1
2519 timing npm Completed in 3469ms
2520 verbose unfinished npm timer reify 1698570535612
2521 verbose unfinished npm timer reify:loadTrees 1698570535616
2522 verbose code 1
2523 error A complete log of this run can be found in: C:\Users\alexa\AppData\Local\npm-cache\_logs\2023-10-29T09_08_55_072Z-debug-0.log

Additional information

No response

Reproduction

https://github.com/alexcar/todo-list-lookback

@alexcar alexcar added the bug label Oct 29, 2023
@alexcar
Copy link
Author

alexcar commented Oct 29, 2023

Then I ran the commands as follows:

$ cd todo-list
$ npm start

And was returned:

------------------------------8<------------------------------
todo-list@0.0.1 prestart
npm run rebuild

todo-list@0.0.1 rebuild
npm run clean && npm run build

todo-list@0.0.1 clean
lb-clean dist *.tsbuildinfo .eslintcache

'lb-clean' is not recognized as an internal or external command,
operable program or batch file.
------------------------------8<------------------------------

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant