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

Failed to create project on OSX #204

Closed
zhoub opened this issue Nov 17, 2019 · 8 comments
Closed

Failed to create project on OSX #204

zhoub opened this issue Nov 17, 2019 · 8 comments
Assignees
Labels
type: bug 🐛 Something isn't working

Comments

@zhoub
Copy link

zhoub commented Nov 17, 2019

By nodejs 13.1.0 on OSX, type npx @vendure/create my-app-2 --log-level info

error /Users/Bo/Development/phinrystore-site-vendure/my-app-2/node_modules/sharp: Command failed.
Exit code: 1ng app scaffold
Command: (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)
Arguments: 
Directory: /Users/Bo/Development/phinrystore-site-vendure/my-app-2/node_modules/sharp
Output:
info sharp Using cached /Users/Bo/.npm/_libvips/libvips-8.7.4-darwin-x64.tar.gz
prebuild-install WARN install No prebuilt binaries found (target=13.1.0 runtime=node arch=x64 libc= platform=darwin)
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | darwin | x64
gyp info find Python using Python version 2.7.10 found at "/usr/bin/python"
gyp info spawn /usr/bin/python
gyp info spawn args [
gyp info spawn args   '/usr/local/Cellar/node/13.1.0/libexec/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args   'binding.gyp',
gyp info spawn args   '-f',
gyp info spawn args   'make',
gyp info spawn args   '-I',
gyp info spawn args   '/Users/Bo/Development/phinrystore-site-vendure/my-app-2/node_modules/sharp/build/config.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/usr/local/Cellar/node/13.1.0/libexec/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/Users/Bo/Library/Caches/node-gyp/13.1.0/include/node/common.gypi',
gyp info spawn args   '-Dlibrary=shared_library',
gyp info spawn args   '-Dvisibility=default',
gyp info spawn args   '-Dnode_root_dir=/Users/Bo/Library/Caches/node-gyp/13.1.0',
gyp info spawn args   '-Dnode_gyp_dir=/usr/local/Cellar/node/13.1.0/libexec/lib/node_modules/npm/node_modules/node-gyp',
gyp info spawn args   '-Dnode_lib_file=/Users/Bo/Library/Caches/node-gyp/13.1.0/<(target_arch)/node.lib',
gyp info spawn args   '-Dmodule_root_dir=/Users/Bo/Development/phinrystore-site-vendure/my-app-2/node_modules/sharp',
gyp info spawn args   '-Dnode_engine=v8',
gyp info spawn args   '--depth=.',
gyp info spawn args   '--no-parallel',
gyp info spawn args   '--generator-output',
gyp info spawn args   'build',
gyp info spawn args   '-Goutput_dir=.'
gyp info spawn args ]
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
  TOUCH Release/obj.target/libvips-cpp.stamp
  CXX(target) Release/obj.target/sharp/src/common.o
  CXX(target) Release/obj.target/sharp/src/metadata.o
  CXX(target) Release/obj.target/sharp/src/stats.o
../src/stats.cc:130:19: error: no matching member function for call to 'Set'
        channels->Set(i, channelStat);
        ~~~~~~~~~~^~~
/Users/Bo/Library/Caches/node-gyp/13.1.0/include/node/v8.h:3424:37: note: candidate function not viable: requires 3 arguments, but 2 were provided
  V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
                                    ^
/Users/Bo/Library/Caches/node-gyp/13.1.0/include/node/v8.h:3427:37: note: candidate function not viable: requires 3 arguments, but 2 were provided
  V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,
                                    ^
1 error generated.

make: *** [Release/obj.target/sharp/src/stats.o] Error 1
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/local/Cellar/node/13.1.0/libexec/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack     at ChildProcess.emit (events.js:210:5)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
gyp ERR! System Darwin 18.6.0
gyp ERR! command "/usr/local/Cellar/node/13.1.0/bin/node" "/usr/local/Cellar/node/13.1.0/libexec/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  ✖ Installing dependencies
    → An error occurred when installing dependencies. Try running with `--log-level info` to diagnose.
    Generating app scaffold
    Initializing server
{"message":"An error occurred when installing dependencies. Try running with `--log-level info` to diagnose.","command":"yarnpkg add --exact --ignore-engines @vendure/core @vendure/email-plugin @vendure/asset-server-plugin @vendure/admin-ui-plugin sqlite3 --cwd /Users/Bo/Development/phinrystore-site-vendure/my-app-2","context":{}}
@zhoub zhoub added the type: bug 🐛 Something isn't working label Nov 17, 2019
@michaelbromley
Copy link
Member

Looks like it might be an issue with an incompatibility between a dependency (sharp, an image processing lib that AssetServerPlugin uses) and node v13. See lovell/sharp#1909

In the next release I'll update the version of sharp and see if this fixes. For now please use node v12.x if possible.

@JustDenP
Copy link
Contributor

Actually I also can't install vendure, I tried several weeks ago, I changed different versions of nodejs, package managers, but the error keeps coming up. Now I wanted to look at vendure again, but it's the same again. There is no useful information in the logs

With npx @vendure/create vendure --log-level info

0 verbose cli /Users/denispenkov/.nvm/versions/node/v18.12.1/bin/node /Users/denispenkov/.nvm/versions/node/v18.12.1/lib/node_modules/npm/bin/npm-cli.js
1 info using [email protected]
2 info using [email protected]
3 timing npm:load:whichnode Completed in 0ms
4 timing config:load:defaults Completed in 3ms
5 timing config:load:file:/Users/denispenkov/.nvm/versions/node/v18.12.1/lib/node_modules/npm/npmrc Completed in 1ms
6 timing config:load:builtin Completed in 1ms
7 timing config:load:cli Completed in 1ms
8 timing config:load:env Completed in 0ms
9 timing config:load:file:/Users/denispenkov/Warehouse/.npmrc Completed in 0ms
10 timing config:load:project Completed in 0ms
11 timing config:load:file:/Users/denispenkov/.npmrc Completed in 0ms
12 timing config:load:user Completed in 0ms
13 timing config:load:file:/Users/denispenkov/.nvm/versions/node/v18.12.1/etc/npmrc Completed in 0ms
14 timing config:load:global Completed in 0ms
15 timing config:load:setEnvs Completed in 1ms
16 timing config:load Completed in 6ms
17 timing npm:load:configload Completed in 6ms
18 timing npm:load:mkdirpcache Completed in 0ms
19 timing npm:load:mkdirplogs Completed in 0ms
20 verbose title npm exec @vendure/create vendure --log-level info
21 verbose argv "exec" "--" "@vendure/create" "vendure" "--log-level" "info"
22 timing npm:load:setTitle Completed in 5ms
23 timing config:load:flatten Completed in 1ms
24 timing npm:load:display Completed in 1ms
25 verbose logfile logs-max:10 dir:/Users/denispenkov/.npm/_logs/2023-01-19T17_03_21_989Z-
26 verbose logfile /Users/denispenkov/.npm/_logs/2023-01-19T17_03_21_989Z-debug-0.log
27 timing npm:load:logFile Completed in 3ms
28 timing npm:load:timers Completed in 0ms
29 timing npm:load:configScope Completed in 1ms
30 timing npm:load Completed in 16ms
31 silly logfile done cleaning log files
32 timing arborist:ctor Completed in 1ms
33 http fetch GET 200 https://registry.npmjs.org/@vendure%2fcreate 2095ms (cache revalidated)
34 timing arborist:ctor Completed in 0ms
35 timing arborist:ctor Completed in 0ms
36 timing arborist:ctor Completed in 0ms
37 timing command:exec Completed in 12539ms
38 verbose exit 1
39 timing npm Completed in 12563ms
40 verbose code 1

@michaelbromley
Copy link
Member

Hi @JustDenP, sorry to hear you're having trouble installing!

Can you tell me what OS you are on?

And also try with --log-level verbose and see if you get any other info?

@JustDenP
Copy link
Contributor

@michaelbromley I'm using MacOs 13 m1
I also ran with --log-level verbose, but the log comes out absolutely identical, so I sent it with the info flag.
If it is still important to send with verbose, I can send it a little later, but they are the same as I said :(

@michaelbromley
Copy link
Member

OK. I wonder whether you have a bad version cached or something. Could you try:

npx @vendure/create vendure@latest --log-level info

and failing that, you can try manually clearing the npm cache as described here: https://stackoverflow.com/a/72151771/772859

@JustDenP
Copy link
Contributor

JustDenP commented Jan 21, 2023

I cleared the all the npx cache, there is still an error at the point "installing dependencies". Without the cache a new big log came out, but I still do not see in it the cause of the error unfortunately

0 verbose cli /Users/denispenkov/.nvm/versions/node/v18.12.1/bin/node /Users/denispenkov/.nvm/versions/node/v18.12.1/lib/node_modules/npm/bin/npm-cli.js
1 info using [email protected]
2 info using [email protected]
3 timing npm:load:whichnode Completed in 0ms
4 timing config:load:defaults Completed in 1ms
5 timing config:load:file:/Users/denispenkov/.nvm/versions/node/v18.12.1/lib/node_modules/npm/npmrc Completed in 1ms
6 timing config:load:builtin Completed in 1ms
7 timing config:load:cli Completed in 2ms
8 timing config:load:env Completed in 0ms
9 timing config:load:file:/Users/denispenkov/Warehouse/.npmrc Completed in 0ms
10 timing config:load:project Completed in 1ms
11 timing config:load:file:/Users/denispenkov/.npmrc Completed in 0ms
12 timing config:load:user Completed in 0ms
13 timing config:load:file:/Users/denispenkov/.nvm/versions/node/v18.12.1/etc/npmrc Completed in 0ms
14 timing config:load:global Completed in 0ms
15 timing config:load:setEnvs Completed in 0ms
16 timing config:load Completed in 5ms
17 timing npm:load:configload Completed in 5ms
18 timing npm:load:mkdirpcache Completed in 0ms
19 timing npm:load:mkdirplogs Completed in 0ms
20 verbose title npm exec @vendure/create vendure@latest --log-level info
21 verbose argv "exec" "--" "@vendure/create" "vendure@latest" "--log-level" "info"
22 timing npm:load:setTitle Completed in 5ms
23 timing config:load:flatten Completed in 1ms
24 timing npm:load:display Completed in 2ms
25 verbose logfile logs-max:10 dir:/Users/denispenkov/.npm/_logs/2023-01-21T12_42_12_519Z-
26 verbose logfile /Users/denispenkov/.npm/_logs/2023-01-21T12_42_12_519Z-debug-0.log
27 timing npm:load:logFile Completed in 2ms
28 timing npm:load:timers Completed in 0ms
29 timing npm:load:configScope Completed in 0ms
30 timing npm:load Completed in 14ms
31 silly logfile done cleaning log files
32 timing arborist:ctor Completed in 0ms
33 http fetch GET 200 https://registry.npmjs.org/@vendure%2fcreate 1953ms (cache revalidated)
34 timing arborist:ctor Completed in 0ms
35 timing arborist:ctor Completed in 0ms
36 timing arborist:ctor Completed in 0ms
37 timing idealTree:init Completed in 4ms
38 timing idealTree:userRequests Completed in 1ms
39 silly idealTree buildDeps
40 silly fetch manifest @vendure/[email protected]
41 http fetch GET 200 https://registry.npmjs.org/@vendure%2fcreate 6ms (cache hit)
42 silly placeDep ROOT @vendure/[email protected] OK for:  want: 1.9.2
43 silly fetch manifest @vendure/common@^1.9.2
44 silly fetch manifest chalk@^4.1.0
45 silly fetch manifest commander@^7.1.0
46 silly fetch manifest cross-spawn@^7.0.3
47 silly fetch manifest detect-port@^1.3.0
48 silly fetch manifest fs-extra@^10.0.0
49 silly fetch manifest handlebars@^4.7.6
50 silly fetch manifest listr@^0.14.3
51 silly fetch manifest prompts@^2.3.2
52 silly fetch manifest rxjs@^6.6.3
53 silly fetch manifest semver@^7.3.2
54 silly fetch manifest tcp-port-used@^1.0.1
55 http fetch GET 200 https://registry.npmjs.org/cross-spawn 43ms (cache revalidated)
56 http fetch GET 200 https://registry.npmjs.org/chalk 82ms (cache revalidated)
57 http fetch GET 200 https://registry.npmjs.org/fs-extra 85ms (cache revalidated)
58 http fetch GET 200 https://registry.npmjs.org/prompts 85ms (cache revalidated)
59 http fetch GET 200 https://registry.npmjs.org/detect-port 87ms (cache revalidated)
60 http fetch GET 200 https://registry.npmjs.org/handlebars 91ms (cache revalidated)
61 http fetch GET 200 https://registry.npmjs.org/rxjs 91ms (cache revalidated)
62 http fetch GET 200 https://registry.npmjs.org/semver 98ms (cache revalidated)
63 http fetch GET 200 https://registry.npmjs.org/commander 103ms (cache revalidated)
64 http fetch GET 200 https://registry.npmjs.org/listr 890ms (cache revalidated)
65 http fetch GET 200 https://registry.npmjs.org/tcp-port-used 912ms (cache revalidated)
66 http fetch GET 200 https://registry.npmjs.org/@vendure%2fcommon 1972ms (cache revalidated)
67 timing idealTree:#root Completed in 1989ms
68 silly placeDep ROOT @vendure/[email protected] OK for: @vendure/[email protected] want: ^1.9.2
69 silly placeDep ROOT [email protected] OK for: @vendure/[email protected] want: ^4.1.0
70 silly placeDep ROOT [email protected] OK for: @vendure/[email protected] want: ^7.1.0
71 silly placeDep ROOT [email protected] OK for: @vendure/[email protected] want: ^7.0.3
72 silly placeDep ROOT [email protected] OK for: @vendure/[email protected] want: ^1.3.0
73 silly placeDep ROOT [email protected] OK for: @vendure/[email protected] want: ^10.0.0
74 silly placeDep ROOT [email protected] OK for: @vendure/[email protected] want: ^4.7.6
75 silly placeDep ROOT [email protected] OK for: @vendure/[email protected] want: ^0.14.3
76 silly placeDep ROOT [email protected] OK for: @vendure/[email protected] want: ^2.3.2
77 silly placeDep ROOT [email protected] OK for: @vendure/[email protected] want: ^6.6.3
78 silly placeDep ROOT [email protected] OK for: @vendure/[email protected] want: ^7.3.2
79 silly placeDep ROOT [email protected] OK for: @vendure/[email protected] want: ^1.0.1
80 silly fetch manifest ansi-styles@^4.1.0
81 silly fetch manifest supports-color@^7.1.0
82 silly fetch manifest path-key@^3.1.0
83 silly fetch manifest shebang-command@^2.0.0
84 silly fetch manifest which@^2.0.1
85 silly fetch manifest address@^1.0.1
86 silly fetch manifest debug@4
87 silly fetch manifest graceful-fs@^4.2.0
88 silly fetch manifest jsonfile@^6.0.1
89 silly fetch manifest universalify@^2.0.0
90 silly fetch manifest minimist@^1.2.5
91 silly fetch manifest neo-async@^2.6.0
92 silly fetch manifest source-map@^0.6.1
93 silly fetch manifest wordwrap@^1.0.0
94 silly fetch manifest uglify-js@^3.1.4
95 silly fetch manifest @samverschueren/stream-to-observable@^0.3.0
96 silly fetch manifest is-observable@^1.1.0
97 silly fetch manifest is-promise@^2.1.0
98 silly fetch manifest is-stream@^1.1.0
99 silly fetch manifest listr-silent-renderer@^1.1.1
100 silly fetch manifest listr-update-renderer@^0.5.0
101 silly fetch manifest listr-verbose-renderer@^0.5.0
102 silly fetch manifest p-map@^2.0.0
103 silly fetch manifest kleur@^3.0.3
104 silly fetch manifest sisteransi@^1.0.5
105 silly fetch manifest tslib@^1.9.0
106 silly fetch manifest lru-cache@^6.0.0
107 silly fetch manifest [email protected]
108 silly fetch manifest is2@^2.0.6
109 http fetch GET 200 https://registry.npmjs.org/address 54ms (cache revalidated)
110 http fetch GET 200 https://registry.npmjs.org/path-key 55ms (cache revalidated)
111 http fetch GET 200 https://registry.npmjs.org/source-map 53ms (cache revalidated)
112 http fetch GET 200 https://registry.npmjs.org/universalify 56ms (cache revalidated)
113 http fetch GET 200 https://registry.npmjs.org/which 59ms (cache revalidated)
114 http fetch GET 200 https://registry.npmjs.org/shebang-command 63ms (cache revalidated)
115 http fetch GET 200 https://registry.npmjs.org/ansi-styles 64ms (cache revalidated)
116 http fetch GET 200 https://registry.npmjs.org/minimist 73ms (cache revalidated)
117 http fetch GET 200 https://registry.npmjs.org/debug 75ms (cache revalidated)
118 http fetch GET 200 https://registry.npmjs.org/jsonfile 76ms (cache revalidated)
119 http fetch GET 200 https://registry.npmjs.org/is-promise 76ms (cache revalidated)
120 http fetch GET 200 https://registry.npmjs.org/wordwrap 78ms (cache revalidated)
121 http fetch GET 200 https://registry.npmjs.org/p-map 74ms (cache revalidated)
122 http fetch GET 200 https://registry.npmjs.org/graceful-fs 86ms (cache revalidated)
123 http fetch GET 200 https://registry.npmjs.org/uglify-js 83ms (cache revalidated)
124 http fetch GET 200 https://registry.npmjs.org/is-stream 89ms (cache revalidated)
125 http fetch GET 200 https://registry.npmjs.org/neo-async 92ms (cache revalidated)
126 http fetch GET 200 https://registry.npmjs.org/sisteransi 92ms (cache revalidated)
127 http fetch GET 200 https://registry.npmjs.org/supports-color 107ms (cache revalidated)
128 http fetch GET 200 https://registry.npmjs.org/tslib 96ms (cache revalidated)
129 http fetch GET 200 https://registry.npmjs.org/debug 100ms (cache revalidated)
130 http fetch GET 200 https://registry.npmjs.org/lru-cache 104ms (cache revalidated)
131 http fetch GET 200 https://registry.npmjs.org/kleur 114ms (cache revalidated)
132 http fetch GET 200 https://registry.npmjs.org/listr-update-renderer 399ms (cache revalidated)
133 http fetch GET 200 https://registry.npmjs.org/is-observable 891ms (cache revalidated)
134 http fetch GET 200 https://registry.npmjs.org/listr-silent-renderer 898ms (cache revalidated)
135 http fetch GET 200 https://registry.npmjs.org/listr-verbose-renderer 907ms (cache revalidated)
136 http fetch GET 200 https://registry.npmjs.org/is2 940ms (cache revalidated)
137 http fetch GET 200 https://registry.npmjs.org/@samverschueren%2fstream-to-observable 1772ms (cache revalidated)
138 timing idealTree:node_modules/@vendure/create Completed in 1797ms
139 timing idealTree:node_modules/@vendure/common Completed in 0ms
140 silly placeDep ROOT [email protected] OK for: [email protected] want: ^4.1.0
141 silly placeDep ROOT [email protected] OK for: [email protected] want: ^7.1.0
142 silly fetch manifest color-convert@^2.0.1
143 silly fetch manifest has-flag@^4.0.0
144 http fetch GET 200 https://registry.npmjs.org/color-convert 32ms (cache revalidated)
145 http fetch GET 200 https://registry.npmjs.org/has-flag 51ms (cache revalidated)
146 timing idealTree:node_modules/chalk Completed in 57ms
147 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.0.1
148 silly fetch manifest color-name@~1.1.4
149 http fetch GET 200 https://registry.npmjs.org/color-name 34ms (cache revalidated)
150 timing idealTree:node_modules/ansi-styles Completed in 36ms
151 silly placeDep ROOT [email protected] OK for: [email protected] want: ~1.1.4
152 timing idealTree:node_modules/color-convert Completed in 2ms
153 timing idealTree:node_modules/color-name Completed in 0ms
154 timing idealTree:node_modules/commander Completed in 0ms
155 silly placeDep ROOT [email protected] OK for: [email protected] want: ^3.1.0
156 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.0.0
157 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.0.1
158 silly fetch manifest shebang-regex@^3.0.0
159 silly fetch manifest isexe@^2.0.0
160 http fetch GET 200 https://registry.npmjs.org/isexe 44ms (cache revalidated)
161 http fetch GET 200 https://registry.npmjs.org/shebang-regex 46ms (cache revalidated)
162 timing idealTree:node_modules/cross-spawn Completed in 50ms
163 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.0.1
164 silly placeDep ROOT [email protected] OK for: [email protected] want: 4
165 silly fetch manifest [email protected]
166 http fetch GET 200 https://registry.npmjs.org/ms 47ms (cache revalidated)
167 timing idealTree:node_modules/detect-port Completed in 50ms
168 timing idealTree:node_modules/address Completed in 0ms
169 silly placeDep ROOT [email protected] OK for: [email protected] want: 2.1.2
170 timing idealTree:node_modules/debug Completed in 1ms
171 silly placeDep ROOT [email protected] OK for: [email protected] want: ^4.2.0
172 silly placeDep ROOT [email protected] OK for: [email protected] want: ^6.0.1
173 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.0.0
174 timing idealTree:node_modules/fs-extra Completed in 3ms
175 timing idealTree:node_modules/graceful-fs Completed in 0ms
176 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.2.5
177 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.6.0
178 silly placeDep ROOT [email protected] OK for: [email protected] want: ^0.6.1
179 silly placeDep ROOT [email protected] OK for: [email protected] want: ^3.1.4
180 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.0.0
181 timing idealTree:node_modules/handlebars Completed in 4ms
182 timing idealTree:node_modules/jsonfile Completed in 0ms
183 silly fetch manifest listr@^0.14.2
184 silly placeDep ROOT @samverschueren/[email protected] OK for: [email protected] want: ^0.3.0
185 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.1.0
186 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.1.0
187 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.1.0
188 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.1.1
189 silly placeDep ROOT [email protected] OK for: [email protected] want: ^0.5.0
190 silly placeDep ROOT [email protected] OK for: [email protected] want: ^0.5.0
191 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.0.0
192 silly fetch manifest any-observable@^0.3.0
193 silly fetch manifest symbol-observable@^1.1.0
194 silly fetch manifest chalk@^1.1.3
195 silly fetch manifest cli-truncate@^0.2.1
196 silly fetch manifest elegant-spinner@^1.0.1
197 silly fetch manifest figures@^1.7.0
198 silly fetch manifest indent-string@^3.0.0
199 silly fetch manifest log-symbols@^1.0.2
200 silly fetch manifest log-update@^2.3.0
201 silly fetch manifest strip-ansi@^3.0.1
202 silly fetch manifest chalk@^2.4.1
203 silly fetch manifest cli-cursor@^2.1.0
204 silly fetch manifest date-fns@^1.27.2
205 silly fetch manifest figures@^2.0.0
206 http fetch GET 200 https://registry.npmjs.org/symbol-observable 45ms (cache revalidated)
207 http fetch GET 200 https://registry.npmjs.org/date-fns 49ms (cache revalidated)
208 http fetch GET 200 https://registry.npmjs.org/figures 57ms (cache revalidated)
209 http fetch GET 200 https://registry.npmjs.org/cli-cursor 58ms (cache revalidated)
210 http fetch GET 200 https://registry.npmjs.org/cli-truncate 61ms (cache revalidated)
211 http fetch GET 200 https://registry.npmjs.org/log-update 61ms (cache revalidated)
212 http fetch GET 200 https://registry.npmjs.org/indent-string 68ms (cache revalidated)
213 http fetch GET 200 https://registry.npmjs.org/strip-ansi 68ms (cache revalidated)
214 http fetch GET 200 https://registry.npmjs.org/figures 76ms (cache revalidated)
215 http fetch GET 200 https://registry.npmjs.org/any-observable 870ms (cache revalidated)
216 http fetch GET 200 https://registry.npmjs.org/elegant-spinner 869ms (cache revalidated)
217 http fetch GET 200 https://registry.npmjs.org/log-symbols 877ms (cache revalidated)
218 timing idealTree:node_modules/listr Completed in 888ms
219 silly placeDep ROOT [email protected] OK for: @samverschueren/[email protected] want: ^0.3.0
220 timing idealTree:node_modules/@samverschueren/stream-to-observable Completed in 1ms
221 timing idealTree:node_modules/any-observable Completed in 0ms
222 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.1.0
223 timing idealTree:node_modules/is-observable Completed in 1ms
224 timing idealTree:node_modules/is-promise Completed in 0ms
225 timing idealTree:node_modules/is-stream Completed in 0ms
226 timing idealTree:node_modules/listr-silent-renderer Completed in 0ms
227 silly placeDep node_modules/listr-update-renderer [email protected] OK for: [email protected] want: ^1.1.3
228 silly placeDep ROOT [email protected] OK for: [email protected] want: ^0.2.1
229 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.0.1
230 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.7.0
231 silly placeDep ROOT [email protected] OK for: [email protected] want: ^3.0.0
232 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.0.2
233 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.3.0
234 silly placeDep ROOT [email protected] OK for: [email protected] want: ^3.0.1
235 silly fetch manifest ansi-styles@^2.2.1
236 silly fetch manifest escape-string-regexp@^1.0.2
237 silly fetch manifest has-ansi@^2.0.0
238 silly fetch manifest supports-color@^2.0.0
239 silly fetch manifest [email protected]
240 silly fetch manifest string-width@^1.0.1
241 silly fetch manifest escape-string-regexp@^1.0.5
242 silly fetch manifest object-assign@^4.1.0
243 silly fetch manifest chalk@^1.0.0
244 silly fetch manifest ansi-escapes@^3.0.0
245 silly fetch manifest cli-cursor@^2.0.0
246 silly fetch manifest wrap-ansi@^3.0.1
247 silly fetch manifest ansi-regex@^2.0.0
248 http fetch GET 200 https://registry.npmjs.org/escape-string-regexp 39ms (cache revalidated)
249 http fetch GET 200 https://registry.npmjs.org/escape-string-regexp 44ms (cache revalidated)
250 http fetch GET 200 https://registry.npmjs.org/ansi-regex 41ms (cache revalidated)
251 http fetch GET 200 https://registry.npmjs.org/ansi-escapes 43ms (cache revalidated)
252 http fetch GET 200 https://registry.npmjs.org/has-ansi 46ms (cache revalidated)
253 http fetch GET 200 https://registry.npmjs.org/slice-ansi 47ms (cache revalidated)
254 http fetch GET 200 https://registry.npmjs.org/string-width 47ms (cache revalidated)
255 http fetch GET 200 https://registry.npmjs.org/wrap-ansi 47ms (cache revalidated)
256 http fetch GET 200 https://registry.npmjs.org/object-assign 53ms (cache revalidated)
257 timing idealTree:node_modules/listr-update-renderer Completed in 65ms
258 silly placeDep ROOT [email protected] OK for: [email protected] want: 0.0.4
259 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.0.1
260 silly fetch manifest code-point-at@^1.0.0
261 silly fetch manifest is-fullwidth-code-point@^1.0.0
262 http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point 36ms (cache revalidated)
263 http fetch GET 200 https://registry.npmjs.org/code-point-at 37ms (cache revalidated)
264 timing idealTree:node_modules/cli-truncate Completed in 39ms
265 timing idealTree:node_modules/elegant-spinner Completed in 0ms
266 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.0.5
267 silly placeDep ROOT [email protected] OK for: [email protected] want: ^4.1.0
268 timing idealTree:node_modules/figures Completed in 2ms
269 timing idealTree:node_modules/escape-string-regexp Completed in 0ms
270 timing idealTree:node_modules/indent-string Completed in 0ms
271 silly placeDep node_modules/listr-verbose-renderer [email protected] OK for: [email protected] want: ^2.4.1
272 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.1.0
273 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.27.2
274 silly placeDep node_modules/listr-verbose-renderer [email protected] OK for: [email protected] want: ^2.0.0
275 silly fetch manifest ansi-styles@^3.2.1
276 silly fetch manifest supports-color@^5.3.0
277 silly fetch manifest restore-cursor@^2.0.0
278 http fetch GET 200 https://registry.npmjs.org/restore-cursor 31ms (cache revalidated)
279 timing idealTree:node_modules/listr-verbose-renderer Completed in 35ms
280 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.0.0
281 silly fetch manifest onetime@^2.0.0
282 silly fetch manifest signal-exit@^3.0.2
283 http fetch GET 200 https://registry.npmjs.org/onetime 32ms (cache revalidated)
284 http fetch GET 200 https://registry.npmjs.org/signal-exit 39ms (cache revalidated)
285 timing idealTree:node_modules/cli-cursor Completed in 41ms
286 timing idealTree:node_modules/date-fns Completed in 0ms
287 silly placeDep node_modules/log-symbols [email protected] OK for: [email protected] want: ^1.0.0
288 timing idealTree:node_modules/log-symbols Completed in 1ms
289 silly placeDep ROOT [email protected] OK for: [email protected] want: ^3.0.0
290 silly placeDep ROOT [email protected] OK for: [email protected] want: ^3.0.1
291 silly fetch manifest string-width@^2.1.1
292 silly fetch manifest strip-ansi@^4.0.0
293 timing idealTree:node_modules/log-update Completed in 1ms
294 timing idealTree:node_modules/ansi-escapes Completed in 0ms
295 timing idealTree:node_modules/minimist Completed in 0ms
296 timing idealTree:node_modules/ms Completed in 0ms
297 timing idealTree:node_modules/neo-async Completed in 0ms
298 timing idealTree:node_modules/object-assign Completed in 0ms
299 timing idealTree:node_modules/p-map Completed in 0ms
300 timing idealTree:node_modules/path-key Completed in 0ms
301 silly placeDep ROOT [email protected] OK for: [email protected] want: ^3.0.3
302 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.0.5
303 timing idealTree:node_modules/prompts Completed in 1ms
304 timing idealTree:node_modules/kleur Completed in 0ms
305 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.0.0
306 silly placeDep ROOT [email protected] OK for: [email protected] want: ^3.0.2
307 silly fetch manifest mimic-fn@^1.0.0
308 http fetch GET 200 https://registry.npmjs.org/mimic-fn 39ms (cache revalidated)
309 timing idealTree:node_modules/restore-cursor Completed in 40ms
310 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.0.0
311 timing idealTree:node_modules/onetime Completed in 1ms
312 timing idealTree:node_modules/mimic-fn Completed in 0ms
313 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.9.0
314 timing idealTree:node_modules/rxjs Completed in 1ms
315 silly placeDep ROOT [email protected] OK for: [email protected] want: ^6.0.0
316 silly fetch manifest yallist@^4.0.0
317 http fetch GET 200 https://registry.npmjs.org/yallist 44ms (cache revalidated)
318 timing idealTree:node_modules/semver Completed in 45ms
319 silly placeDep ROOT [email protected] OK for: [email protected] want: ^4.0.0
320 timing idealTree:node_modules/lru-cache Completed in 1ms
321 silly placeDep ROOT [email protected] OK for: [email protected] want: ^3.0.0
322 timing idealTree:node_modules/shebang-command Completed in 2ms
323 timing idealTree:node_modules/shebang-regex Completed in 0ms
324 timing idealTree:node_modules/signal-exit Completed in 0ms
325 timing idealTree:node_modules/sisteransi Completed in 0ms
326 timing idealTree:node_modules/slice-ansi Completed in 0ms
327 timing idealTree:node_modules/source-map Completed in 0ms
328 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.0.0
329 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.0.0
330 silly fetch manifest number-is-nan@^1.0.0
331 http fetch GET 200 https://registry.npmjs.org/number-is-nan 55ms (cache revalidated)
332 timing idealTree:node_modules/string-width Completed in 58ms
333 timing idealTree:node_modules/code-point-at Completed in 0ms
334 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.0.0
335 timing idealTree:node_modules/is-fullwidth-code-point Completed in 1ms
336 timing idealTree:node_modules/number-is-nan Completed in 0ms
337 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.0.0
338 timing idealTree:node_modules/strip-ansi Completed in 1ms
339 timing idealTree:node_modules/ansi-regex Completed in 0ms
340 silly placeDep ROOT [email protected] OK for: [email protected] want: ^4.0.0
341 timing idealTree:node_modules/supports-color Completed in 1ms
342 timing idealTree:node_modules/has-flag Completed in 0ms
343 timing idealTree:node_modules/symbol-observable Completed in 0ms
344 silly placeDep node_modules/tcp-port-used [email protected] OK for: [email protected] want: 4.3.1
345 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.0.6
346 silly fetch manifest deep-is@^0.1.3
347 silly fetch manifest ip-regex@^4.1.0
348 silly fetch manifest is-url@^1.2.4
349 http fetch GET 200 https://registry.npmjs.org/ip-regex 39ms (cache revalidated)
350 http fetch GET 200 https://registry.npmjs.org/deep-is 54ms (cache revalidated)
351 http fetch GET 200 https://registry.npmjs.org/is-url 257ms (cache revalidated)
352 timing idealTree:node_modules/tcp-port-used Completed in 261ms
353 silly placeDep ROOT [email protected] OK for: [email protected] want: ^0.1.3
354 silly placeDep ROOT [email protected] OK for: [email protected] want: ^4.1.0
355 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.2.4
356 timing idealTree:node_modules/is2 Completed in 3ms
357 timing idealTree:node_modules/deep-is Completed in 0ms
358 timing idealTree:node_modules/ip-regex Completed in 0ms
359 timing idealTree:node_modules/is-url Completed in 0ms
360 timing idealTree:node_modules/tslib Completed in 0ms
361 timing idealTree:node_modules/uglify-js Completed in 0ms
362 timing idealTree:node_modules/universalify Completed in 0ms
363 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.0.0
364 timing idealTree:node_modules/which Completed in 0ms
365 timing idealTree:node_modules/isexe Completed in 0ms
366 timing idealTree:node_modules/wordwrap Completed in 0ms
367 silly placeDep node_modules/wrap-ansi [email protected] OK for: [email protected] want: ^2.1.1
368 silly placeDep node_modules/wrap-ansi [email protected] OK for: [email protected] want: ^4.0.0
369 silly fetch manifest is-fullwidth-code-point@^2.0.0
370 silly fetch manifest ansi-regex@^3.0.0
371 timing idealTree:node_modules/wrap-ansi Completed in 3ms
372 timing idealTree:node_modules/yallist Completed in 0ms
373 silly placeDep node_modules/listr-update-renderer [email protected] OK for: [email protected] want: ^2.2.1
374 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.0.0
375 silly placeDep node_modules/listr-update-renderer [email protected] OK for: [email protected] want: ^2.0.0
376 timing idealTree:node_modules/listr-update-renderer/node_modules/chalk Completed in 3ms
377 timing idealTree:node_modules/has-ansi Completed in 0ms
378 timing idealTree:node_modules/listr-update-renderer/node_modules/ansi-styles Completed in 0ms
379 timing idealTree:node_modules/listr-update-renderer/node_modules/supports-color Completed in 0ms
380 silly placeDep node_modules/listr-verbose-renderer [email protected] OK for: [email protected] want: ^3.2.1
381 silly placeDep node_modules/listr-verbose-renderer [email protected] OK for: [email protected] want: ^5.3.0
382 silly fetch manifest color-convert@^1.9.0
383 silly fetch manifest has-flag@^3.0.0
384 timing idealTree:node_modules/listr-verbose-renderer/node_modules/chalk Completed in 3ms
385 silly placeDep node_modules/listr-verbose-renderer [email protected] OK for: [email protected] want: ^1.9.0
386 silly fetch manifest [email protected]
387 timing idealTree:node_modules/listr-verbose-renderer/node_modules/ansi-styles Completed in 1ms
388 silly placeDep node_modules/listr-verbose-renderer [email protected] OK for: [email protected] want: 1.1.3
389 timing idealTree:node_modules/listr-verbose-renderer/node_modules/color-convert Completed in 1ms
390 timing idealTree:node_modules/listr-verbose-renderer/node_modules/color-name Completed in 0ms
391 timing idealTree:node_modules/listr-verbose-renderer/node_modules/figures Completed in 0ms
392 silly placeDep node_modules/listr-verbose-renderer [email protected] OK for: [email protected] want: ^3.0.0
393 timing idealTree:node_modules/listr-verbose-renderer/node_modules/supports-color Completed in 1ms
394 timing idealTree:node_modules/listr-verbose-renderer/node_modules/has-flag Completed in 0ms
395 silly placeDep node_modules/log-symbols [email protected] OK for: [email protected] want: ^2.2.1
396 silly placeDep node_modules/log-symbols [email protected] OK for: [email protected] want: ^2.0.0
397 timing idealTree:node_modules/log-symbols/node_modules/chalk Completed in 2ms
398 timing idealTree:node_modules/log-symbols/node_modules/ansi-styles Completed in 0ms
399 timing idealTree:node_modules/log-symbols/node_modules/supports-color Completed in 0ms
400 timing idealTree:node_modules/tcp-port-used/node_modules/debug Completed in 0ms
401 silly placeDep node_modules/wrap-ansi [email protected] OK for: [email protected] want: ^2.0.0
402 timing idealTree:node_modules/wrap-ansi/node_modules/string-width Completed in 1ms
403 timing idealTree:node_modules/wrap-ansi/node_modules/is-fullwidth-code-point Completed in 0ms
404 silly placeDep node_modules/wrap-ansi [email protected] OK for: [email protected] want: ^3.0.0
405 timing idealTree:node_modules/wrap-ansi/node_modules/strip-ansi Completed in 0ms
406 timing idealTree:node_modules/wrap-ansi/node_modules/ansi-regex Completed in 0ms
407 timing idealTree:buildDeps Completed in 5505ms
408 timing idealTree:fixDepFlags Completed in 1ms
409 timing idealTree Completed in 5514ms
410 timing reify:loadTrees Completed in 5514ms
411 timing reify:diffTrees Completed in 2ms
412 silly reify moves {}
413 timing reify:retireShallow Completed in 1ms
414 timing reify:createSparse Completed in 6ms
415 timing reify:loadBundles Completed in 0ms
416 silly audit bulk request {
416 silly audit   '@vendure/create': [ '1.9.2' ],
416 silly audit   '@vendure/common': [ '1.9.2' ],
416 silly audit   chalk: [ '4.1.2', '1.1.3', '2.4.2' ],
416 silly audit   commander: [ '7.2.0' ],
416 silly audit   'cross-spawn': [ '7.0.3' ],
416 silly audit   'detect-port': [ '1.5.1' ],
416 silly audit   'fs-extra': [ '10.1.0' ],
416 silly audit   handlebars: [ '4.7.7' ],
416 silly audit   listr: [ '0.14.3' ],
416 silly audit   prompts: [ '2.4.2' ],
416 silly audit   rxjs: [ '6.6.7' ],
416 silly audit   semver: [ '7.3.8' ],
416 silly audit   'tcp-port-used': [ '1.0.2' ],
416 silly audit   'ansi-styles': [ '4.3.0', '2.2.1', '3.2.1' ],
416 silly audit   'supports-color': [ '7.2.0', '2.0.0', '5.5.0' ],
416 silly audit   'color-convert': [ '2.0.1', '1.9.3' ],
416 silly audit   'color-name': [ '1.1.4', '1.1.3' ],
416 silly audit   'path-key': [ '3.1.1' ],
416 silly audit   'shebang-command': [ '2.0.0' ],
416 silly audit   which: [ '2.0.2' ],
416 silly audit   address: [ '1.2.2' ],
416 silly audit   debug: [ '4.3.4', '4.3.1' ],
416 silly audit   ms: [ '2.1.2' ],
416 silly audit   'graceful-fs': [ '4.2.10' ],
416 silly audit   jsonfile: [ '6.1.0' ],
416 silly audit   universalify: [ '2.0.0' ],
416 silly audit   minimist: [ '1.2.7' ],
416 silly audit   'neo-async': [ '2.6.2' ],
416 silly audit   'source-map': [ '0.6.1' ],
416 silly audit   'uglify-js': [ '3.17.4' ],
416 silly audit   wordwrap: [ '1.0.0' ],
416 silly audit   '@samverschueren/stream-to-observable': [ '0.3.1' ],
416 silly audit   'is-observable': [ '1.1.0' ],
416 silly audit   'is-promise': [ '2.2.2' ],
416 silly audit   'is-stream': [ '1.1.0' ],
416 silly audit   'listr-silent-renderer': [ '1.1.1' ],
416 silly audit   'listr-update-renderer': [ '0.5.0' ],
416 silly audit   'listr-verbose-renderer': [ '0.5.0' ],
416 silly audit   'p-map': [ '2.1.0' ],
416 silly audit   'any-observable': [ '0.3.0' ],
416 silly audit   'symbol-observable': [ '1.2.0' ],
416 silly audit   'cli-truncate': [ '0.2.1' ],
416 silly audit   'elegant-spinner': [ '1.0.1' ],
416 silly audit   figures: [ '1.7.0', '2.0.0' ],
416 silly audit   'indent-string': [ '3.2.0' ],
416 silly audit   'log-symbols': [ '1.0.2' ],
416 silly audit   'log-update': [ '2.3.0' ],
416 silly audit   'strip-ansi': [ '3.0.1', '4.0.0' ],
416 silly audit   'slice-ansi': [ '0.0.4' ],
416 silly audit   'string-width': [ '1.0.2', '2.1.1' ],
416 silly audit   'escape-string-regexp': [ '1.0.5' ],
416 silly audit   'object-assign': [ '4.1.1' ],
416 silly audit   'cli-cursor': [ '2.1.0' ],
416 silly audit   'date-fns': [ '1.30.1' ],
416 silly audit   'restore-cursor': [ '2.0.0' ],
416 silly audit   'ansi-escapes': [ '3.2.0' ],
416 silly audit   'wrap-ansi': [ '3.0.1' ],
416 silly audit   kleur: [ '3.0.3' ],
416 silly audit   sisteransi: [ '1.0.5' ],
416 silly audit   onetime: [ '2.0.1' ],
416 silly audit   'signal-exit': [ '3.0.7' ],
416 silly audit   'mimic-fn': [ '1.2.0' ],
416 silly audit   tslib: [ '1.14.1' ],
416 silly audit   'lru-cache': [ '6.0.0' ],
416 silly audit   yallist: [ '4.0.0' ],
416 silly audit   'shebang-regex': [ '3.0.0' ],
416 silly audit   'code-point-at': [ '1.1.0' ],
416 silly audit   'is-fullwidth-code-point': [ '1.0.0', '2.0.0' ],
416 silly audit   'number-is-nan': [ '1.0.1' ],
416 silly audit   'ansi-regex': [ '2.1.1', '3.0.1' ],
416 silly audit   'has-flag': [ '4.0.0', '3.0.0' ],
416 silly audit   is2: [ '2.0.9' ],
416 silly audit   'deep-is': [ '0.1.4' ],
416 silly audit   'ip-regex': [ '4.3.0' ],
416 silly audit   'is-url': [ '1.2.4' ],
416 silly audit   isexe: [ '2.0.0' ],
416 silly audit   'has-ansi': [ '2.0.0' ]
416 silly audit }
417 timing reifyNode:node_modules/has-ansi Completed in 180ms
418 timing reifyNode:node_modules/ansi-regex Completed in 180ms
419 timing reifyNode:node_modules/code-point-at Completed in 181ms
420 timing reifyNode:node_modules/is-fullwidth-code-point Completed in 181ms
421 timing reifyNode:node_modules/mimic-fn Completed in 180ms
422 timing reifyNode:node_modules/ansi-escapes Completed in 180ms
423 timing reifyNode:node_modules/restore-cursor Completed in 180ms
424 timing reifyNode:node_modules/onetime Completed in 180ms
425 timing reifyNode:node_modules/escape-string-regexp Completed in 181ms
426 timing reifyNode:node_modules/cli-cursor Completed in 181ms
427 timing reifyNode:node_modules/string-width Completed in 181ms
428 timing reifyNode:node_modules/object-assign Completed in 181ms
429 timing reifyNode:node_modules/number-is-nan Completed in 182ms
430 timing reifyNode:node_modules/slice-ansi Completed in 181ms
431 timing reifyNode:node_modules/log-update Completed in 181ms
432 timing reifyNode:node_modules/wrap-ansi Completed in 181ms
433 timing reifyNode:node_modules/cli-truncate Completed in 180ms
434 timing reifyNode:node_modules/elegant-spinner Completed in 180ms
435 timing reifyNode:node_modules/figures Completed in 181ms
436 timing reifyNode:node_modules/strip-ansi Completed in 181ms
437 timing reifyNode:node_modules/indent-string Completed in 181ms
438 timing reifyNode:node_modules/log-symbols Completed in 181ms
439 timing reifyNode:node_modules/is-observable Completed in 180ms
440 timing reifyNode:node_modules/@samverschueren/stream-to-observable Completed in 180ms
441 timing reifyNode:node_modules/listr-silent-renderer Completed in 181ms
442 timing reifyNode:node_modules/is-stream Completed in 181ms
443 timing reifyNode:node_modules/ms Completed in 181ms
444 timing reifyNode:node_modules/universalify Completed in 181ms
445 timing reifyNode:node_modules/color-name Completed in 180ms
446 timing reifyNode:node_modules/shebang-command Completed in 180ms
447 timing reifyNode:node_modules/wrap-ansi/node_modules/ansi-regex Completed in 182ms
448 timing reifyNode:node_modules/wrap-ansi/node_modules/is-fullwidth-code-point Completed in 182ms
449 timing reifyNode:node_modules/wrap-ansi/node_modules/string-width Completed in 182ms
450 timing reifyNode:node_modules/log-symbols/node_modules/supports-color Completed in 182ms
451 timing reifyNode:node_modules/log-symbols/node_modules/chalk Completed in 182ms
452 timing reifyNode:node_modules/listr-verbose-renderer/node_modules/has-flag Completed in 182ms
453 timing reifyNode:node_modules/wrap-ansi/node_modules/strip-ansi Completed in 183ms
454 timing reifyNode:node_modules/log-symbols/node_modules/ansi-styles Completed in 183ms
455 timing reifyNode:node_modules/listr-update-renderer/node_modules/supports-color Completed in 182ms
456 timing reifyNode:node_modules/listr-update-renderer/node_modules/ansi-styles Completed in 182ms
457 timing reifyNode:node_modules/listr-verbose-renderer/node_modules/ansi-styles Completed in 182ms
458 timing reifyNode:node_modules/listr-update-renderer/node_modules/chalk Completed in 182ms
459 timing reifyNode:node_modules/listr-verbose-renderer/node_modules/figures Completed in 182ms
460 timing reifyNode:node_modules/ip-regex Completed in 184ms
461 timing reifyNode:node_modules/shebang-regex Completed in 183ms
462 timing reifyNode:node_modules/has-flag Completed in 184ms
463 timing reifyNode:node_modules/signal-exit Completed in 183ms
464 timing reifyNode:node_modules/lru-cache Completed in 183ms
465 timing reifyNode:node_modules/kleur Completed in 183ms
466 timing reifyNode:node_modules/p-map Completed in 182ms
467 timing reifyNode:node_modules/is-promise Completed in 183ms
468 timing reifyNode:node_modules/path-key Completed in 182ms
469 timing reifyNode:node_modules/supports-color Completed in 182ms
470 timing reifyNode:node_modules/listr-verbose-renderer/node_modules/supports-color Completed in 183ms
471 timing reifyNode:node_modules/yallist Completed in 184ms
472 timing reifyNode:node_modules/sisteransi Completed in 184ms
473 timing reifyNode:node_modules/listr-verbose-renderer Completed in 184ms
474 timing reifyNode:node_modules/listr-update-renderer Completed in 184ms
475 timing reifyNode:node_modules/ansi-styles Completed in 183ms
476 timing reifyNode:node_modules/which Completed in 185ms
477 timing reifyNode:node_modules/tcp-port-used Completed in 184ms
478 timing reifyNode:node_modules/address Completed in 186ms
479 timing reifyNode:node_modules/listr-verbose-renderer/node_modules/color-name Completed in 186ms
480 timing reifyNode:node_modules/is-url Completed in 188ms
481 timing reifyNode:node_modules/jsonfile Completed in 186ms
482 timing reifyNode:node_modules/graceful-fs Completed in 186ms
483 timing reifyNode:node_modules/debug Completed in 187ms
484 timing reifyNode:node_modules/color-convert Completed in 186ms
485 timing reifyNode:node_modules/listr-verbose-renderer/node_modules/color-convert Completed in 188ms
486 timing reifyNode:node_modules/tcp-port-used/node_modules/debug Completed in 187ms
487 timing reifyNode:node_modules/isexe Completed in 190ms
488 timing reifyNode:node_modules/detect-port Completed in 187ms
489 timing reifyNode:node_modules/listr-verbose-renderer/node_modules/chalk Completed in 188ms
490 timing reifyNode:node_modules/deep-is Completed in 190ms
491 timing reifyNode:node_modules/chalk Completed in 188ms
492 timing reifyNode:node_modules/cross-spawn Completed in 188ms
493 timing reifyNode:node_modules/any-observable Completed in 189ms
494 timing reifyNode:node_modules/listr Completed in 188ms
495 timing reifyNode:node_modules/wordwrap Completed in 189ms
496 timing reifyNode:node_modules/symbol-observable Completed in 190ms
497 timing reifyNode:node_modules/tslib Completed in 191ms
498 timing reifyNode:node_modules/commander Completed in 190ms
499 timing reifyNode:node_modules/is2 Completed in 193ms
500 timing reifyNode:node_modules/minimist Completed in 194ms
501 timing reifyNode:node_modules/fs-extra Completed in 200ms
502 timing reifyNode:node_modules/semver Completed in 200ms
503 timing reifyNode:node_modules/@vendure/common Completed in 202ms
504 timing reifyNode:node_modules/source-map Completed in 206ms
505 timing reifyNode:node_modules/prompts Completed in 209ms
506 timing reifyNode:node_modules/uglify-js Completed in 213ms
507 timing reifyNode:node_modules/neo-async Completed in 215ms
508 timing reifyNode:node_modules/handlebars Completed in 249ms
509 http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/advisories/bulk 269ms
510 timing auditReport:getReport Completed in 273ms
511 silly audit report {}
512 timing auditReport:init Completed in 0ms
513 timing reify:audit Completed in 274ms
514 timing reifyNode:node_modules/@vendure/create Completed in 269ms
515 timing reifyNode:node_modules/date-fns Completed in 401ms
516 timing reifyNode:node_modules/rxjs Completed in 657ms
517 timing reify:unpack Completed in 660ms
518 timing reify:unretire Completed in 0ms
519 timing build:queue Completed in 1ms
520 timing build:link:node_modules/@vendure/create Completed in 1ms
521 timing build:link:node_modules/uglify-js Completed in 0ms
522 timing build:link:node_modules/detect-port Completed in 0ms
523 timing build:link:node_modules/semver Completed in 1ms
524 timing build:link:node_modules/handlebars Completed in 1ms
525 timing build:link:node_modules/which Completed in 1ms
526 timing build:link Completed in 2ms
527 timing build:deps Completed in 3ms
528 timing build Completed in 3ms
529 timing reify:build Completed in 3ms
530 timing reify:trash Completed in 0ms
531 timing reify:save Completed in 8ms
532 timing reify Completed in 6205ms
533 timing command:exec Completed in 27164ms
534 verbose exit 1
535 timing npm Completed in 27184ms
536 verbose code 1

@JustDenP
Copy link
Contributor

Fortunately the problem was resolved after changing the version of node to 18.13, for some reason all previous versions (18.12.1, 16, 14 etc) gave the same error, even after a complete reinstallation of node on the computer

@michaelbromley
Copy link
Member

@JustDenP Glad to hear you eventually resolved the issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants