We are currently using raspberry pi 4b -4gb with "openwrt-23.05.0-rc4-bcm27xx-bcm2711-rpi-4-squashfs-factory.img" but we want to use IO's with node-red but when we tried to install this package raspi-io (node-red has a dependcy to use IO's) via npm (because it can only install with npm I can not find any other resource) but it can not be installed. Below yours can see the error:
root@OpenWrt:~# npm install raspi-io
npm notice
npm notice New major version of npm available! 8.19.3 -> 10.4.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.4.0
npm notice Run npm install -g npm@10.4.0 to update!
npm notice
npm ERR! code 127
npm ERR! path /root/node_modules/raspi-soft-pwm
npm ERR! command failed
npm ERR! command sh -c -- sh ./script/pigpio.sh
npm ERR! pigpio doesn't appear to be installed, installing now. You may be asked for your password.
npm ERR! ./script/pigpio.sh: line 37: sudo: not found
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2024-02-19T10_10_46_288Z-debug-0.log
We also tried to install dependencies by hand but it also was not possible because of some errors.
Note: We used GPIO’s and serial pins with only python rpi.gpio package but we can not find a way to work it with node-red. Can anyone help us or know a way to deal with this problem.
you should start by installing a stable release.
this one's pretty obvious.
Go here and choose Customize installed packages and/or first boot scrip
It may take a while to compile. If you have any OpenWrt drivers for peripherals add them to the end of the generated script.
This is not an upgrade, it is a fresh full install.
We used 3 different releases, this is last one we just used. We approached problem via different ways like embed dependicies in img and test, looked every dependicy and tried to install these, look alternative packages like gpio4 etc. but only rpi.gpio worked. We just want to find a way to work any packages on node-red to control IOs on device.
We need you to start from the latest release customized for the Pi4.
And by node red do you mean the red led, in the front, next to green disk I/O led?
I'm mentioning about this node-red https://nodered.org/
Okay, I know nothing about that but you can read them arguing about how to properly install it here.
All the same: I would ensure you have the latest bootloader on the PI, you can google many ways or you can just dl the latest Raspberry OS, flash and run it, let it find updates, update reboot and see if any other updates show up that will automatically update it.
And if you did not use the firmware selector with pi4 customizations then you should do that too.
We cannot fix outdated installs lacking packages we expect.
did you read ?
Yes, I read it all 826 lines, it complicated but install on this machine basically seems
impossible to us. As I mentioned we tried different methods to install it but every method just didn't work at all.
How do you expect it to work without its dependencies?
No, It automatically tries to install reload dependicies but it didn't work as yours see the log.
.... are easy to solve, without knowing actual errors.
post the complete log ?
0 verbose cli /usr/bin/node /usr/bin/npm
1 info using npm@8.19.3
2 info using node@v16.19.0
3 timing npm:load:whichnode Completed in 3ms
4 timing config:load:defaults Completed in 8ms
5 timing config:load:file:/usr/lib/node_modules/npm/npmrc Completed in 3ms
6 timing config:load:builtin Completed in 4ms
7 timing config:load:cli Completed in 8ms
8 timing config:load:env Completed in 1ms
9 timing config:load:project Completed in 3ms
10 timing config:load:file:/root/.npmrc Completed in 0ms
11 timing config:load:user Completed in 1ms
12 timing config:load:file:/usr/etc/npmrc Completed in 0ms
13 timing config:load:global Completed in 1ms
14 timing config:load:validate Completed in 0ms
15 timing config:load:credentials Completed in 5ms
16 timing config:load:setEnvs Completed in 4ms
17 timing config:load Completed in 38ms
18 timing npm:load:configload Completed in 39ms
19 timing npm:load:mkdirpcache Completed in 3ms
20 timing npm:load:mkdirplogs Completed in 1ms
21 verbose title npm install raspi-io
22 verbose argv "install" "raspi-io"
23 timing npm:load:setTitle Completed in 5ms
24 timing config:load:flatten Completed in 13ms
25 timing npm:load:display Completed in 21ms
26 verbose logfile logs-max:10 dir:/root/.npm/_logs
27 verbose logfile /root/.npm/_logs/2024-02-19T10_10_46_288Z-debug-0.log
28 timing npm:load:logFile Completed in 20ms
29 timing npm:load:timers Completed in 0ms
30 timing npm:load:configScope Completed in 1ms
31 timing npm:load Completed in 96ms
32 timing arborist:ctor Completed in 4ms
33 silly logfile done cleaning log files
34 timing arborist:ctor Completed in 1ms
35 timing idealTree:init Completed in 38ms
36 timing idealTree:userRequests Completed in 20ms
37 silly idealTree buildDeps
38 silly fetch manifest raspi-io@*
39 http fetch GET 200 https://registry.npmjs.org/npm 756ms (cache miss)
40 http fetch GET 200 https://registry.npmjs.org/raspi-io 1185ms (cache miss)
41 silly placeDep ROOT raspi-io@11.0.0 OK for: want: *
42 silly fetch manifest clone@^2.1.2
43 silly fetch manifest j5-io@^3.1.0
44 silly fetch manifest j5-io-types@^2.4.0
45 silly fetch manifest raspi@^6.0.1
46 silly fetch manifest raspi-board@^7.1.2
47 silly fetch manifest raspi-gpio@^6.2.1
48 silly fetch manifest raspi-i2c@^6.2.2
49 silly fetch manifest raspi-led@^2.1.1
50 silly fetch manifest raspi-serial@^6.0.0
51 silly fetch manifest raspi-soft-pwm@^6.0.1
52 http fetch GET 200 https://registry.npmjs.org/clone 170ms (cache miss)
53 http fetch GET 200 https://registry.npmjs.org/raspi-led 750ms (cache miss)
54 http fetch GET 200 https://registry.npmjs.org/j5-io 959ms (cache miss)
55 http fetch GET 200 https://registry.npmjs.org/raspi-serial 1124ms (cache miss)
56 http fetch GET 200 https://registry.npmjs.org/raspi 1144ms (cache miss)
57 http fetch GET 200 https://registry.npmjs.org/raspi-board 1147ms (cache miss)
58 http fetch GET 200 https://registry.npmjs.org/j5-io-types 1161ms (cache miss)
59 http fetch GET 200 https://registry.npmjs.org/raspi-soft-pwm 1258ms (cache miss)
60 http fetch GET 200 https://registry.npmjs.org/raspi-i2c 1271ms (cache miss)
61 http fetch GET 200 https://registry.npmjs.org/raspi-gpio 1350ms (cache miss)
62 timing idealTree:#root Completed in 2606ms
63 silly placeDep ROOT clone@2.1.2 OK for: raspi-io@11.0.0 want: ^2.1.2
64 silly placeDep ROOT j5-io@3.2.0 OK for: raspi-io@11.0.0 want: ^3.1.0
65 silly placeDep ROOT j5-io-types@2.5.0 OK for: raspi-io@11.0.0 want: ^2.4.0
66 silly placeDep ROOT raspi@6.0.1 OK for: raspi-io@11.0.0 want: ^6.0.1
67 silly placeDep ROOT raspi-board@7.4.0 OK for: raspi-io@11.0.0 want: ^7.1.2
68 silly placeDep ROOT raspi-gpio@6.2.2 OK for: raspi-io@11.0.0 want: ^6.2.1
69 silly placeDep ROOT raspi-i2c@6.2.4 OK for: raspi-io@11.0.0 want: ^6.2.2
70 silly placeDep ROOT raspi-led@2.1.2 OK for: raspi-io@11.0.0 want: ^2.1.1
71 silly placeDep ROOT raspi-serial@6.0.0 OK for: raspi-io@11.0.0 want: ^6.0.0
72 silly placeDep ROOT raspi-soft-pwm@6.0.2 OK for: raspi-io@11.0.0 want: ^6.0.1
73 silly fetch manifest abstract-io@^1.6.0
74 silly fetch manifest pigpio@^1.2.1
75 silly fetch manifest raspi-peripheral@^3.0.3
76 silly fetch manifest i2c-bus@^5.1.0
77 silly fetch manifest ini-builder@^1.1.1
78 silly fetch manifest serialport@^8.0.6
79 http fetch GET 200 https://registry.npmjs.org/serialport 300ms (cache miss)
80 http fetch GET 200 https://registry.npmjs.org/pigpio 378ms (cache miss)
81 http fetch GET 200 https://registry.npmjs.org/ini-builder 377ms (cache miss)
82 http fetch GET 200 https://registry.npmjs.org/raspi-peripheral 1027ms (cache miss)
83 http fetch GET 200 https://registry.npmjs.org/i2c-bus 1067ms (cache miss)
84 http fetch GET 200 https://registry.npmjs.org/abstract-io 1082ms (cache miss)
85 timing idealTree:node_modules/raspi-io Completed in 1194ms
86 timing idealTree:node_modules/clone Completed in 0ms
87 silly placeDep ROOT abstract-io@1.6.0 OK for: j5-io@3.2.0 want: ^1.6.0
88 timing idealTree:node_modules/j5-io Completed in 6ms
89 timing idealTree:node_modules/abstract-io Completed in 0ms
90 timing idealTree:node_modules/j5-io-types Completed in 0ms
91 timing idealTree:node_modules/raspi Completed in 0ms
92 timing idealTree:node_modules/raspi-board Completed in 0ms
93 silly placeDep ROOT pigpio@1.3.0 OK for: raspi-gpio@6.2.2 want: ^1.2.1
94 silly placeDep ROOT raspi-peripheral@3.0.4 OK for: raspi-gpio@6.2.2 want: ^3.0.3
95 silly fetch manifest bindings@^1.5.0
96 silly fetch manifest nan@^2.14.0
97 http fetch GET 200 https://registry.npmjs.org/bindings 192ms (cache miss)
98 http fetch GET 200 https://registry.npmjs.org/nan 358ms (cache miss)
99 timing idealTree:node_modules/raspi-gpio Completed in 380ms
100 silly placeDep ROOT bindings@1.5.0 OK for: pigpio@1.3.0 want: ^1.5.0
101 silly placeDep ROOT nan@2.18.0 OK for: pigpio@1.3.0 want: ^2.14.0
102 silly fetch manifest file-uri-to-path@1.0.0
103 http fetch GET 200 https://registry.npmjs.org/file-uri-to-path 105ms (cache miss)
104 timing idealTree:node_modules/pigpio Completed in 120ms
105 silly placeDep ROOT file-uri-to-path@1.0.0 OK for: bindings@1.5.0 want: 1.0.0
106 timing idealTree:node_modules/bindings Completed in 5ms
107 timing idealTree:node_modules/file-uri-to-path Completed in 0ms
108 timing idealTree:node_modules/nan Completed in 0ms
109 silly placeDep ROOT i2c-bus@5.2.3 OK for: raspi-i2c@6.2.4 want: ^5.1.0
110 silly placeDep ROOT ini-builder@1.1.1 OK for: raspi-i2c@6.2.4 want: ^1.1.1
111 timing idealTree:node_modules/raspi-i2c Completed in 12ms
112 timing idealTree:node_modules/i2c-bus Completed in 0ms
113 timing idealTree:node_modules/ini-builder Completed in 0ms
114 timing idealTree:node_modules/raspi-led Completed in 0ms
115 timing idealTree:node_modules/raspi-peripheral Completed in 0ms
116 silly placeDep ROOT serialport@8.0.8 OK for: raspi-serial@6.0.0 want: ^8.0.6
117 silly fetch manifest @serialport/binding-mock@^8.0.6
118 silly fetch manifest @serialport/bindings@^8.0.8
119 silly fetch manifest @serialport/parser-byte-length@^8.0.6
120 silly fetch manifest @serialport/parser-cctalk@^8.0.6
121 silly fetch manifest @serialport/parser-delimiter@^8.0.6
122 silly fetch manifest @serialport/parser-readline@^8.0.6
123 silly fetch manifest @serialport/parser-ready@^8.0.6
124 silly fetch manifest @serialport/parser-regex@^8.0.6
125 silly fetch manifest @serialport/stream@^8.0.6
126 silly fetch manifest debug@^4.1.1
127 http fetch GET 200 https://registry.npmjs.org/debug 222ms (cache miss)
128 http fetch GET 200 https://registry.npmjs.org/@serialport%2fparser-byte-length 297ms (cache miss)
129 http fetch GET 200 https://registry.npmjs.org/@serialport%2fparser-ready 374ms (cache miss)
130 http fetch GET 200 https://registry.npmjs.org/@serialport%2fparser-readline 381ms (cache miss)
131 http fetch GET 200 https://registry.npmjs.org/@serialport%2fparser-regex 398ms (cache miss)
132 http fetch GET 200 https://registry.npmjs.org/@serialport%2fparser-cctalk 1349ms (cache miss)
133 http fetch GET 200 https://registry.npmjs.org/@serialport%2fbinding-mock 2169ms (cache miss)
134 http fetch GET 200 https://registry.npmjs.org/@serialport%2fstream 2157ms (cache miss)
135 http fetch GET 200 https://registry.npmjs.org/@serialport%2fparser-delimiter 2185ms (cache miss)
136 http fetch GET 200 https://registry.npmjs.org/@serialport%2fbindings 2222ms (cache miss)
137 timing idealTree:node_modules/raspi-serial Completed in 2240ms
138 timing idealTree:node_modules/raspi-soft-pwm Completed in 0ms
139 silly placeDep ROOT @serialport/binding-mock@8.0.6 OK for: serialport@8.0.8 want: ^8.0.6
140 silly placeDep ROOT @serialport/bindings@8.0.8 OK for: serialport@8.0.8 want: ^8.0.8
141 silly placeDep ROOT @serialport/parser-byte-length@8.0.6 OK for: serialport@8.0.8 want: ^8.0.6
142 silly placeDep ROOT @serialport/parser-cctalk@8.0.6 OK for: serialport@8.0.8 want: ^8.0.6
143 silly placeDep ROOT @serialport/parser-delimiter@8.0.6 OK for: serialport@8.0.8 want: ^8.0.6
144 silly placeDep ROOT @serialport/parser-readline@8.0.6 OK for: serialport@8.0.8 want: ^8.0.6
145 silly placeDep ROOT @serialport/parser-ready@8.0.6 OK for: serialport@8.0.8 want: ^8.0.6
146 silly placeDep ROOT @serialport/parser-regex@8.0.6 OK for: serialport@8.0.8 want: ^8.0.6
147 silly placeDep ROOT @serialport/stream@8.0.6 OK for: serialport@8.0.8 want: ^8.0.6
148 silly placeDep ROOT debug@4.3.4 OK for: serialport@8.0.8 want: ^4.1.1
149 silly fetch manifest @serialport/binding-abstract@^8.0.6
150 silly fetch manifest prebuild-install@^5.3.0
151 silly fetch manifest ms@2.1.2
152 http fetch GET 200 https://registry.npmjs.org/ms 209ms (cache miss)
153 http fetch GET 200 https://registry.npmjs.org/prebuild-install 218ms (cache miss)
154 http fetch GET 200 https://registry.npmjs.org/@serialport%2fbinding-abstract 1970ms (cache miss)
155 timing idealTree:node_modules/serialport Completed in 2026ms
156 silly placeDep ROOT @serialport/binding-abstract@8.0.6 OK for: @serialport/binding-mock@8.0.6 want: ^8.0.6
157 timing idealTree:node_modules/@serialport/binding-mock Completed in 5ms
158 timing idealTree:node_modules/@serialport/binding-abstract Completed in 0ms
159 silly placeDep ROOT prebuild-install@5.3.6 OK for: @serialport/bindings@8.0.8 want: ^5.3.0
160 silly fetch manifest detect-libc@^1.0.3
161 silly fetch manifest expand-template@^2.0.3
162 silly fetch manifest github-from-package@0.0.0
163 silly fetch manifest minimist@^1.2.3
164 silly fetch manifest mkdirp-classic@^0.5.3
165 silly fetch manifest napi-build-utils@^1.0.1
166 silly fetch manifest node-abi@^2.7.0
167 silly fetch manifest noop-logger@^0.1.1
168 silly fetch manifest npmlog@^4.0.1
169 silly fetch manifest pump@^3.0.0
170 silly fetch manifest rc@^1.2.7
171 silly fetch manifest simple-get@^3.0.3
172 silly fetch manifest tar-fs@^2.0.0
173 silly fetch manifest tunnel-agent@^0.6.0
174 silly fetch manifest which-pm-runs@^1.0.0
175 http fetch GET 200 https://registry.npmjs.org/expand-template 316ms (cache miss)
176 http fetch GET 200 https://registry.npmjs.org/detect-libc 322ms (cache miss)
177 http fetch GET 200 https://registry.npmjs.org/pump 280ms (cache miss)
178 http fetch GET 200 https://registry.npmjs.org/mkdirp-classic 311ms (cache miss)
179 http fetch GET 200 https://registry.npmjs.org/npmlog 292ms (cache miss)
180 http fetch GET 200 https://registry.npmjs.org/minimist 323ms (cache miss)
181 http fetch GET 200 https://registry.npmjs.org/simple-get 381ms (cache miss)
182 http fetch GET 200 https://registry.npmjs.org/which-pm-runs 382ms (cache miss)
183 http fetch GET 200 https://registry.npmjs.org/rc 407ms (cache miss)
184 http fetch GET 200 https://registry.npmjs.org/tunnel-agent 413ms (cache miss)
185 http fetch GET 200 https://registry.npmjs.org/node-abi 1118ms (cache miss)
186 http fetch GET 200 https://registry.npmjs.org/github-from-package 1145ms (cache miss)
187 http fetch GET 200 https://registry.npmjs.org/noop-logger 1120ms (cache miss)
188 http fetch GET 200 https://registry.npmjs.org/napi-build-utils 1135ms (cache miss)
189 http fetch GET 200 https://registry.npmjs.org/tar-fs 1128ms (cache miss)
190 timing idealTree:node_modules/@serialport/bindings Completed in 1205ms
191 timing idealTree:node_modules/@serialport/parser-byte-length Completed in 1ms
192 timing idealTree:node_modules/@serialport/parser-cctalk Completed in 0ms
193 timing idealTree:node_modules/@serialport/parser-delimiter Completed in 0ms
194 timing idealTree:node_modules/@serialport/parser-readline Completed in 0ms
195 timing idealTree:node_modules/@serialport/parser-ready Completed in 1ms
196 timing idealTree:node_modules/@serialport/parser-regex Completed in 0ms
197 timing idealTree:node_modules/@serialport/stream Completed in 0ms
198 silly placeDep ROOT ms@2.1.2 OK for: debug@4.3.4 want: 2.1.2
199 timing idealTree:node_modules/debug Completed in 7ms
200 timing idealTree:node_modules/ms Completed in 0ms
201 silly placeDep ROOT detect-libc@1.0.3 OK for: prebuild-install@5.3.6 want: ^1.0.3
202 silly placeDep ROOT expand-template@2.0.3 OK for: prebuild-install@5.3.6 want: ^2.0.3
203 silly placeDep ROOT github-from-package@0.0.0 OK for: prebuild-install@5.3.6 want: 0.0.0
204 silly placeDep ROOT minimist@1.2.8 OK for: prebuild-install@5.3.6 want: ^1.2.3
205 silly placeDep ROOT mkdirp-classic@0.5.3 OK for: prebuild-install@5.3.6 want: ^0.5.3
206 silly placeDep ROOT napi-build-utils@1.0.2 OK for: prebuild-install@5.3.6 want: ^1.0.1
207 silly placeDep ROOT node-abi@2.30.1 OK for: prebuild-install@5.3.6 want: ^2.7.0
208 silly placeDep ROOT noop-logger@0.1.1 OK for: prebuild-install@5.3.6 want: ^0.1.1
209 silly placeDep ROOT npmlog@4.1.2 OK for: prebuild-install@5.3.6 want: ^4.0.1
210 silly placeDep ROOT pump@3.0.0 OK for: prebuild-install@5.3.6 want: ^3.0.0
211 silly placeDep ROOT rc@1.2.8 OK for: prebuild-install@5.3.6 want: ^1.2.7
212 silly placeDep ROOT simple-get@3.1.1 OK for: prebuild-install@5.3.6 want: ^3.0.3
213 silly placeDep ROOT tar-fs@2.1.1 OK for: prebuild-install@5.3.6 want: ^2.0.0
214 silly placeDep ROOT tunnel-agent@0.6.0 OK for: prebuild-install@5.3.6 want: ^0.6.0
215 silly placeDep ROOT which-pm-runs@1.1.0 OK for: prebuild-install@5.3.6 want: ^1.0.0
216 silly fetch manifest semver@^5.4.1
217 silly fetch manifest are-we-there-yet@~1.1.2
218 silly fetch manifest console-control-strings@~1.1.0
219 silly fetch manifest gauge@~2.7.3
220 silly fetch manifest set-blocking@~2.0.0
221 silly fetch manifest end-of-stream@^1.1.0
222 silly fetch manifest once@^1.3.1
223 silly fetch manifest deep-extend@^0.6.0
224 silly fetch manifest ini@~1.3.0
225 silly fetch manifest strip-json-comments@~2.0.1
226 silly fetch manifest decompress-response@^4.2.0
227 silly fetch manifest simple-concat@^1.0.0
228 silly fetch manifest chownr@^1.1.1
229 silly fetch manifest tar-stream@^2.1.4
230 silly fetch manifest safe-buffer@^5.0.1
231 http fetch GET 200 https://registry.npmjs.org/are-we-there-yet 268ms (cache miss)
232 http fetch GET 200 https://registry.npmjs.org/set-blocking 259ms (cache miss)
233 http fetch GET 200 https://registry.npmjs.org/chownr 227ms (cache miss)
234 http fetch GET 200 https://registry.npmjs.org/deep-extend 251ms (cache miss)
235 http fetch GET 200 https://registry.npmjs.org/end-of-stream 261ms (cache miss)
236 http fetch GET 200 https://registry.npmjs.org/decompress-response 480ms (cache miss)
237 http fetch GET 200 https://registry.npmjs.org/simple-concat 803ms (cache miss)
238 http fetch GET 200 https://registry.npmjs.org/gauge 839ms (cache miss)
239 http fetch GET 200 https://registry.npmjs.org/strip-json-comments 819ms (cache miss)
240 http fetch GET 200 https://registry.npmjs.org/safe-buffer 801ms (cache miss)
241 http fetch GET 200 https://registry.npmjs.org/once 837ms (cache miss)
242 http fetch GET 200 https://registry.npmjs.org/semver 867ms (cache miss)
243 http fetch GET 200 https://registry.npmjs.org/tar-stream 820ms (cache miss)
244 http fetch GET 200 https://registry.npmjs.org/ini 847ms (cache miss)
245 http fetch GET 200 https://registry.npmjs.org/console-control-strings 942ms (cache miss)
246 timing idealTree:node_modules/prebuild-install Completed in 1020ms
247 timing idealTree:node_modules/detect-libc Completed in 0ms
248 timing idealTree:node_modules/expand-template Completed in 0ms
249 timing idealTree:node_modules/github-from-package Completed in 0ms
250 timing idealTree:node_modules/minimist Completed in 0ms
251 timing idealTree:node_modules/mkdirp-classic Completed in 0ms
252 timing idealTree:node_modules/napi-build-utils Completed in 0ms
253 silly placeDep ROOT semver@5.7.2 OK for: node-abi@2.30.1 want: ^5.4.1
254 timing idealTree:node_modules/node-abi Completed in 11ms
255 timing idealTree:node_modules/noop-logger Completed in 0ms
256 silly placeDep ROOT are-we-there-yet@1.1.7 OK for: npmlog@4.1.2 want: ~1.1.2
257 silly placeDep ROOT console-control-strings@1.1.0 OK for: npmlog@4.1.2 want: ~1.1.0
258 silly placeDep ROOT gauge@2.7.4 OK for: npmlog@4.1.2 want: ~2.7.3
259 silly placeDep ROOT set-blocking@2.0.0 OK for: npmlog@4.1.2 want: ~2.0.0
260 silly fetch manifest delegates@^1.0.0
261 silly fetch manifest readable-stream@^2.0.6
262 silly fetch manifest aproba@^1.0.3
263 silly fetch manifest has-unicode@^2.0.0
264 silly fetch manifest object-assign@^4.1.0
265 silly fetch manifest signal-exit@^3.0.0
266 silly fetch manifest string-width@^1.0.1
267 silly fetch manifest strip-ansi@^3.0.1
268 silly fetch manifest wide-align@^1.1.0
269 http fetch GET 200 https://registry.npmjs.org/has-unicode 461ms (cache miss)
270 http fetch GET 200 https://registry.npmjs.org/wide-align 445ms (cache miss)
271 http fetch GET 200 https://registry.npmjs.org/strip-ansi 451ms (cache miss)
272 http fetch GET 200 https://registry.npmjs.org/delegates 482ms (cache miss)
273 http fetch GET 200 https://registry.npmjs.org/signal-exit 464ms (cache miss)
274 http fetch GET 200 https://registry.npmjs.org/string-width 463ms (cache miss)
275 http fetch GET 200 https://registry.npmjs.org/object-assign 476ms (cache miss)
276 http fetch GET 200 https://registry.npmjs.org/aproba 487ms (cache miss)
277 http fetch GET 200 https://registry.npmjs.org/readable-stream 494ms (cache miss)
278 timing idealTree:node_modules/npmlog Completed in 535ms
279 silly placeDep ROOT delegates@1.0.0 OK for: are-we-there-yet@1.1.7 want: ^1.0.0
280 silly placeDep ROOT readable-stream@2.3.8 OK for: are-we-there-yet@1.1.7 want: ^2.0.6
281 silly fetch manifest core-util-is@~1.0.0
282 silly fetch manifest inherits@~2.0.3
283 silly fetch manifest isarray@~1.0.0
284 silly fetch manifest process-nextick-args@~2.0.0
285 silly fetch manifest safe-buffer@~5.1.1
286 silly fetch manifest string_decoder@~1.1.1
287 silly fetch manifest util-deprecate@~1.0.1
288 http fetch GET 200 https://registry.npmjs.org/process-nextick-args 240ms (cache miss)
289 http fetch GET 200 https://registry.npmjs.org/core-util-is 254ms (cache miss)
290 http fetch GET 200 https://registry.npmjs.org/inherits 252ms (cache miss)
291 http fetch GET 200 https://registry.npmjs.org/string_decoder 240ms (cache miss)
292 http fetch GET 200 https://registry.npmjs.org/isarray 253ms (cache miss)
293 http fetch GET 200 https://registry.npmjs.org/util-deprecate 241ms (cache miss)
294 timing idealTree:node_modules/are-we-there-yet Completed in 277ms
295 timing idealTree:node_modules/console-control-strings Completed in 0ms
296 timing idealTree:node_modules/delegates Completed in 0ms
297 silly placeDep ROOT aproba@1.2.0 OK for: gauge@2.7.4 want: ^1.0.3
298 silly placeDep ROOT has-unicode@2.0.1 OK for: gauge@2.7.4 want: ^2.0.0
299 silly placeDep ROOT object-assign@4.1.1 OK for: gauge@2.7.4 want: ^4.1.0
300 silly placeDep ROOT signal-exit@3.0.7 OK for: gauge@2.7.4 want: ^3.0.0
301 silly placeDep ROOT string-width@1.0.2 OK for: gauge@2.7.4 want: ^1.0.1
302 silly placeDep ROOT strip-ansi@3.0.1 OK for: gauge@2.7.4 want: ^3.0.1
303 silly placeDep ROOT wide-align@1.1.5 OK for: gauge@2.7.4 want: ^1.1.0
304 silly fetch manifest code-point-at@^1.0.0
305 silly fetch manifest is-fullwidth-code-point@^1.0.0
306 silly fetch manifest ansi-regex@^2.0.0
307 http fetch GET 200 https://registry.npmjs.org/ansi-regex 164ms (cache miss)
308 http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point 171ms (cache miss)
309 http fetch GET 200 https://registry.npmjs.org/code-point-at 177ms (cache miss)
310 timing idealTree:node_modules/gauge Completed in 222ms
311 timing idealTree:node_modules/aproba Completed in 0ms
312 timing idealTree:node_modules/has-unicode Completed in 0ms
313 timing idealTree:node_modules/object-assign Completed in 1ms
314 silly placeDep ROOT end-of-stream@1.4.4 OK for: pump@3.0.0 want: ^1.1.0
315 silly placeDep ROOT once@1.4.0 OK for: pump@3.0.0 want: ^1.3.1
316 silly fetch manifest wrappy@1
317 http fetch GET 200 https://registry.npmjs.org/wrappy 111ms (cache miss)
318 timing idealTree:node_modules/pump Completed in 127ms
319 timing idealTree:node_modules/end-of-stream Completed in 0ms
320 silly placeDep ROOT wrappy@1.0.2 OK for: once@1.4.0 want: 1
321 timing idealTree:node_modules/once Completed in 7ms
322 silly placeDep ROOT deep-extend@0.6.0 OK for: rc@1.2.8 want: ^0.6.0
323 silly placeDep ROOT ini@1.3.8 OK for: rc@1.2.8 want: ~1.3.0
324 silly placeDep ROOT strip-json-comments@2.0.1 OK for: rc@1.2.8 want: ~2.0.1
325 timing idealTree:node_modules/rc Completed in 14ms
326 timing idealTree:node_modules/deep-extend Completed in 0ms
327 timing idealTree:node_modules/ini Completed in 0ms
328 silly placeDep ROOT core-util-is@1.0.3 OK for: readable-stream@2.3.8 want: ~1.0.0
329 silly placeDep ROOT inherits@2.0.4 OK for: readable-stream@2.3.8 want: ~2.0.3
330 silly placeDep ROOT isarray@1.0.0 OK for: readable-stream@2.3.8 want: ~1.0.0
331 silly placeDep ROOT process-nextick-args@2.0.1 OK for: readable-stream@2.3.8 want: ~2.0.0
332 silly placeDep ROOT safe-buffer@5.1.2 OK for: readable-stream@2.3.8 want: ~5.1.1
333 silly placeDep ROOT string_decoder@1.1.1 OK for: readable-stream@2.3.8 want: ~1.1.1
334 silly placeDep ROOT util-deprecate@1.0.2 OK for: readable-stream@2.3.8 want: ~1.0.1
335 timing idealTree:node_modules/readable-stream Completed in 25ms
336 timing idealTree:node_modules/core-util-is Completed in 0ms
337 timing idealTree:node_modules/inherits Completed in 0ms
338 timing idealTree:node_modules/isarray Completed in 0ms
339 timing idealTree:node_modules/process-nextick-args Completed in 0ms
340 timing idealTree:node_modules/safe-buffer Completed in 0ms
341 timing idealTree:node_modules/semver Completed in 0ms
342 timing idealTree:node_modules/set-blocking Completed in 0ms
343 timing idealTree:node_modules/signal-exit Completed in 0ms
344 silly placeDep ROOT decompress-response@4.2.1 OK for: simple-get@3.1.1 want: ^4.2.0
345 silly placeDep ROOT simple-concat@1.0.1 OK for: simple-get@3.1.1 want: ^1.0.0
346 silly fetch manifest mimic-response@^2.0.0
347 http fetch GET 200 https://registry.npmjs.org/mimic-response 137ms (cache miss)
348 timing idealTree:node_modules/simple-get Completed in 150ms
349 silly placeDep ROOT mimic-response@2.1.0 OK for: decompress-response@4.2.1 want: ^2.0.0
350 timing idealTree:node_modules/decompress-response Completed in 4ms
351 timing idealTree:node_modules/mimic-response Completed in 0ms
352 timing idealTree:node_modules/simple-concat Completed in 0ms
353 timing idealTree:node_modules/string_decoder Completed in 0ms
354 silly placeDep ROOT code-point-at@1.1.0 OK for: string-width@1.0.2 want: ^1.0.0
355 silly placeDep ROOT is-fullwidth-code-point@1.0.0 OK for: string-width@1.0.2 want: ^1.0.0
356 silly fetch manifest number-is-nan@^1.0.0
357 http fetch GET 200 https://registry.npmjs.org/number-is-nan 146ms (cache miss)
358 timing idealTree:node_modules/string-width Completed in 164ms
359 timing idealTree:node_modules/code-point-at Completed in 0ms
360 silly placeDep ROOT number-is-nan@1.0.1 OK for: is-fullwidth-code-point@1.0.0 want: ^1.0.0
361 timing idealTree:node_modules/is-fullwidth-code-point Completed in 5ms
362 timing idealTree:node_modules/number-is-nan Completed in 0ms
363 silly placeDep ROOT ansi-regex@2.1.1 OK for: strip-ansi@3.0.1 want: ^2.0.0
364 timing idealTree:node_modules/strip-ansi Completed in 5ms
365 timing idealTree:node_modules/ansi-regex Completed in 0ms
366 timing idealTree:node_modules/strip-json-comments Completed in 0ms
367 silly placeDep ROOT chownr@1.1.4 OK for: tar-fs@2.1.1 want: ^1.1.1
368 silly placeDep ROOT tar-stream@2.2.0 OK for: tar-fs@2.1.1 want: ^2.1.4
369 silly fetch manifest bl@^4.0.3
370 silly fetch manifest fs-constants@^1.0.0
371 silly fetch manifest readable-stream@^3.1.1
372 http fetch GET 200 https://registry.npmjs.org/fs-constants 163ms (cache miss)
373 http fetch GET 200 https://registry.npmjs.org/bl 169ms (cache miss)
374 timing idealTree:node_modules/tar-fs Completed in 195ms
375 timing idealTree:node_modules/chownr Completed in 0ms
376 silly placeDep ROOT bl@4.1.0 OK for: tar-stream@2.2.0 want: ^4.0.3
377 silly placeDep ROOT fs-constants@1.0.0 OK for: tar-stream@2.2.0 want: ^1.0.0
378 silly placeDep node_modules/tar-stream readable-stream@3.6.2 OK for: tar-stream@2.2.0 want: ^3.1.1
379 silly fetch manifest buffer@^5.5.0
380 silly fetch manifest readable-stream@^3.4.0
381 http fetch GET 200 https://registry.npmjs.org/buffer 205ms (cache miss)
382 timing idealTree:node_modules/tar-stream Completed in 241ms
383 silly placeDep ROOT buffer@5.7.1 OK for: bl@4.1.0 want: ^5.5.0
384 silly placeDep node_modules/bl readable-stream@3.6.2 OK for: bl@4.1.0 want: ^3.4.0
385 silly fetch manifest base64-js@^1.3.1
386 silly fetch manifest ieee754@^1.1.13
387 http fetch GET 200 https://registry.npmjs.org/base64-js 181ms (cache miss)
388 http fetch GET 200 https://registry.npmjs.org/ieee754 179ms (cache miss)
389 timing idealTree:node_modules/bl Completed in 203ms
390 silly placeDep ROOT base64-js@1.5.1 OK for: buffer@5.7.1 want: ^1.3.1
391 silly placeDep ROOT ieee754@1.2.1 OK for: buffer@5.7.1 want: ^1.1.13
392 timing idealTree:node_modules/buffer Completed in 9ms
393 timing idealTree:node_modules/base64-js Completed in 0ms
394 timing idealTree:node_modules/fs-constants Completed in 0ms
395 timing idealTree:node_modules/ieee754 Completed in 0ms
396 timing idealTree:node_modules/tunnel-agent Completed in 0ms
397 timing idealTree:node_modules/util-deprecate Completed in 0ms
398 timing idealTree:node_modules/which-pm-runs Completed in 0ms
399 timing idealTree:node_modules/wide-align Completed in 0ms
400 timing idealTree:node_modules/wrappy Completed in 0ms
401 timing idealTree:node_modules/bl/node_modules/readable-stream Completed in 1ms
402 timing idealTree:node_modules/tar-stream/node_modules/readable-stream Completed in 0ms
403 timing idealTree:buildDeps Completed in 13055ms
404 timing idealTree:fixDepFlags Completed in 6ms
405 timing idealTree Completed in 13127ms
406 timing reify:loadTrees Completed in 13132ms
407 timing reify:diffTrees Completed in 16ms
408 silly reify moves {}
409 timing reify:retireShallow Completed in 5ms
410 timing reify:createSparse Completed in 91ms
411 timing reify:loadBundles Completed in 0ms
412 silly audit bulk request {
412 silly audit 'raspi-io': [ '11.0.0' ],
412 silly audit clone: [ '2.1.2' ],
412 silly audit 'j5-io': [ '3.2.0' ],
412 silly audit 'j5-io-types': [ '2.5.0' ],
412 silly audit raspi: [ '6.0.1' ],
412 silly audit 'raspi-board': [ '7.4.0' ],
412 silly audit 'raspi-gpio': [ '6.2.2' ],
412 silly audit 'raspi-i2c': [ '6.2.4' ],
412 silly audit 'raspi-led': [ '2.1.2' ],
412 silly audit 'raspi-serial': [ '6.0.0' ],
412 silly audit 'raspi-soft-pwm': [ '6.0.2' ],
412 silly audit 'abstract-io': [ '1.6.0' ],
412 silly audit pigpio: [ '1.3.0' ],
412 silly audit 'raspi-peripheral': [ '3.0.4' ],
412 silly audit bindings: [ '1.5.0' ],
412 silly audit nan: [ '2.18.0' ],
412 silly audit 'file-uri-to-path': [ '1.0.0' ],
412 silly audit 'i2c-bus': [ '5.2.3' ],
412 silly audit 'ini-builder': [ '1.1.1' ],
412 silly audit serialport: [ '8.0.8' ],
412 silly audit '@serialport/binding-mock': [ '8.0.6' ],
412 silly audit '@serialport/bindings': [ '8.0.8' ],
412 silly audit '@serialport/parser-byte-length': [ '8.0.6' ],
412 silly audit '@serialport/parser-cctalk': [ '8.0.6' ],
412 silly audit '@serialport/parser-delimiter': [ '8.0.6' ],
412 silly audit '@serialport/parser-readline': [ '8.0.6' ],
412 silly audit '@serialport/parser-ready': [ '8.0.6' ],
412 silly audit '@serialport/parser-regex': [ '8.0.6' ],
412 silly audit '@serialport/stream': [ '8.0.6' ],
412 silly audit debug: [ '4.3.4' ],
412 silly audit '@serialport/binding-abstract': [ '8.0.6' ],
412 silly audit 'prebuild-install': [ '5.3.6' ],
412 silly audit ms: [ '2.1.2' ],
412 silly audit 'detect-libc': [ '1.0.3' ],
412 silly audit 'expand-template': [ '2.0.3' ],
412 silly audit 'github-from-package': [ '0.0.0' ],
412 silly audit minimist: [ '1.2.8' ],
412 silly audit 'mkdirp-classic': [ '0.5.3' ],
412 silly audit 'napi-build-utils': [ '1.0.2' ],
412 silly audit 'node-abi': [ '2.30.1' ],
412 silly audit 'noop-logger': [ '0.1.1' ],
412 silly audit npmlog: [ '4.1.2' ],
412 silly audit pump: [ '3.0.0' ],
412 silly audit rc: [ '1.2.8' ],
412 silly audit 'simple-get': [ '3.1.1' ],
412 silly audit 'tar-fs': [ '2.1.1' ],
412 silly audit 'tunnel-agent': [ '0.6.0' ],
412 silly audit 'which-pm-runs': [ '1.1.0' ],
412 silly audit semver: [ '5.7.2' ],
412 silly audit 'are-we-there-yet': [ '1.1.7' ],
412 silly audit 'console-control-strings': [ '1.1.0' ],
412 silly audit gauge: [ '2.7.4' ],
412 silly audit 'set-blocking': [ '2.0.0' ],
412 silly audit delegates: [ '1.0.0' ],
412 silly audit 'readable-stream': [ '2.3.8', '3.6.2' ],
412 silly audit aproba: [ '1.2.0' ],
412 silly audit 'has-unicode': [ '2.0.1' ],
412 silly audit 'object-assign': [ '4.1.1' ],
412 silly audit 'signal-exit': [ '3.0.7' ],
412 silly audit 'string-width': [ '1.0.2' ],
412 silly audit 'strip-ansi': [ '3.0.1' ],
412 silly audit 'wide-align': [ '1.1.5' ],
412 silly audit 'end-of-stream': [ '1.4.4' ],
412 silly audit once: [ '1.4.0' ],
412 silly audit wrappy: [ '1.0.2' ],
412 silly audit 'deep-extend': [ '0.6.0' ],
412 silly audit ini: [ '1.3.8' ],
412 silly audit 'strip-json-comments': [ '2.0.1' ],
412 silly audit 'core-util-is': [ '1.0.3' ],
412 silly audit inherits: [ '2.0.4' ],
412 silly audit isarray: [ '1.0.0' ],
412 silly audit 'process-nextick-args': [ '2.0.1' ],
412 silly audit 'safe-buffer': [ '5.1.2' ],
412 silly audit string_decoder: [ '1.1.1' ],
412 silly audit 'util-deprecate': [ '1.0.2' ],
412 silly audit 'decompress-response': [ '4.2.1' ],
412 silly audit 'simple-concat': [ '1.0.1' ],
412 silly audit 'mimic-response': [ '2.1.0' ],
412 silly audit 'code-point-at': [ '1.1.0' ],
412 silly audit 'is-fullwidth-code-point': [ '1.0.0' ],
412 silly audit 'number-is-nan': [ '1.0.1' ],
412 silly audit 'ansi-regex': [ '2.1.1' ],
412 silly audit chownr: [ '1.1.4' ],
412 silly audit 'tar-stream': [ '2.2.0' ],
412 silly audit bl: [ '4.1.0' ],
412 silly audit 'fs-constants': [ '1.0.0' ],
412 silly audit buffer: [ '5.7.1' ],
412 silly audit 'base64-js': [ '1.5.1' ],
412 silly audit ieee754: [ '1.2.1' ]```
not going to access some random gdrive...
split the log into two posts, or use pastebin.
Its locked anyway.
412 silly audit }
413 silly tarball no local data for ieee754@https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz. Extracting by manifest.
414 silly tarball no local data for base64-js@https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz. Extracting by manifest.
415 silly tarball no local data for buffer@https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz. Extracting by manifest.
416 silly tarball no local data for bl@https://registry.npmjs.org/bl/-/bl-4.1.0.tgz. Extracting by manifest.
417 silly tarball no local data for fs-constants@https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz. Extracting by manifest.
418 silly tarball no local data for tar-stream@https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz. Extracting by manifest.
419 silly tarball no local data for chownr@https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz. Extracting by manifest.
420 silly tarball no local data for ansi-regex@https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz. Extracting by manifest.
421 silly tarball no local data for number-is-nan@https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz. Extracting by manifest.
422 silly tarball no local data for is-fullwidth-code-point@https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz. Extracting by manifest.
423 silly tarball no local data for code-point-at@https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz. Extracting by manifest.
424 silly tarball no local data for mimic-response@https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz. Extracting by manifest.
425 silly tarball no local data for simple-concat@https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz. Extracting by manifest.
426 silly tarball no local data for decompress-response@https://registry.npmjs.org/decompress-response/-/decompress-response-4.2.1.tgz. Extracting by manifest.
427 silly tarball no local data for util-deprecate@https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz. Extracting by manifest.
428 silly tarball no local data for string_decoder@https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz. Extracting by manifest.
429 silly tarball no local data for safe-buffer@https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz. Extracting by manifest.
430 silly tarball no local data for process-nextick-args@https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz. Extracting by manifest.
431 silly tarball no local data for isarray@https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz. Extracting by manifest.
432 silly tarball no local data for inherits@https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz. Extracting by manifest.
433 silly tarball no local data for core-util-is@https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz. Extracting by manifest.
434 silly tarball no local data for strip-json-comments@https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz. Extracting by manifest.
435 silly tarball no local data for ini@https://registry.npmjs.org/ini/-/ini-1.3.8.tgz. Extracting by manifest.
436 silly tarball no local data for deep-extend@https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz. Extracting by manifest.
437 silly tarball no local data for wrappy@https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz. Extracting by manifest.
438 silly tarball no local data for once@https://registry.npmjs.org/once/-/once-1.4.0.tgz. Extracting by manifest.
439 silly tarball no local data for end-of-stream@https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz. Extracting by manifest.
440 silly tarball no local data for wide-align@https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz. Extracting by manifest.
441 silly tarball no local data for strip-ansi@https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz. Extracting by manifest.
442 silly tarball no local data for string-width@https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz. Extracting by manifest.
443 silly tarball no local data for signal-exit@https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz. Extracting by manifest.
444 silly tarball no local data for object-assign@https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz. Extracting by manifest.
445 silly tarball no local data for has-unicode@https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz. Extracting by manifest.
446 silly tarball no local data for aproba@https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz. Extracting by manifest.
447 silly tarball no local data for readable-stream@https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz. Extracting by manifest.
448 silly tarball no local data for delegates@https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz. Extracting by manifest.
449 silly tarball no local data for set-blocking@https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz. Extracting by manifest.
450 silly tarball no local data for gauge@https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz. Extracting by manifest.
451 silly tarball no local data for console-control-strings@https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz. Extracting by manifest.
452 silly tarball no local data for are-we-there-yet@https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz. Extracting by manifest.
453 silly tarball no local data for semver@https://registry.npmjs.org/semver/-/semver-5.7.2.tgz. Extracting by manifest.
454 silly tarball no local data for which-pm-runs@https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz. Extracting by manifest.
455 silly tarball no local data for tunnel-agent@https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz. Extracting by manifest.
456 silly tarball no local data for tar-fs@https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz. Extracting by manifest.
457 silly tarball no local data for simple-get@https://registry.npmjs.org/simple-get/-/simple-get-3.1.1.tgz. Extracting by manifest.
458 silly tarball no local data for rc@https://registry.npmjs.org/rc/-/rc-1.2.8.tgz. Extracting by manifest.
459 silly tarball no local data for pump@https://registry.npmjs.org/pump/-/pump-3.0.0.tgz. Extracting by manifest.
460 silly tarball no local data for npmlog@https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz. Extracting by manifest.
461 silly tarball no local data for noop-logger@https://registry.npmjs.org/noop-logger/-/noop-logger-0.1.1.tgz. Extracting by manifest.
462 silly tarball no local data for node-abi@https://registry.npmjs.org/node-abi/-/node-abi-2.30.1.tgz. Extracting by manifest.
463 silly tarball no local data for napi-build-utils@https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz. Extracting by manifest.
464 silly tarball no local data for minimist@https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz. Extracting by manifest.
465 silly tarball no local data for github-from-package@https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz. Extracting by manifest.
466 silly tarball no local data for expand-template@https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz. Extracting by manifest.
467 silly tarball no local data for detect-libc@https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz. Extracting by manifest.
468 silly tarball no local data for ms@https://registry.npmjs.org/ms/-/ms-2.1.2.tgz. Extracting by manifest.
469 silly tarball no local data for prebuild-install@https://registry.npmjs.org/prebuild-install/-/prebuild-install-5.3.6.tgz. Extracting by manifest.
470 silly tarball no local data for @serialport/binding-abstract@https://registry.npmjs.org/@serialport/binding-abstract/-/binding-abstract-8.0.6.tgz. Extracting by manifest.
471 silly tarball no local data for debug@https://registry.npmjs.org/debug/-/debug-4.3.4.tgz. Extracting by manifest.
472 silly tarball no local data for @serialport/stream@https://registry.npmjs.org/@serialport/stream/-/stream-8.0.6.tgz. Extracting by manifest.
473 silly tarball no local data for @serialport/parser-regex@https://registry.npmjs.org/@serialport/parser-regex/-/parser-regex-8.0.6.tgz. Extracting by manifest.
474 silly tarball no local data for @serialport/parser-ready@https://registry.npmjs.org/@serialport/parser-ready/-/parser-ready-8.0.6.tgz. Extracting by manifest.
475 silly tarball no local data for @serialport/parser-readline@https://registry.npmjs.org/@serialport/parser-readline/-/parser-readline-8.0.6.tgz. Extracting by manifest.
476 silly tarball no local data for @serialport/parser-delimiter@https://registry.npmjs.org/@serialport/parser-delimiter/-/parser-delimiter-8.0.6.tgz. Extracting by manifest.
477 silly tarball no local data for @serialport/parser-cctalk@https://registry.npmjs.org/@serialport/parser-cctalk/-/parser-cctalk-8.0.6.tgz. Extracting by manifest.
478 silly tarball no local data for @serialport/parser-byte-length@https://registry.npmjs.org/@serialport/parser-byte-length/-/parser-byte-length-8.0.6.tgz. Extracting by manifest.
479 silly tarball no local data for @serialport/bindings@https://registry.npmjs.org/@serialport/bindings/-/bindings-8.0.8.tgz. Extracting by manifest.
480 silly tarball no local data for @serialport/binding-mock@https://registry.npmjs.org/@serialport/binding-mock/-/binding-mock-8.0.6.tgz. Extracting by manifest.
481 silly tarball no local data for serialport@https://registry.npmjs.org/serialport/-/serialport-8.0.8.tgz. Extracting by manifest.
482 silly tarball no local data for ini-builder@https://registry.npmjs.org/ini-builder/-/ini-builder-1.1.1.tgz. Extracting by manifest.
483 silly tarball no local data for i2c-bus@https://registry.npmjs.org/i2c-bus/-/i2c-bus-5.2.3.tgz. Extracting by manifest.
484 silly tarball no local data for file-uri-to-path@https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz. Extracting by manifest.
485 silly tarball no local data for nan@https://registry.npmjs.org/nan/-/nan-2.18.0.tgz. Extracting by manifest.
486 silly tarball no local data for bindings@https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz. Extracting by manifest.
487 silly tarball no local data for raspi-peripheral@https://registry.npmjs.org/raspi-peripheral/-/raspi-peripheral-3.0.4.tgz. Extracting by manifest.
488 silly tarball no local data for pigpio@https://registry.npmjs.org/pigpio/-/pigpio-1.3.0.tgz. Extracting by manifest.
489 silly tarball no local data for abstract-io@https://registry.npmjs.org/abstract-io/-/abstract-io-1.6.0.tgz. Extracting by manifest.
490 silly tarball no local data for raspi-soft-pwm@https://registry.npmjs.org/raspi-soft-pwm/-/raspi-soft-pwm-6.0.2.tgz. Extracting by manifest.
491 silly tarball no local data for raspi-serial@https://registry.npmjs.org/raspi-serial/-/raspi-serial-6.0.0.tgz. Extracting by manifest.
492 silly tarball no local data for raspi-led@https://registry.npmjs.org/raspi-led/-/raspi-led-2.1.2.tgz. Extracting by manifest.
493 silly tarball no local data for raspi-i2c@https://registry.npmjs.org/raspi-i2c/-/raspi-i2c-6.2.4.tgz. Extracting by manifest.
494 silly tarball no local data for raspi-gpio@https://registry.npmjs.org/raspi-gpio/-/raspi-gpio-6.2.2.tgz. Extracting by manifest.
495 silly tarball no local data for raspi-board@https://registry.npmjs.org/raspi-board/-/raspi-board-7.4.0.tgz. Extracting by manifest.
496 silly tarball no local data for raspi@https://registry.npmjs.org/raspi/-/raspi-6.0.1.tgz. Extracting by manifest.
497 silly tarball no local data for j5-io-types@https://registry.npmjs.org/j5-io-types/-/j5-io-types-2.5.0.tgz. Extracting by manifest.
498 silly tarball no local data for j5-io@https://registry.npmjs.org/j5-io/-/j5-io-3.2.0.tgz. Extracting by manifest.
499 silly tarball no local data for clone@https://registry.npmjs.org/clone/-/clone-2.1.2.tgz. Extracting by manifest.
500 silly tarball no local data for raspi-io@https://registry.npmjs.org/raspi-io/-/raspi-io-11.0.0.tgz. Extracting by manifest.
501 silly tarball no local data for readable-stream@https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz. Extracting by manifest.
502 silly tarball no local data for readable-stream@https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz. Extracting by manifest.
503 silly tarball no local data for mkdirp-classic@https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz. Extracting by manifest.
504 http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/advisories/bulk 1268ms
505 timing auditReport:getReport Completed in 1288ms
506 silly audit report {}
507 timing auditReport:init Completed in 0ms
508 timing reify:audit Completed in 1292ms
509 http fetch GET 200 https://registry.npmjs.org/decompress-response/-/decompress-response-4.2.1.tgz 2241ms (cache miss)
510 timing reifyNode:node_modules/decompress-response Completed in 2537ms
511 http fetch GET 200 https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz 2396ms (cache miss)
512 timing reifyNode:node_modules/ieee754 Completed in 2609ms
513 http fetch GET 200 https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz 2375ms (cache miss)
514 timing reifyNode:node_modules/chownr Completed in 2625ms
515 http fetch GET 200 https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz 2258ms (cache miss)
516 timing reifyNode:node_modules/strip-json-comments Completed in 2627ms
517 http fetch GET 200 https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz 2460ms (cache miss)
518 timing reifyNode:node_modules/base64-js Completed in 2679ms
519 http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz 2408ms (cache miss)
520 timing reifyNode:node_modules/is-fullwidth-code-point Completed in 2677ms
521 http fetch GET 200 https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz 2325ms (cache miss)
522 timing reifyNode:node_modules/inherits Completed in 2679ms
523 http fetch GET 200 https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz 2455ms (cache miss)
524 timing reifyNode:node_modules/code-point-at Completed in 2731ms
525 http fetch GET 200 https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz 2479ms (cache miss)
526 timing reifyNode:node_modules/ansi-regex Completed in 2734ms
527 http fetch GET 200 https://registry.npmjs.org/bl/-/bl-4.1.0.tgz 2508ms (cache miss)
528 timing reifyNode:node_modules/bl Completed in 2738ms
529 http fetch GET 200 https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz 2496ms (cache miss)
530 timing reifyNode:node_modules/tar-stream Completed in 2739ms
531 http fetch GET 200 https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz 2348ms (cache miss)
532 timing reifyNode:node_modules/wrappy Completed in 2736ms
533 http fetch GET 200 https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz 2228ms (cache miss)
534 timing reifyNode:node_modules/are-we-there-yet Completed in 2738ms
535 http fetch GET 200 https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz 2521ms (cache miss)
536 timing reifyNode:node_modules/fs-constants Completed in 2760ms
537 http fetch GET 200 https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz 2455ms (cache miss)
538 timing reifyNode:node_modules/util-deprecate Completed in 2756ms
539 http fetch GET 200 https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz 2442ms (cache miss)
540 timing reifyNode:node_modules/safe-buffer Completed in 2757ms
541 http fetch GET 200 https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz 2473ms (cache miss)
542 timing reifyNode:node_modules/simple-concat Completed in 2760ms
543 http fetch GET 200 https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz 2324ms (cache miss)
544 timing reifyNode:node_modules/object-assign Completed in 2758ms
545 http fetch GET 200 https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz 2311ms (cache miss)
546 timing reifyNode:node_modules/aproba Completed in 2759ms
547 http fetch GET 200 https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz 2516ms (cache miss)
548 timing reifyNode:node_modules/number-is-nan Completed in 2777ms
549 http fetch GET 200 https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz 2416ms (cache miss)
550 timing reifyNode:node_modules/core-util-is Completed in 2775ms
551 http fetch GET 200 https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz 2456ms (cache miss)
552 timing reifyNode:node_modules/process-nextick-args Completed in 2778ms
553 http fetch GET 200 https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz 2432ms (cache miss)
554 timing reifyNode:node_modules/isarray Completed in 2779ms
555 http fetch GET 200 https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz 2378ms (cache miss)
556 timing reifyNode:node_modules/end-of-stream Completed in 2778ms
557 http fetch GET 200 https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz 2294ms (cache miss)
558 timing reifyNode:node_modules/delegates Completed in 2779ms
559 http fetch GET 200 https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz 2289ms (cache miss)
560 timing reifyNode:node_modules/set-blocking Completed in 2781ms
561 http fetch GET 200 https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz 2516ms (cache miss)
562 timing reifyNode:node_modules/mimic-response Completed in 2798ms
563 http fetch GET 200 https://registry.npmjs.org/ini/-/ini-1.3.8.tgz 2422ms (cache miss)
564 timing reifyNode:node_modules/ini Completed in 2797ms
565 http fetch GET 200 https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz 2491ms (cache miss)
566 timing reifyNode:node_modules/string_decoder Completed in 2800ms
567 http fetch GET 200 https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz 2418ms (cache miss)
568 timing reifyNode:node_modules/deep-extend Completed in 2799ms
569 http fetch GET 200 https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz 2385ms (cache miss)
570 timing reifyNode:node_modules/strip-ansi Completed in 2799ms
571 http fetch GET 200 https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz 2393ms (cache miss)
572 timing reifyNode:node_modules/wide-align Completed in 2801ms
573 http fetch GET 200 https://registry.npmjs.org/once/-/once-1.4.0.tgz 2408ms (cache miss)
574 timing reifyNode:node_modules/once Completed in 2802ms
575 http fetch GET 200 https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz 2362ms (cache miss)
576 timing reifyNode:node_modules/has-unicode Completed in 2802ms
577 http fetch GET 200 https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz 2276ms (cache miss)
578 timing reifyNode:node_modules/which-pm-runs Completed in 2803ms
579 http fetch GET 200 https://registry.npmjs.org/pump/-/pump-3.0.0.tgz 2244ms (cache miss)
580 timing reifyNode:node_modules/pump Completed in 2805ms
581 http fetch GET 200 https://registry.npmjs.org/noop-logger/-/noop-logger-0.1.1.tgz 2233ms (cache miss)
582 timing reifyNode:node_modules/noop-logger Completed in 2806ms
583 http fetch GET 200 https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz 2388ms (cache miss)
584 timing reifyNode:node_modules/signal-exit Completed in 2815ms
585 http fetch GET 200 https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz 2396ms (cache miss)
586 timing reifyNode:node_modules/string-width Completed in 2816ms
587 http fetch GET 200 https://registry.npmjs.org/rc/-/rc-1.2.8.tgz 2264ms (cache miss)
588 timing reifyNode:node_modules/rc Completed in 2818ms
589 http fetch GET 200 https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz 2197ms (cache miss)
590 timing reifyNode:node_modules/github-from-package Completed in 2819ms
591 http fetch GET 200 https://registry.npmjs.org/ms/-/ms-2.1.2.tgz 2178ms (cache miss)
592 timing reifyNode:node_modules/ms Completed in 2822ms
593 http fetch GET 200 https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz 2616ms (cache miss)
594 timing reifyNode:node_modules/buffer Completed in 2841ms
595 http fetch GET 200 https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz 2329ms (cache miss)
596 timing reifyNode:node_modules/console-control-strings Completed in 2833ms
597 http fetch GET 200 https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz 2222ms (cache miss)
598 timing reifyNode:node_modules/napi-build-utils Completed in 2832ms
599 http fetch GET 200 https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz 2197ms (cache miss)
600 timing reifyNode:node_modules/detect-libc Completed in 2834ms
601 http fetch GET 200 https://registry.npmjs.org/semver/-/semver-5.7.2.tgz 2327ms (cache miss)
602 timing reifyNode:node_modules/semver Completed in 2845ms
603 http fetch GET 200 https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz 2316ms (cache miss)
604 timing reifyNode:node_modules/tunnel-agent Completed in 2851ms
605 http fetch GET 200 https://registry.npmjs.org/simple-get/-/simple-get-3.1.1.tgz 2305ms (cache miss)
606 timing reifyNode:node_modules/simple-get Completed in 2851ms
607 http fetch GET 200 https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz 2285ms (cache miss)
608 timing reifyNode:node_modules/npmlog Completed in 2852ms
609 http fetch GET 200 https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz 2223ms (cache miss)
610 timing reifyNode:node_modules/expand-template Completed in 2853ms
611 http fetch GET 200 https://registry.npmjs.org/prebuild-install/-/prebuild-install-5.3.6.tgz 2204ms (cache miss)
612 http fetch GET 200 https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz 2077ms (cache miss)
613 timing reifyNode:node_modules/file-uri-to-path Completed in 2853ms
614 http fetch GET 200 https://registry.npmjs.org/node-abi/-/node-abi-2.30.1.tgz 2290ms (cache miss)
615 timing reifyNode:node_modules/node-abi Completed in 2870ms
616 timing reifyNode:node_modules/prebuild-install Completed in 2870ms
617 http fetch GET 200 https://registry.npmjs.org/serialport/-/serialport-8.0.8.tgz 2139ms (cache miss)
618 timing reifyNode:node_modules/serialport Completed in 2869ms
619 http fetch GET 200 https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz 2381ms (cache miss)
620 http fetch GET 200 https://registry.npmjs.org/debug/-/debug-4.3.4.tgz 2214ms (cache miss)
621 timing reifyNode:node_modules/debug Completed in 2878ms
622 http fetch GET 200 https://registry.npmjs.org/ini-builder/-/ini-builder-1.1.1.tgz 2121ms (cache miss)
623 timing reifyNode:node_modules/ini-builder Completed in 2883ms
624 timing reifyNode:node_modules/gauge Completed in 2901ms
625 http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz 2304ms (cache miss)
626 timing reifyNode:node_modules/minimist Completed in 2927ms
627 http fetch GET 200 https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz 2466ms (cache miss)
628 timing reifyNode:node_modules/readable-stream Completed in 2944ms
629 http fetch GET 200 https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz 2408ms (cache miss)
630 timing reifyNode:node_modules/tar-fs Completed in 2953ms
631 http fetch GET 200 https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz 2300ms (cache miss)
632 timing reifyNode:node_modules/bindings Completed in 3089ms
633 http fetch GET 200 https://registry.npmjs.org/nan/-/nan-2.18.0.tgz 3483ms (cache miss)
634 timing reifyNode:node_modules/nan Completed in 4266ms
635 http fetch GET 200 https://registry.npmjs.org/raspi-peripheral/-/raspi-peripheral-3.0.4.tgz 3579ms (cache miss)
636 timing reifyNode:node_modules/raspi-peripheral Completed in 4375ms
637 http fetch GET 200 https://registry.npmjs.org/@serialport/parser-byte-length/-/parser-byte-length-8.0.6.tgz 4074ms (cache miss)
638 timing reifyNode:node_modules/@serialport/parser-byte-length Completed in 4784ms
639 http fetch GET 200 https://registry.npmjs.org/@serialport/stream/-/stream-8.0.6.tgz 4609ms (cache miss)
640 timing reifyNode:node_modules/@serialport/stream Completed in 5280ms
641 http fetch GET 200 https://registry.npmjs.org/@serialport/parser-regex/-/parser-regex-8.0.6.tgz 4610ms (cache miss)
642 timing reifyNode:node_modules/@serialport/parser-regex Completed in 5288ms
643 http fetch GET 200 https://registry.npmjs.org/@serialport/parser-ready/-/parser-ready-8.0.6.tgz 4606ms (cache miss)
644 timing reifyNode:node_modules/@serialport/parser-ready Completed in 5288ms
645 http fetch GET 200 https://registry.npmjs.org/@serialport/binding-abstract/-/binding-abstract-8.0.6.tgz 4634ms (cache miss)
646 timing reifyNode:node_modules/@serialport/binding-abstract Completed in 5290ms
647 http fetch GET 200 https://registry.npmjs.org/@serialport/parser-readline/-/parser-readline-8.0.6.tgz 4606ms (cache miss)
648 timing reifyNode:node_modules/@serialport/parser-readline Completed in 5296ms
649 http fetch GET 200 https://registry.npmjs.org/@serialport/parser-delimiter/-/parser-delimiter-8.0.6.tgz 4602ms (cache miss)
650 timing reifyNode:node_modules/@serialport/parser-delimiter Completed in 5299ms
651 http fetch GET 200 https://registry.npmjs.org/@serialport/binding-mock/-/binding-mock-8.0.6.tgz 4577ms (cache miss)
652 timing reifyNode:node_modules/@serialport/binding-mock Completed in 5299ms
653 http fetch GET 200 https://registry.npmjs.org/@serialport/parser-cctalk/-/parser-cctalk-8.0.6.tgz 4611ms (cache miss)
654 timing reifyNode:node_modules/@serialport/parser-cctalk Completed in 5315ms
655 http fetch GET 200 https://registry.npmjs.org/@serialport/bindings/-/bindings-8.0.8.tgz 4615ms (cache miss)
656 timing reifyNode:node_modules/@serialport/bindings Completed in 5332ms
657 http fetch GET 200 https://registry.npmjs.org/abstract-io/-/abstract-io-1.6.0.tgz 4729ms (cache miss)
658 timing reifyNode:node_modules/abstract-io Completed in 5537ms
659 http fetch GET 200 https://registry.npmjs.org/raspi-soft-pwm/-/raspi-soft-pwm-6.0.2.tgz 4724ms (cache miss)
660 timing reifyNode:node_modules/raspi-soft-pwm Completed in 5539ms
661 http fetch GET 200 https://registry.npmjs.org/i2c-bus/-/i2c-bus-5.2.3.tgz 4802ms (cache miss)
662 timing reifyNode:node_modules/i2c-bus Completed in 5569ms
663 http fetch GET 200 https://registry.npmjs.org/raspi/-/raspi-6.0.1.tgz 5171ms (cache miss)
664 timing reifyNode:node_modules/raspi Completed in 6024ms
665 http fetch GET 200 https://registry.npmjs.org/raspi-serial/-/raspi-serial-6.0.0.tgz 5210ms (cache miss)
666 timing reifyNode:node_modules/raspi-serial Completed in 6032ms
667 http fetch GET 200 https://registry.npmjs.org/j5-io-types/-/j5-io-types-2.5.0.tgz 5180ms (cache miss)
668 timing reifyNode:node_modules/j5-io-types Completed in 6040ms
669 http fetch GET 200 https://registry.npmjs.org/raspi-i2c/-/raspi-i2c-6.2.4.tgz 5211ms (cache miss)
670 timing reifyNode:node_modules/raspi-i2c Completed in 6045ms
671 http fetch GET 200 https://registry.npmjs.org/raspi-board/-/raspi-board-7.4.0.tgz 5199ms (cache miss)
672 http fetch GET 200 https://registry.npmjs.org/clone/-/clone-2.1.2.tgz 5151ms (cache miss)
673 timing reifyNode:node_modules/clone Completed in 6047ms
674 http fetch GET 200 https://registry.npmjs.org/raspi-led/-/raspi-led-2.1.2.tgz 5226ms (cache miss)
675 timing reifyNode:node_modules/raspi-led Completed in 6052ms
676 timing reifyNode:node_modules/raspi-board Completed in 6060ms
677 http fetch GET 200 https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz 5146ms (cache miss)
678 timing reifyNode:node_modules/mkdirp-classic Completed in 6078ms
679 http fetch GET 200 https://registry.npmjs.org/raspi-io/-/raspi-io-11.0.0.tgz 5187ms (cache miss)
680 timing reifyNode:node_modules/raspi-io Completed in 6089ms
681 http fetch GET 200 https://registry.npmjs.org/raspi-gpio/-/raspi-gpio-6.2.2.tgz 5252ms (cache miss)
682 timing reifyNode:node_modules/raspi-gpio Completed in 6092ms
683 http fetch GET 200 https://registry.npmjs.org/j5-io/-/j5-io-3.2.0.tgz 5248ms (cache miss)
684 http fetch GET 200 https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz 5203ms (cache miss)
685 timing reifyNode:node_modules/j5-io Completed in 6120ms
686 timing reifyNode:node_modules/tar-stream/node_modules/readable-stream Completed in 6142ms
687 http fetch GET 200 https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz 5220ms (cache miss)
688 timing reifyNode:node_modules/bl/node_modules/readable-stream Completed in 6150ms
689 http fetch GET 200 https://registry.npmjs.org/pigpio/-/pigpio-1.3.0.tgz 5382ms (cache miss)
690 timing reifyNode:node_modules/pigpio Completed in 6185ms
691 timing reify:unpack Completed in 6208ms
692 timing reify:unretire Completed in 1ms
693 timing build:queue Completed in 21ms
694 info run raspi-gpio@6.2.2 preinstall node_modules/raspi-gpio sh ./script/pigpio.sh
695 info run raspi-soft-pwm@6.0.2 preinstall node_modules/raspi-soft-pwm sh ./script/pigpio.sh
696 info run raspi-soft-pwm@6.0.2 preinstall { code: 127, signal: null }
697 info run raspi-gpio@6.2.2 preinstall { code: 127, signal: null }
698 timing reify:rollback:createSparse Completed in 256ms
699 timing reify:rollback:retireShallow Completed in 0ms
700 timing command:install Completed in 19989ms
701 notice
701 notice New [31mmajor [39m version of npm available! [31m8.19.3 [39m -> [32m10.4.0 [39m
701 notice Changelog: [36mhttps://github.com/npm/cli/releases/tag/v10.4.0 [39m
701 notice Run [32mnpm install -g npm@10.4.0 [39m to update!
701 notice
702 verbose stack Error: command failed
702 verbose stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:63:27)
702 verbose stack at ChildProcess.emit (node:events:513:28)
702 verbose stack at maybeClose (node:internal/child_process:1100:16)
702 verbose stack at Socket.<anonymous> (node:internal/child_process:458:11)
702 verbose stack at Socket.emit (node:events:513:28)
702 verbose stack at Pipe.<anonymous> (node:net:302:12)
703 verbose pkgid raspi-soft-pwm@6.0.2
704 verbose cwd /root
705 verbose Linux 5.10.161
706 verbose node v16.19.0
707 verbose npm v8.19.3
708 error code 127
709 error path /root/node_modules/raspi-soft-pwm
710 error command failed
711 error command sh -c -- sh ./script/pigpio.sh
712 error pigpio doesn't appear to be installed, installing now. You may be asked for your password.
713 error ./script/pigpio.sh: line 37: sudo: not found
714 verbose exit 127
715 timing npm Completed in 20916ms
716 verbose unfinished npm timer reify 1708337447203
717 verbose unfinished npm timer reify:build 1708337466839
718 verbose unfinished npm timer build 1708337466841
719 verbose unfinished npm timer build:deps 1708337466842
720 verbose unfinished npm timer build:run:preinstall 1708337466865
721 verbose unfinished npm timer build:run:preinstall:node_modules/raspi-gpio 1708337466866
722 verbose unfinished npm timer build:run:preinstall:node_modules/raspi-soft-pwm 1708337466892
723 verbose code 127
724 error A complete log of this run can be found in:
724 error /root/.npm/_logs/2024-02-19T10_10_46_288Z-debug-0.log
get the log on “openwrt-bcm27xx-bcm2711-rpi-4-squashfs-sysupgrade.img.gz” ( OpenWrt 22.03.3, r20028-43d71ad93e) last stable release of seed's img (we used first these bec of already installed node-red and other modules)
..sorry for locked random gdrive