question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I cannot download nodemon.

See original GitHub issue

I am unable to download nodemon; it results in error ELIFECYCLE.

  • nodemon -v: Unavailable.
  • node -v: Available: v14.15.3
  • Operating system/terminal environment: Windows 10 Home
  • Using Docker? What image: Not using Docker
  • Command you ran: npm install nodemon --save-dev and npm install nodemon -g --save-dev

Expected behaviour

To download nodemon with no issue whatsoever and receive the message

+ nodemon@2.0.6

Actual behaviour

Receive error message:

$ npm install nodemon --save-dev
npm WARN deprecated fsevents@2.1.3: Please update to v 2.2.x

> nodemon@2.0.6 postinstall C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\nodemon        
> node bin/postinstall || exit 0

The filename, directory name, or volume label syntax is incorrect.
Error occurred while processing: node bin/postinstall || exit 0.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! nodemon@2.0.6 postinstall: `node bin/postinstall || exit 0`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the nodemon@2.0.6 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\name-omitted\AppData\Roaming\npm-cache\_logs\2020-12-24T08_54_22_653Z-debug.log

Steps to reproduce

This issue is, I believe, specific to my device.


If applicable, please append the --dump flag on your command and include the output here ensuring to remove any sensitive/personal details or tokens.

Using --dump flag:

$ npm install nodemon --save-dev --dump
npm WARN deprecated fsevents@2.1.3: Please update to v 2.2.x

> nodemon@2.0.6 postinstall C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\nodemon        
> node bin/postinstall || exit 0

The filename, directory name, or volume label syntax is incorrect.
Error occurred while processing: node bin/postinstall || exit 0.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! nodemon@2.0.6 postinstall: `node bin/postinstall || exit 0`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the nodemon@2.0.6 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\name-omitted\AppData\Roaming\npm-cache\_logs\2020-12-24T09_01_46_851Z-debug.log

Debug log:

0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli   'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli   'C:\\Users\\name-omitted\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'install',
1 verbose cli   'nodemon',
1 verbose cli   '--save-dev'
1 verbose cli ]
2 info using npm@6.14.10
3 info using node@v12.18.3
4 verbose npm-session 4b3ffc210bb17333
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/nodemon 1253ms
8 silly pacote range manifest for nodemon@^2.0.6 fetched in 1297ms
9 timing stage:loadCurrentTree Completed in 2476ms
10 silly install loadIdealTree
11 silly install cloneCurrentTreeToIdealTree
12 timing stage:loadIdealTree:cloneCurrentTree Completed in 5ms
13 silly install loadShrinkwrap
14 timing stage:loadIdealTree:loadShrinkwrap Completed in 367ms
15 silly install loadAllDepsIntoIdealTree
16 silly resolveWithNewModule nodemon@2.0.6 checking installable status
17 silly removeObsoleteDep removing nodemon@2.0.6 from the tree as its been replaced by a newer version or is no longer required
18 silly removeObsoleteDep removing chokidar@3.4.3 from the tree as its been replaced by a newer version or is no longer required
19 silly removeObsoleteDep removing anymatch@3.1.1 from the tree as its been replaced by a newer version or is no longer required
20 silly removeObsoleteDep removing normalize-path@3.0.0 from the tree as its been replaced by a newer version or is no longer required
21 silly removeObsoleteDep removing picomatch@2.2.2 from the tree as its been replaced by a newer version or is no longer required
22 silly removeObsoleteDep removing braces@3.0.2 from the tree as its been replaced by a newer version or is no longer required
23 silly removeObsoleteDep removing fill-range@7.0.1 from the tree as its been replaced by a newer version or is no longer required
24 silly removeObsoleteDep removing to-regex-range@5.0.1 from the tree as its been replaced by a newer version or is no longer required
25 silly removeObsoleteDep removing is-number@7.0.0 from the tree as its been replaced by a newer version or is no longer required
26 silly removeObsoleteDep removing fsevents@2.1.3 from the tree as its been replaced by a newer version or is no longer required
27 silly removeObsoleteDep removing glob-parent@5.1.1 from the tree as its been replaced by a newer version or is no longer required
28 silly removeObsoleteDep removing is-glob@4.0.1 from the tree as its been replaced by a newer version or is no longer required
29 silly removeObsoleteDep removing is-extglob@2.1.1 from the tree as its been replaced by a newer version or is no longer required
30 silly removeObsoleteDep removing is-binary-path@2.1.0 from the tree as its been replaced by a newer version or is no longer required
31 silly removeObsoleteDep removing binary-extensions@2.1.0 from the tree as its been replaced by a newer version or is no longer required
32 silly removeObsoleteDep removing readdirp@3.5.0 from the tree as its been replaced by a newer version or is no longer required
33 silly removeObsoleteDep removing debug@3.2.7 from the tree as its been replaced by a newer version or is no longer required
34 silly removeObsoleteDep removing ms@2.1.3 from the tree as its been replaced by a newer version or is no longer required
35 silly removeObsoleteDep removing ignore-by-default@1.0.1 from the tree as its been replaced by a newer version or is no longer required
36 silly removeObsoleteDep removing minimatch@3.0.4 from the tree as its been replaced by a newer version or is no longer required
37 silly removeObsoleteDep removing brace-expansion@1.1.11 from the tree as its been replaced by a newer version or is no longer required
38 silly removeObsoleteDep removing balanced-match@1.0.0 from the tree as its been replaced by a newer version or is no longer required
39 silly removeObsoleteDep removing concat-map@0.0.1 from the tree as its been replaced by a newer version or is no longer required
40 silly removeObsoleteDep removing pstree.remy@1.1.8 from the tree as its been replaced by a newer version or is no longer required
41 silly removeObsoleteDep removing semver@5.7.1 from the tree as its been replaced by a newer version or is no longer required
42 silly removeObsoleteDep removing supports-color@5.5.0 from the tree as its been replaced by a newer version or is no longer required
43 silly removeObsoleteDep removing has-flag@3.0.0 from the tree as its been replaced by a newer version or is no longer required
44 silly removeObsoleteDep removing touch@3.1.0 from the tree as its been replaced by a newer version or is no longer required
45 silly removeObsoleteDep removing nopt@1.0.10 from the tree as its been replaced by a newer version or is no longer required
46 silly removeObsoleteDep removing abbrev@1.1.1 from the tree as its been replaced by a newer version or is no longer required
47 silly removeObsoleteDep removing undefsafe@2.0.3 from the tree as its been replaced by a newer version or is no longer required
48 silly removeObsoleteDep removing update-notifier@4.1.3 from the tree as its been replaced by a newer version or is no longer required
49 silly removeObsoleteDep removing boxen@4.2.0 from the tree as its been replaced by a newer version or is no longer required
50 silly removeObsoleteDep removing ansi-align@3.0.0 from the tree as its been replaced by a newer version or is no longer required
51 silly removeObsoleteDep removing string-width@3.1.0 from the tree as its been replaced by a newer version or is no longer required
52 silly removeObsoleteDep removing emoji-regex@7.0.3 from the tree as its been replaced by a newer version or is no longer required
53 silly removeObsoleteDep removing is-fullwidth-code-point@2.0.0 from the tree as its been replaced by a newer version or is no longer required
54 silly removeObsoleteDep removing strip-ansi@5.2.0 from the tree as its been replaced by a newer version or is no longer required
55 silly removeObsoleteDep removing ansi-regex@4.1.0 from the tree as its been replaced by a newer version or is no longer required
56 silly removeObsoleteDep removing camelcase@5.3.1 from the tree as its been replaced by a newer version or is no longer required
57 silly removeObsoleteDep removing chalk@3.0.0 from the tree as its been replaced by a newer version or is no longer required
58 silly removeObsoleteDep removing ansi-styles@4.3.0 from the tree as its been replaced by a newer version or is no longer required
59 silly removeObsoleteDep removing color-convert@2.0.1 from the tree as its been replaced by a newer version or is no longer required
60 silly removeObsoleteDep removing color-name@1.1.4 from the tree as its been replaced by a newer version or is no longer required
61 silly removeObsoleteDep removing supports-color@7.2.0 from the tree as its been replaced by a newer version or is no longer required
62 silly removeObsoleteDep removing has-flag@4.0.0 from the tree as its been replaced by a newer version or is no longer required
63 silly removeObsoleteDep removing cli-boxes@2.2.1 from the tree as its been replaced by a newer version or is no longer required
64 silly removeObsoleteDep removing string-width@4.2.0 from the tree as its been replaced by a newer version or is no longer required
65 silly removeObsoleteDep removing emoji-regex@8.0.0 from the tree as its been replaced by a newer version or is no longer required
66 silly removeObsoleteDep removing is-fullwidth-code-point@3.0.0 from the tree as its been replaced by a newer version or is no longer required
67 silly removeObsoleteDep removing strip-ansi@6.0.0 from the tree as its been replaced by a newer version or is no longer required
68 silly removeObsoleteDep removing ansi-regex@5.0.0 from the tree as its been replaced by a newer version or is no longer required
69 silly removeObsoleteDep removing term-size@2.2.1 from the tree as its been replaced by a newer version or is no longer required
70 silly removeObsoleteDep removing type-fest@0.8.1 from the tree as its been replaced by a newer version or is no longer required
71 silly removeObsoleteDep removing widest-line@3.1.0 from the tree as its been replaced by a newer version or is no longer required
72 silly removeObsoleteDep removing configstore@5.0.1 from the tree as its been replaced by a newer version or is no longer required
73 silly removeObsoleteDep removing dot-prop@5.3.0 from the tree as its been replaced by a newer version or is no longer required
74 silly removeObsoleteDep removing is-obj@2.0.0 from the tree as its been replaced by a newer version or is no longer required
75 silly removeObsoleteDep removing graceful-fs@4.2.4 from the tree as its been replaced by a newer version or is no longer required
76 silly removeObsoleteDep removing make-dir@3.1.0 from the tree as its been replaced by a newer version or is no longer required
77 silly removeObsoleteDep removing semver@6.3.0 from the tree as its been replaced by a newer version or is no longer required
78 silly removeObsoleteDep removing unique-string@2.0.0 from the tree as its been replaced by a newer version or is no longer required
79 silly removeObsoleteDep removing crypto-random-string@2.0.0 from the tree as its been replaced by a newer version or is no longer required
80 silly removeObsoleteDep removing write-file-atomic@3.0.3 from the tree as its been replaced by a newer version or is no longer required
81 silly removeObsoleteDep removing imurmurhash@0.1.4 from the tree as its been replaced by a newer version or is no longer required
82 silly removeObsoleteDep removing is-typedarray@1.0.0 from the tree as its been replaced by a newer version or is no longer required
83 silly removeObsoleteDep removing signal-exit@3.0.3 from the tree as its been replaced by a newer version or is no longer required
84 silly removeObsoleteDep removing typedarray-to-buffer@3.1.5 from the tree as its been replaced by a newer version or is no longer required
85 silly removeObsoleteDep removing xdg-basedir@4.0.0 from the tree as its been replaced by a newer version or is no longer required
86 silly removeObsoleteDep removing has-yarn@2.1.0 from the tree as its been replaced by a newer version or is no longer required
87 silly removeObsoleteDep removing import-lazy@2.1.0 from the tree as its been replaced by a newer version or is no longer required
88 silly removeObsoleteDep removing is-ci@2.0.0 from the tree as its been replaced by a newer version or is no longer required
89 silly removeObsoleteDep removing ci-info@2.0.0 from the tree as its been replaced by a newer version or is no longer required
90 silly removeObsoleteDep removing is-installed-globally@0.3.2 from the tree as its been replaced by a newer version or is no longer required
91 silly removeObsoleteDep removing global-dirs@2.1.0 from the tree as its been replaced by a newer version or is no longer required
92 silly removeObsoleteDep removing ini@1.3.7 from the tree as its been replaced by a newer version or is no longer required
93 silly removeObsoleteDep removing is-path-inside@3.0.2 from the tree as its been replaced by a newer version or is no longer required
94 silly removeObsoleteDep removing is-npm@4.0.0 from the tree as its been replaced by a newer version or is no longer required
95 silly removeObsoleteDep removing is-yarn-global@0.3.0 from the tree as its been replaced by a newer version or is no longer required
96 silly removeObsoleteDep removing latest-version@5.1.0 from the tree as its been replaced by a newer version or is no longer required
97 silly removeObsoleteDep removing package-json@6.5.0 from the tree as its been replaced by a newer version or is no longer required
98 silly removeObsoleteDep removing got@9.6.0 from the tree as its been replaced by a newer version or is no longer required
99 silly removeObsoleteDep removing @sindresorhus/is@0.14.0 from the tree as its been replaced by a newer version or is no longer required
100 silly removeObsoleteDep removing @szmarczak/http-timer@1.1.2 from the tree as its been replaced by a newer version or is no longer required
101 silly removeObsoleteDep removing defer-to-connect@1.1.3 from the tree as its been replaced by a newer version or is no longer required
102 silly removeObsoleteDep removing cacheable-request@6.1.0 from the tree as its been replaced by a newer version or is no longer required
103 silly removeObsoleteDep removing clone-response@1.0.2 from the tree as its been replaced by a newer version or is no longer required
104 silly removeObsoleteDep removing mimic-response@1.0.1 from the tree as its been replaced by a newer version or is no longer required
105 silly removeObsoleteDep removing get-stream@5.2.0 from the tree as its been replaced by a newer version or is no longer required
106 silly removeObsoleteDep removing pump@3.0.0 from the tree as its been replaced by a newer version or is no longer required
107 silly removeObsoleteDep removing end-of-stream@1.4.4 from the tree as its been replaced by a newer version or is no longer required
108 silly removeObsoleteDep removing once@1.4.0 from the tree as its been replaced by a newer version or is no longer required
109 silly removeObsoleteDep removing wrappy@1.0.2 from the tree as its been replaced by a newer version or is no longer required
110 silly removeObsoleteDep removing http-cache-semantics@4.1.0 from the tree as its been replaced by a newer version or is no longer required
111 silly removeObsoleteDep removing keyv@3.1.0 from the tree as its been replaced by a newer version or is no longer required
112 silly removeObsoleteDep removing json-buffer@3.0.0 from the tree as its been replaced by a newer version or is no longer required
113 silly removeObsoleteDep removing lowercase-keys@2.0.0 from the tree as its been replaced by a newer version or is no longer required
114 silly removeObsoleteDep removing normalize-url@4.5.0 from the tree as its been replaced by a newer version or is no longer required
115 silly removeObsoleteDep removing responselike@1.0.2 from the tree as its been replaced by a newer version or is no longer required
116 silly removeObsoleteDep removing lowercase-keys@1.0.1 from the tree as its been replaced by a newer version or is no longer required
117 silly removeObsoleteDep removing decompress-response@3.3.0 from the tree as its been replaced by a newer version or is no longer required
118 silly removeObsoleteDep removing duplexer3@0.1.4 from the tree as its been replaced by a newer version or is no longer required
119 silly removeObsoleteDep removing get-stream@4.1.0 from the tree as its been replaced by a newer version or is no longer required
120 silly removeObsoleteDep removing p-cancelable@1.1.0 from the tree as its been replaced by a newer version or is no longer required
121 silly removeObsoleteDep removing to-readable-stream@1.0.0 from the tree as its been replaced by a newer version or is no longer required
122 silly removeObsoleteDep removing url-parse-lax@3.0.0 from the tree as its been replaced by a newer version or is no longer required
123 silly removeObsoleteDep removing prepend-http@2.0.0 from the tree as its been replaced by a newer version or is no longer required
124 silly removeObsoleteDep removing registry-auth-token@4.2.1 from the tree as its been replaced by a newer version or is no longer required
125 silly removeObsoleteDep removing rc@1.2.8 from the tree as its been replaced by a newer version or is no longer required
126 silly removeObsoleteDep removing deep-extend@0.6.0 from the tree as its been replaced by a newer version or is no longer required
127 silly removeObsoleteDep removing minimist@1.2.5 from the tree as its been replaced by a newer version or is no longer required
128 silly removeObsoleteDep removing strip-json-comments@2.0.1 from the tree as its been replaced by a newer version or is no longer required
129 silly removeObsoleteDep removing registry-url@5.1.0 from the tree as its been replaced by a newer version or is no longer required
130 silly removeObsoleteDep removing semver@6.3.0 from the tree as its been replaced by a newer version or is no longer required
131 silly removeObsoleteDep removing pupa@2.1.1 from the tree as its been replaced by a newer version or is no longer required
132 silly removeObsoleteDep removing escape-goat@2.1.1 from the tree as its been replaced by a newer version or is no longer required
133 silly removeObsoleteDep removing semver-diff@3.1.1 from the tree as its been replaced by a newer version or is no longer required
134 silly removeObsoleteDep removing semver@6.3.0 from the tree as its been replaced by a newer version or is no longer required
135 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/ignore-by-default 493ms
136 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/pstree.remy 493ms
137 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/touch 502ms
138 silly pacote range manifest for ignore-by-default@^1.0.1 fetched in 516ms
139 silly resolveWithNewModule ignore-by-default@1.0.1 checking installable status
140 silly pacote range manifest for pstree.remy@^1.1.7 fetched in 518ms
141 silly resolveWithNewModule pstree.remy@1.1.8 checking installable status
142 silly pacote range manifest for touch@^3.1.0 fetched in 519ms
143 silly resolveWithNewModule touch@3.1.0 checking installable status
144 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/undefsafe 522ms
145 silly pacote range manifest for undefsafe@^2.0.3 fetched in 531ms
146 silly resolveWithNewModule undefsafe@2.0.3 checking installable status
147 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/supports-color 724ms
148 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/minimatch 731ms
149 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/update-notifier 730ms
150 silly pacote range manifest for supports-color@^5.5.0 fetched in 741ms
151 silly resolveWithNewModule supports-color@5.5.0 checking installable status
152 silly pacote range manifest for minimatch@^3.0.4 fetched in 746ms
153 silly resolveWithNewModule minimatch@3.0.4 checking installable status
154 silly pacote range manifest for update-notifier@^4.1.0 fetched in 744ms
155 silly resolveWithNewModule update-notifier@4.1.3 checking installable status
156 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/debug 762ms
157 silly pacote range manifest for debug@^3.2.6 fetched in 767ms
158 silly resolveWithNewModule debug@3.2.7 checking installable status
159 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/semver 872ms
160 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/chokidar 885ms
161 silly pacote range manifest for semver@^5.7.1 fetched in 890ms
162 silly resolveWithNewModule semver@5.7.1 checking installable status
163 silly pacote range manifest for chokidar@^3.2.2 fetched in 900ms
164 silly resolveWithNewModule chokidar@3.4.3 checking installable status
165 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/anymatch 365ms
166 silly pacote range manifest for anymatch@~3.1.1 fetched in 392ms
167 silly resolveWithNewModule anymatch@3.1.1 checking installable status
168 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/glob-parent 401ms
169 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/is-binary-path 404ms
170 silly pacote range manifest for glob-parent@~5.1.0 fetched in 410ms
171 silly resolveWithNewModule glob-parent@5.1.1 checking installable status
172 silly pacote range manifest for is-binary-path@~2.1.0 fetched in 417ms
173 silly resolveWithNewModule is-binary-path@2.1.0 checking installable status
174 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/is-glob 430ms
175 silly pacote range manifest for is-glob@~4.0.1 fetched in 437ms
176 silly resolveWithNewModule is-glob@4.0.1 checking installable status
177 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/braces 805ms
178 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/readdirp 806ms
179 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/normalize-path 821ms
180 silly pacote range manifest for braces@~3.0.2 fetched in 901ms
181 silly resolveWithNewModule braces@3.0.2 checking installable status
182 silly pacote range manifest for readdirp@~3.5.0 fetched in 894ms
183 silly resolveWithNewModule readdirp@3.5.0 checking installable status
184 silly pacote range manifest for normalize-path@~3.0.0 fetched in 907ms
185 silly resolveWithNewModule normalize-path@3.0.0 checking installable status
186 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/fsevents 939ms
187 silly pacote range manifest for fsevents@~2.1.2 fetched in 959ms
188 warn deprecated fsevents@2.1.3: Please update to v 2.2.x
189 silly resolveWithNewModule fsevents@2.1.3 checking installable status
190 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/picomatch 658ms
191 silly pacote range manifest for picomatch@^2.0.4 fetched in 664ms
192 silly resolveWithNewModule picomatch@2.2.2 checking installable status
193 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/fill-range 461ms
194 silly pacote range manifest for fill-range@^7.0.1 fetched in 472ms
195 silly resolveWithNewModule fill-range@7.0.1 checking installable status
196 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/to-regex-range 371ms
197 silly pacote range manifest for to-regex-range@^5.0.1 fetched in 376ms
198 silly resolveWithNewModule to-regex-range@5.0.1 checking installable status
199 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/is-number 479ms
200 silly pacote range manifest for is-number@^7.0.0 fetched in 484ms
201 silly resolveWithNewModule is-number@7.0.0 checking installable status
202 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/is-extglob 505ms
203 silly pacote range manifest for is-extglob@^2.1.1 fetched in 511ms
204 silly resolveWithNewModule is-extglob@2.1.1 checking installable status
205 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/binary-extensions 391ms
206 silly pacote range manifest for binary-extensions@^2.0.0 fetched in 402ms
207 silly resolveWithNewModule binary-extensions@2.1.0 checking installable status
208 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/ms 391ms
209 silly pacote range manifest for ms@^2.1.1 fetched in 403ms
210 silly resolveWithNewModule ms@2.1.3 checking installable status
211 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/brace-expansion 362ms
212 silly pacote range manifest for brace-expansion@^1.1.7 fetched in 380ms
213 silly resolveWithNewModule brace-expansion@1.1.11 checking installable status
214 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/balanced-match 361ms
215 silly pacote range manifest for balanced-match@^1.0.0 fetched in 370ms
216 silly resolveWithNewModule balanced-match@1.0.0 checking installable status
217 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/concat-map 389ms
218 silly pacote version manifest for concat-map@0.0.1 fetched in 398ms
219 silly resolveWithNewModule concat-map@0.0.1 checking installable status
220 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/has-flag 391ms
221 silly pacote range manifest for has-flag@^3.0.0 fetched in 403ms
222 silly resolveWithNewModule has-flag@3.0.0 checking installable status
223 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/nopt 420ms
224 silly pacote range manifest for nopt@~1.0.10 fetched in 430ms
225 silly resolveWithNewModule nopt@1.0.10 checking installable status
226 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/abbrev 368ms
227 silly pacote range manifest for abbrev@1 fetched in 375ms
228 silly resolveWithNewModule abbrev@1.1.1 checking installable status
229 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/boxen 615ms
230 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/has-yarn 618ms
231 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/is-yarn-global 622ms
232 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/is-ci 630ms
233 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/import-lazy 635ms
234 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/is-npm 631ms
235 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/configstore 639ms
236 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/latest-version 631ms
237 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/is-installed-globally 638ms
238 silly pacote range manifest for boxen@^4.2.0 fetched in 661ms
239 silly resolveWithNewModule boxen@4.2.0 checking installable status
240 silly pacote range manifest for has-yarn@^2.1.0 fetched in 659ms
241 silly resolveWithNewModule has-yarn@2.1.0 checking installable status
242 silly pacote range manifest for is-yarn-global@^0.3.0 fetched in 667ms
243 silly resolveWithNewModule is-yarn-global@0.3.0 checking installable status
244 silly pacote range manifest for is-ci@^2.0.0 fetched in 682ms
245 silly resolveWithNewModule is-ci@2.0.0 checking installable status
246 silly pacote range manifest for import-lazy@^2.1.0 fetched in 686ms
247 silly resolveWithNewModule import-lazy@2.1.0 checking installable status
248 silly pacote range manifest for latest-version@^5.0.0 fetched in 683ms
249 silly resolveWithNewModule latest-version@5.1.0 checking installable status
250 silly pacote range manifest for configstore@^5.0.1 fetched in 695ms
251 silly resolveWithNewModule configstore@5.0.1 checking installable status
252 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/chalk 703ms
253 silly pacote range manifest for is-npm@^4.0.0 fetched in 693ms
254 silly resolveWithNewModule is-npm@4.0.0 checking installable status
255 silly pacote range manifest for is-installed-globally@^0.3.1 fetched in 695ms
256 silly resolveWithNewModule is-installed-globally@0.3.2 checking installable status
257 silly pacote range manifest for chalk@^3.0.0 fetched in 732ms
258 silly resolveWithNewModule chalk@3.0.0 checking installable status
259 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/pupa 505ms
260 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/semver-diff 501ms
261 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/xdg-basedir 488ms
262 silly pacote range manifest for pupa@^2.0.1 fetched in 568ms
263 silly resolveWithNewModule pupa@2.1.1 checking installable status
264 silly pacote range manifest for semver-diff@^3.1.1 fetched in 567ms
265 silly resolveWithNewModule semver-diff@3.1.1 checking installable status
266 silly pacote range manifest for xdg-basedir@^4.0.0 fetched in 551ms
267 silly resolveWithNewModule xdg-basedir@4.0.0 checking installable status
268 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/cli-boxes 594ms
269 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/ansi-align 602ms
270 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/term-size 597ms
271 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/string-width 604ms
272 silly pacote range manifest for ansi-align@^3.0.0 fetched in 611ms
273 silly resolveWithNewModule ansi-align@3.0.0 checking installable status
274 silly pacote range manifest for cli-boxes@^2.2.0 fetched in 610ms
275 silly resolveWithNewModule cli-boxes@2.2.1 checking installable status
276 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/widest-line 608ms
277 silly pacote range manifest for string-width@^4.1.0 fetched in 639ms
278 silly resolveWithNewModule string-width@4.2.0 checking installable status
279 silly pacote range manifest for term-size@^2.1.0 fetched in 636ms
280 silly resolveWithNewModule term-size@2.2.1 checking installable status
281 silly pacote range manifest for widest-line@^3.1.0 fetched in 636ms
282 silly resolveWithNewModule widest-line@3.1.0 checking installable status
283 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/camelcase 651ms
284 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/type-fest 645ms
285 silly pacote range manifest for camelcase@^5.3.1 fetched in 662ms
286 silly resolveWithNewModule camelcase@5.3.1 checking installable status
287 silly pacote range manifest for type-fest@^0.8.1 fetched in 657ms
288 silly resolveWithNewModule type-fest@0.8.1 checking installable status
289 silly pacote range manifest for string-width@^3.0.0 fetched in 12ms
290 silly resolveWithNewModule string-width@3.1.0 checking installable status
291 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/strip-ansi 369ms
292 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/emoji-regex 374ms
293 silly pacote range manifest for strip-ansi@^5.1.0 fetched in 382ms
294 silly resolveWithNewModule strip-ansi@5.2.0 checking installable status
295 silly pacote range manifest for emoji-regex@^7.0.1 fetched in 386ms
296 silly resolveWithNewModule emoji-regex@7.0.3 checking installable status
297 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/is-fullwidth-code-point 388ms
298 silly pacote range manifest for is-fullwidth-code-point@^2.0.0 fetched in 392ms
299 silly resolveWithNewModule is-fullwidth-code-point@2.0.0 checking installable status
300 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/ansi-regex 376ms
301 silly pacote range manifest for ansi-regex@^4.1.0 fetched in 382ms
302 silly resolveWithNewModule ansi-regex@4.1.0 checking installable status
303 silly pacote range manifest for supports-color@^7.1.0 fetched in 6ms
304 silly resolveWithNewModule supports-color@7.2.0 checking installable status
305 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/ansi-styles 522ms
306 silly pacote range manifest for ansi-styles@^4.1.0 fetched in 535ms
307 silly resolveWithNewModule ansi-styles@4.3.0 checking installable status
308 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/color-convert 580ms
309 silly pacote range manifest for color-convert@^2.0.1 fetched in 587ms
310 silly resolveWithNewModule color-convert@2.0.1 checking installable status
311 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/color-name 424ms
312 silly pacote range manifest for color-name@~1.1.4 fetched in 431ms
313 silly resolveWithNewModule color-name@1.1.4 checking installable status
314 silly pacote range manifest for has-flag@^4.0.0 fetched in 3ms
315 silly resolveWithNewModule has-flag@4.0.0 checking installable status
316 silly pacote range manifest for is-fullwidth-code-point@^3.0.0 fetched in 10ms
317 silly resolveWithNewModule is-fullwidth-code-point@3.0.0 checking installable status
318 silly pacote range manifest for emoji-regex@^8.0.0 fetched in 11ms
319 silly resolveWithNewModule emoji-regex@8.0.0 checking installable status
320 silly pacote range manifest for strip-ansi@^6.0.0 fetched in 11ms
321 silly resolveWithNewModule strip-ansi@6.0.0 checking installable status
322 silly pacote range manifest for ansi-regex@^5.0.0 fetched in 19ms
323 silly resolveWithNewModule ansi-regex@5.0.0 checking installable status
324 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/write-file-atomic 469ms
325 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/unique-string 478ms
326 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/make-dir 479ms
327 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/dot-prop 486ms
328 silly pacote range manifest for write-file-atomic@^3.0.0 fetched in 483ms
329 silly resolveWithNewModule write-file-atomic@3.0.3 checking installable status
330 silly pacote range manifest for unique-string@^2.0.0 fetched in 486ms
331 silly resolveWithNewModule unique-string@2.0.0 checking installable status
332 silly pacote range manifest for make-dir@^3.0.0 fetched in 488ms
333 silly resolveWithNewModule make-dir@3.1.0 checking installable status
334 silly pacote range manifest for dot-prop@^5.2.0 fetched in 495ms
335 silly resolveWithNewModule dot-prop@5.3.0 checking installable status
336 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/graceful-fs 939ms
337 silly pacote range manifest for graceful-fs@^4.1.2 fetched in 953ms
338 silly resolveWithNewModule graceful-fs@4.2.4 checking installable status
339 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/is-obj 480ms
340 silly pacote range manifest for is-obj@^2.0.0 fetched in 488ms
341 silly resolveWithNewModule is-obj@2.0.0 checking installable status
342 silly pacote range manifest for semver@^6.0.0 fetched in 10ms
343 silly resolveWithNewModule semver@6.3.0 checking installable status
344 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/crypto-random-string 365ms
345 silly pacote range manifest for crypto-random-string@^2.0.0 fetched in 370ms
346 silly resolveWithNewModule crypto-random-string@2.0.0 checking installable status
347 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/signal-exit 445ms
348 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/imurmurhash 454ms
349 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/typedarray-to-buffer 454ms
350 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/is-typedarray 463ms
351 silly pacote range manifest for signal-exit@^3.0.2 fetched in 471ms
352 silly resolveWithNewModule signal-exit@3.0.3 checking installable status
353 silly pacote range manifest for imurmurhash@^0.1.4 fetched in 478ms
354 silly resolveWithNewModule imurmurhash@0.1.4 checking installable status
355 silly pacote range manifest for typedarray-to-buffer@^3.1.5 fetched in 480ms
356 silly resolveWithNewModule typedarray-to-buffer@3.1.5 checking installable status
357 silly pacote range manifest for is-typedarray@^1.0.0 fetched in 488ms
358 silly resolveWithNewModule is-typedarray@1.0.0 checking installable status
359 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/ci-info 925ms
360 silly pacote range manifest for ci-info@^2.0.0 fetched in 936ms
361 silly resolveWithNewModule ci-info@2.0.0 checking installable status
362 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/global-dirs 480ms
363 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/is-path-inside 501ms
364 silly pacote range manifest for global-dirs@^2.0.1 fetched in 508ms
365 silly resolveWithNewModule global-dirs@2.1.0 checking installable status
366 silly pacote range manifest for is-path-inside@^3.0.1 fetched in 518ms
367 silly resolveWithNewModule is-path-inside@3.0.2 checking installable status
368 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/ini 484ms
369 silly pacote version manifest for ini@1.3.7 fetched in 493ms
370 silly resolveWithNewModule ini@1.3.7 checking installable status
371 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/package-json 392ms
372 silly pacote range manifest for package-json@^6.3.0 fetched in 402ms
373 silly resolveWithNewModule package-json@6.5.0 checking installable status
374 silly pacote range manifest for semver@^6.2.0 fetched in 9ms
375 silly resolveWithNewModule semver@6.3.0 checking installable status
376 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/registry-auth-token 402ms
377 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/registry-url 402ms
378 silly pacote range manifest for registry-auth-token@^4.0.0 fetched in 407ms
379 silly resolveWithNewModule registry-auth-token@4.2.1 checking installable status
380 silly pacote range manifest for registry-url@^5.0.0 fetched in 407ms
381 silly resolveWithNewModule registry-url@5.1.0 checking installable status
382 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/got 750ms
383 silly pacote range manifest for got@^9.6.0 fetched in 764ms
384 silly resolveWithNewModule got@9.6.0 checking installable status
385 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/cacheable-request 459ms
386 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/decompress-response 462ms
387 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/get-stream 465ms
388 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/duplexer3 467ms
389 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/mimic-response 465ms
390 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/to-readable-stream 471ms
391 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/@szmarczak%2fhttp-timer 483ms
392 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/lowercase-keys 485ms
393 silly pacote range manifest for duplexer3@^0.1.4 fetched in 489ms
394 silly resolveWithNewModule duplexer3@0.1.4 checking installable status
395 silly pacote range manifest for cacheable-request@^6.0.0 fetched in 492ms
396 silly resolveWithNewModule cacheable-request@6.1.0 checking installable status
397 silly pacote range manifest for get-stream@^4.1.0 fetched in 492ms
398 silly resolveWithNewModule get-stream@4.1.0 checking installable status
399 silly pacote range manifest for decompress-response@^3.3.0 fetched in 495ms
400 silly resolveWithNewModule decompress-response@3.3.0 checking installable status
401 silly pacote range manifest for mimic-response@^1.0.1 fetched in 497ms
402 silly resolveWithNewModule mimic-response@1.0.1 checking installable status
403 silly pacote range manifest for to-readable-stream@^1.0.0 fetched in 498ms
404 silly resolveWithNewModule to-readable-stream@1.0.0 checking installable status
405 silly pacote range manifest for @szmarczak/http-timer@^1.1.2 fetched in 505ms
406 silly resolveWithNewModule @szmarczak/http-timer@1.1.2 checking installable status
407 silly pacote range manifest for lowercase-keys@^1.0.1 fetched in 502ms
408 silly resolveWithNewModule lowercase-keys@1.0.1 checking installable status
409 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/@sindresorhus%2fis 585ms
410 silly pacote range manifest for @sindresorhus/is@^0.14.0 fetched in 606ms
411 silly resolveWithNewModule @sindresorhus/is@0.14.0 checking installable status
412 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/url-parse-lax 369ms
413 silly pacote range manifest for url-parse-lax@^3.0.0 fetched in 382ms
414 silly resolveWithNewModule url-parse-lax@3.0.0 checking installable status
415 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/p-cancelable 1057ms
416 silly pacote range manifest for p-cancelable@^1.0.0 fetched in 1065ms
417 silly resolveWithNewModule p-cancelable@1.1.0 checking installable status
418 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/defer-to-connect 333ms
419 silly pacote range manifest for defer-to-connect@^1.0.1 fetched in 344ms
420 silly resolveWithNewModule defer-to-connect@1.1.3 checking installable status
421 silly pacote range manifest for get-stream@^5.1.0 fetched in 35ms
422 silly resolveWithNewModule get-stream@5.2.0 checking installable status
423 silly pacote range manifest for lowercase-keys@^2.0.0 fetched in 45ms
424 silly resolveWithNewModule lowercase-keys@2.0.0 checking installable status
425 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/clone-response 404ms
426 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/http-cache-semantics 408ms
427 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/responselike 411ms
428 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/normalize-url 417ms
429 silly pacote range manifest for clone-response@^1.0.2 fetched in 428ms
430 silly resolveWithNewModule clone-response@1.0.2 checking installable status
431 silly pacote range manifest for http-cache-semantics@^4.0.0 fetched in 429ms
432 silly resolveWithNewModule http-cache-semantics@4.1.0 checking installable status
433 silly pacote range manifest for responselike@^1.0.2 fetched in 437ms
434 silly resolveWithNewModule responselike@1.0.2 checking installable status
435 silly pacote range manifest for normalize-url@^4.1.0 fetched in 446ms
436 silly resolveWithNewModule normalize-url@4.5.0 checking installable status
437 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/keyv 449ms
438 silly pacote range manifest for keyv@^3.0.0 fetched in 458ms
439 silly resolveWithNewModule keyv@3.1.0 checking installable status
440 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/pump 504ms
441 silly pacote range manifest for pump@^3.0.0 fetched in 517ms
442 silly resolveWithNewModule pump@3.0.0 checking installable status
443 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/once 323ms
444 silly pacote range manifest for once@^1.3.1 fetched in 339ms
445 silly resolveWithNewModule once@1.4.0 checking installable status
446 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/end-of-stream 351ms
447 silly pacote range manifest for end-of-stream@^1.1.0 fetched in 355ms
448 silly resolveWithNewModule end-of-stream@1.4.4 checking installable status
449 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/wrappy 437ms
450 silly pacote range manifest for wrappy@1 fetched in 447ms
451 silly resolveWithNewModule wrappy@1.0.2 checking installable status
452 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/json-buffer 413ms
453 silly pacote version manifest for json-buffer@3.0.0 fetched in 418ms
454 silly resolveWithNewModule json-buffer@3.0.0 checking installable status
455 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/prepend-http 362ms
456 silly pacote range manifest for prepend-http@^2.0.0 fetched in 372ms
457 silly resolveWithNewModule prepend-http@2.0.0 checking installable status
458 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/rc 329ms
459 silly pacote range manifest for rc@^1.2.8 fetched in 334ms
460 silly resolveWithNewModule rc@1.2.8 checking installable status
461 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/strip-json-comments 376ms
462 silly pacote range manifest for strip-json-comments@~2.0.1 fetched in 401ms
463 silly resolveWithNewModule strip-json-comments@2.0.1 checking installable status
464 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/deep-extend 404ms
465 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/minimist 407ms
466 silly pacote range manifest for deep-extend@^0.6.0 fetched in 414ms
467 silly resolveWithNewModule deep-extend@0.6.0 checking installable status
468 silly pacote range manifest for minimist@^1.2.0 fetched in 416ms
469 silly resolveWithNewModule minimist@1.2.5 checking installable status
470 http fetch GET 200 https://npm.pkg.github.com/SuperHarmony910/escape-goat 338ms
471 silly pacote range manifest for escape-goat@^2.0.0 fetched in 364ms
472 silly resolveWithNewModule escape-goat@2.1.1 checking installable status
473 silly pacote range manifest for semver@^6.3.0 fetched in 3ms
474 silly resolveWithNewModule semver@6.3.0 checking installable status
475 timing stage:loadIdealTree:loadAllDepsIntoIdealTree Completed in 23171ms
476 timing stage:loadIdealTree Completed in 23735ms
477 silly currentTree messaging-app@1.0.0
477 silly currentTree +-- @sindresorhus/is@0.14.0
477 silly currentTree +-- @szmarczak/http-timer@1.1.2
477 silly currentTree +-- @types/component-emitter@1.2.10
477 silly currentTree +-- @types/cookie@0.4.0
477 silly currentTree +-- @types/cors@2.8.9
477 silly currentTree +-- @types/node@14.14.14
477 silly currentTree +-- abbrev@1.1.1
477 silly currentTree +-- accepts@1.3.7
477 silly currentTree +-- ansi-align@3.0.0
477 silly currentTree | `-- string-width@3.1.0
477 silly currentTree +-- ansi-regex@4.1.0
477 silly currentTree +-- ansi-styles@4.3.0
477 silly currentTree +-- anymatch@3.1.1
477 silly currentTree +-- array-flatten@1.1.1
477 silly currentTree +-- balanced-match@1.0.0
477 silly currentTree +-- base64-arraybuffer@0.1.4
477 silly currentTree +-- base64id@2.0.0
477 silly currentTree +-- binary-extensions@2.1.0
477 silly currentTree +-- body-parser@1.19.0
477 silly currentTree +-- boxen@4.2.0
477 silly currentTree +-- brace-expansion@1.1.11
477 silly currentTree +-- braces@3.0.2
477 silly currentTree +-- bytes@3.1.0
477 silly currentTree +-- cacheable-request@6.1.0
477 silly currentTree | +-- get-stream@5.2.0
477 silly currentTree | `-- lowercase-keys@2.0.0
477 silly currentTree +-- camelcase@5.3.1
477 silly currentTree +-- chalk@3.0.0
477 silly currentTree | +-- has-flag@4.0.0
477 silly currentTree | `-- supports-color@7.2.0
477 silly currentTree +-- chokidar@3.4.3
477 silly currentTree +-- ci-info@2.0.0
477 silly currentTree +-- cli-boxes@2.2.1
477 silly currentTree +-- clone-response@1.0.2
477 silly currentTree +-- color-convert@2.0.1
477 silly currentTree +-- color-name@1.1.4
477 silly currentTree +-- component-emitter@1.3.0
477 silly currentTree +-- concat-map@0.0.1
477 silly currentTree +-- configstore@5.0.1
477 silly currentTree +-- content-disposition@0.5.3
477 silly currentTree +-- content-type@1.0.4
477 silly currentTree +-- cookie-signature@1.0.6
477 silly currentTree +-- cookie@0.4.0
477 silly currentTree +-- cors@2.8.5
477 silly currentTree +-- crypto-random-string@2.0.0
477 silly currentTree +-- debug@2.6.9
477 silly currentTree +-- decompress-response@3.3.0
477 silly currentTree +-- deep-extend@0.6.0
477 silly currentTree +-- defer-to-connect@1.1.3
477 silly currentTree +-- depd@1.1.2
477 silly currentTree +-- destroy@1.0.4
477 silly currentTree +-- dot-prop@5.3.0
477 silly currentTree +-- dotenv@8.2.0
477 silly currentTree +-- duplexer3@0.1.4
477 silly currentTree +-- ee-first@1.1.1
477 silly currentTree +-- emoji-regex@7.0.3
477 silly currentTree +-- encodeurl@1.0.2
477 silly currentTree +-- end-of-stream@1.4.4
477 silly currentTree +-- engine.io-parser@4.0.2
477 silly currentTree +-- engine.io@4.0.5
477 silly currentTree | +-- cookie@0.4.1
477 silly currentTree | +-- debug@4.1.1
477 silly currentTree | `-- ms@2.1.3
477 silly currentTree +-- escape-goat@2.1.1
477 silly currentTree +-- escape-html@1.0.3
477 silly currentTree +-- etag@1.8.1
477 silly currentTree +-- express@4.17.1
477 silly currentTree +-- fill-range@7.0.1
477 silly currentTree +-- finalhandler@1.1.2
477 silly currentTree +-- forwarded@0.1.2
477 silly currentTree +-- fresh@0.5.2
477 silly currentTree +-- fsevents@2.1.3
477 silly currentTree +-- get-stream@4.1.0
477 silly currentTree +-- glob-parent@5.1.1
477 silly currentTree +-- global-dirs@2.1.0
477 silly currentTree +-- got@9.6.0
477 silly currentTree +-- graceful-fs@4.2.4
477 silly currentTree +-- has-flag@3.0.0
477 silly currentTree +-- has-yarn@2.1.0
477 silly currentTree +-- http-cache-semantics@4.1.0
477 silly currentTree +-- http-errors@1.7.2
477 silly currentTree +-- iconv-lite@0.4.24
477 silly currentTree +-- ignore-by-default@1.0.1
477 silly currentTree +-- import-lazy@2.1.0
477 silly currentTree +-- imurmurhash@0.1.4
477 silly currentTree +-- inherits@2.0.3
477 silly currentTree +-- ini@1.3.7
477 silly currentTree +-- ipaddr.js@1.9.1
477 silly currentTree +-- is-binary-path@2.1.0
477 silly currentTree +-- is-ci@2.0.0
477 silly currentTree +-- is-extglob@2.1.1
477 silly currentTree +-- is-fullwidth-code-point@2.0.0
477 silly currentTree +-- is-glob@4.0.1
477 silly currentTree +-- is-installed-globally@0.3.2
477 silly currentTree +-- is-npm@4.0.0
477 silly currentTree +-- is-number@7.0.0
477 silly currentTree +-- is-obj@2.0.0
477 silly currentTree +-- is-path-inside@3.0.2
477 silly currentTree +-- is-typedarray@1.0.0
477 silly currentTree +-- is-yarn-global@0.3.0
477 silly currentTree +-- json-buffer@3.0.0
477 silly currentTree +-- keyv@3.1.0
477 silly currentTree +-- latest-version@5.1.0
477 silly currentTree +-- lowercase-keys@1.0.1
477 silly currentTree +-- make-dir@3.1.0
477 silly currentTree | `-- semver@6.3.0
477 silly currentTree +-- media-typer@0.3.0
477 silly currentTree +-- merge-descriptors@1.0.1
477 silly currentTree +-- methods@1.1.2
477 silly currentTree +-- mime-db@1.44.0
477 silly currentTree +-- mime-types@2.1.27
477 silly currentTree +-- mime@1.6.0
477 silly currentTree +-- mimic-response@1.0.1
477 silly currentTree +-- minimatch@3.0.4
477 silly currentTree +-- minimist@1.2.5
477 silly currentTree +-- moment@2.29.1
477 silly currentTree +-- ms@2.0.0
477 silly currentTree +-- negotiator@0.6.2
477 silly currentTree +-- nodemon@0.0.0-development
477 silly currentTree +-- nopt@1.0.10
477 silly currentTree +-- normalize-path@3.0.0
477 silly currentTree +-- normalize-url@4.5.0
477 silly currentTree +-- object-assign@4.1.1
477 silly currentTree +-- on-finished@2.3.0
477 silly currentTree +-- once@1.4.0
477 silly currentTree +-- p-cancelable@1.1.0
477 silly currentTree +-- package-json@6.5.0
477 silly currentTree | `-- semver@6.3.0
477 silly currentTree +-- parseurl@1.3.3
477 silly currentTree +-- path-to-regexp@0.1.7
477 silly currentTree +-- picomatch@2.2.2
477 silly currentTree +-- prepend-http@2.0.0
477 silly currentTree +-- proxy-addr@2.0.6
477 silly currentTree +-- pstree.remy@1.1.8
477 silly currentTree +-- pump@3.0.0
477 silly currentTree +-- pupa@2.1.1
477 silly currentTree +-- qs@6.7.0
477 silly currentTree +-- range-parser@1.2.1
477 silly currentTree +-- raw-body@2.4.0
477 silly currentTree +-- rc@1.2.8
477 silly currentTree +-- readdirp@3.5.0
477 silly currentTree +-- registry-auth-token@4.2.1
477 silly currentTree +-- registry-url@5.1.0
477 silly currentTree +-- responselike@1.0.2
477 silly currentTree +-- safe-buffer@5.1.2
477 silly currentTree +-- safer-buffer@2.1.2
477 silly currentTree +-- semver-diff@3.1.1
477 silly currentTree | `-- semver@6.3.0
477 silly currentTree +-- semver@5.7.1
477 silly currentTree +-- send@0.17.1
477 silly currentTree | `-- ms@2.1.1
477 silly currentTree +-- serve-static@1.14.1
477 silly currentTree +-- setprototypeof@1.1.1
477 silly currentTree +-- signal-exit@3.0.3
477 silly currentTree +-- socket.io-adapter@2.0.3
477 silly currentTree +-- socket.io-parser@4.0.2
477 silly currentTree | +-- debug@4.1.1
477 silly currentTree | `-- ms@2.1.3
477 silly currentTree +-- socket.io@3.0.4
477 silly currentTree | +-- debug@4.1.1
477 silly currentTree | `-- ms@2.1.3
477 silly currentTree +-- statuses@1.5.0
477 silly currentTree +-- string-width@4.2.0
477 silly currentTree | +-- ansi-regex@5.0.0
477 silly currentTree | +-- emoji-regex@8.0.0
477 silly currentTree | +-- is-fullwidth-code-point@3.0.0
477 silly currentTree | `-- strip-ansi@6.0.0
477 silly currentTree +-- strip-ansi@5.2.0
477 silly currentTree +-- strip-json-comments@2.0.1
477 silly currentTree +-- supports-color@5.5.0
477 silly currentTree +-- term-size@2.2.1
477 silly currentTree +-- to-readable-stream@1.0.0
477 silly currentTree +-- to-regex-range@5.0.1
477 silly currentTree +-- toidentifier@1.0.0
477 silly currentTree +-- touch@3.1.0
477 silly currentTree +-- type-fest@0.8.1
477 silly currentTree +-- type-is@1.6.18
477 silly currentTree +-- typedarray-to-buffer@3.1.5
477 silly currentTree +-- undefsafe@2.0.3
477 silly currentTree +-- unique-string@2.0.0
477 silly currentTree +-- unpipe@1.0.0
477 silly currentTree +-- update-notifier@4.1.3
477 silly currentTree +-- url-parse-lax@3.0.0
477 silly currentTree +-- utils-merge@1.0.1
477 silly currentTree +-- vary@1.1.2
477 silly currentTree +-- widest-line@3.1.0
477 silly currentTree +-- wrappy@1.0.2
477 silly currentTree +-- write-file-atomic@3.0.3
477 silly currentTree +-- ws@7.4.1
477 silly currentTree `-- xdg-basedir@4.0.0
478 silly idealTree messaging-app@1.0.0
478 silly idealTree +-- @sindresorhus/is@0.14.0
478 silly idealTree +-- @szmarczak/http-timer@1.1.2
478 silly idealTree +-- @types/component-emitter@1.2.10
478 silly idealTree +-- @types/cookie@0.4.0
478 silly idealTree +-- @types/cors@2.8.9
478 silly idealTree +-- @types/node@14.14.14
478 silly idealTree +-- abbrev@1.1.1
478 silly idealTree +-- accepts@1.3.7
478 silly idealTree +-- ansi-align@3.0.0
478 silly idealTree | `-- string-width@3.1.0
478 silly idealTree +-- ansi-regex@4.1.0
478 silly idealTree +-- ansi-styles@4.3.0
478 silly idealTree +-- anymatch@3.1.1
478 silly idealTree +-- array-flatten@1.1.1
478 silly idealTree +-- balanced-match@1.0.0
478 silly idealTree +-- base64-arraybuffer@0.1.4
478 silly idealTree +-- base64id@2.0.0
478 silly idealTree +-- binary-extensions@2.1.0
478 silly idealTree +-- body-parser@1.19.0
478 silly idealTree +-- boxen@4.2.0
478 silly idealTree +-- brace-expansion@1.1.11
478 silly idealTree +-- braces@3.0.2
478 silly idealTree +-- bytes@3.1.0
478 silly idealTree +-- cacheable-request@6.1.0
478 silly idealTree | +-- get-stream@5.2.0
478 silly idealTree | `-- lowercase-keys@2.0.0
478 silly idealTree +-- camelcase@5.3.1
478 silly idealTree +-- chalk@3.0.0
478 silly idealTree | +-- has-flag@4.0.0
478 silly idealTree | `-- supports-color@7.2.0
478 silly idealTree +-- chokidar@3.4.3
478 silly idealTree +-- ci-info@2.0.0
478 silly idealTree +-- cli-boxes@2.2.1
478 silly idealTree +-- clone-response@1.0.2
478 silly idealTree +-- color-convert@2.0.1
478 silly idealTree +-- color-name@1.1.4
478 silly idealTree +-- component-emitter@1.3.0
478 silly idealTree +-- concat-map@0.0.1
478 silly idealTree +-- configstore@5.0.1
478 silly idealTree +-- content-disposition@0.5.3
478 silly idealTree +-- content-type@1.0.4
478 silly idealTree +-- cookie-signature@1.0.6
478 silly idealTree +-- cookie@0.4.0
478 silly idealTree +-- cors@2.8.5
478 silly idealTree +-- crypto-random-string@2.0.0
478 silly idealTree +-- debug@2.6.9
478 silly idealTree +-- decompress-response@3.3.0
478 silly idealTree +-- deep-extend@0.6.0
478 silly idealTree +-- defer-to-connect@1.1.3
478 silly idealTree +-- depd@1.1.2
478 silly idealTree +-- destroy@1.0.4
478 silly idealTree +-- dot-prop@5.3.0
478 silly idealTree +-- dotenv@8.2.0
478 silly idealTree +-- duplexer3@0.1.4
478 silly idealTree +-- ee-first@1.1.1
478 silly idealTree +-- emoji-regex@7.0.3
478 silly idealTree +-- encodeurl@1.0.2
478 silly idealTree +-- end-of-stream@1.4.4
478 silly idealTree +-- engine.io-parser@4.0.2
478 silly idealTree +-- engine.io@4.0.5
478 silly idealTree | +-- cookie@0.4.1
478 silly idealTree | +-- debug@4.1.1
478 silly idealTree | `-- ms@2.1.3
478 silly idealTree +-- escape-goat@2.1.1
478 silly idealTree +-- escape-html@1.0.3
478 silly idealTree +-- etag@1.8.1
478 silly idealTree +-- express@4.17.1
478 silly idealTree +-- fill-range@7.0.1
478 silly idealTree +-- finalhandler@1.1.2
478 silly idealTree +-- forwarded@0.1.2
478 silly idealTree +-- fresh@0.5.2
478 silly idealTree +-- fsevents@2.1.3
478 silly idealTree +-- get-stream@4.1.0
478 silly idealTree +-- glob-parent@5.1.1
478 silly idealTree +-- global-dirs@2.1.0
478 silly idealTree +-- got@9.6.0
478 silly idealTree +-- graceful-fs@4.2.4
478 silly idealTree +-- has-flag@3.0.0
478 silly idealTree +-- has-yarn@2.1.0
478 silly idealTree +-- http-cache-semantics@4.1.0
478 silly idealTree +-- http-errors@1.7.2
478 silly idealTree +-- iconv-lite@0.4.24
478 silly idealTree +-- ignore-by-default@1.0.1
478 silly idealTree +-- import-lazy@2.1.0
478 silly idealTree +-- imurmurhash@0.1.4
478 silly idealTree +-- inherits@2.0.3
478 silly idealTree +-- ini@1.3.7
478 silly idealTree +-- ipaddr.js@1.9.1
478 silly idealTree +-- is-binary-path@2.1.0
478 silly idealTree +-- is-ci@2.0.0
478 silly idealTree +-- is-extglob@2.1.1
478 silly idealTree +-- is-fullwidth-code-point@2.0.0
478 silly idealTree +-- is-glob@4.0.1
478 silly idealTree +-- is-installed-globally@0.3.2
478 silly idealTree +-- is-npm@4.0.0
478 silly idealTree +-- is-number@7.0.0
478 silly idealTree +-- is-obj@2.0.0
478 silly idealTree +-- is-path-inside@3.0.2
478 silly idealTree +-- is-typedarray@1.0.0
478 silly idealTree +-- is-yarn-global@0.3.0
478 silly idealTree +-- json-buffer@3.0.0
478 silly idealTree +-- keyv@3.1.0
478 silly idealTree +-- latest-version@5.1.0
478 silly idealTree +-- lowercase-keys@1.0.1
478 silly idealTree +-- make-dir@3.1.0
478 silly idealTree | `-- semver@6.3.0
478 silly idealTree +-- media-typer@0.3.0
478 silly idealTree +-- merge-descriptors@1.0.1
478 silly idealTree +-- methods@1.1.2
478 silly idealTree +-- mime-db@1.44.0
478 silly idealTree +-- mime-types@2.1.27
478 silly idealTree +-- mime@1.6.0
478 silly idealTree +-- mimic-response@1.0.1
478 silly idealTree +-- minimatch@3.0.4
478 silly idealTree +-- minimist@1.2.5
478 silly idealTree +-- moment@2.29.1
478 silly idealTree +-- ms@2.0.0
478 silly idealTree +-- negotiator@0.6.2
478 silly idealTree +-- nodemon@2.0.6
478 silly idealTree | +-- debug@3.2.7
478 silly idealTree | `-- ms@2.1.3
478 silly idealTree +-- nopt@1.0.10
478 silly idealTree +-- normalize-path@3.0.0
478 silly idealTree +-- normalize-url@4.5.0
478 silly idealTree +-- object-assign@4.1.1
478 silly idealTree +-- on-finished@2.3.0
478 silly idealTree +-- once@1.4.0
478 silly idealTree +-- p-cancelable@1.1.0
478 silly idealTree +-- package-json@6.5.0
478 silly idealTree | `-- semver@6.3.0
478 silly idealTree +-- parseurl@1.3.3
478 silly idealTree +-- path-to-regexp@0.1.7
478 silly idealTree +-- picomatch@2.2.2
478 silly idealTree +-- prepend-http@2.0.0
478 silly idealTree +-- proxy-addr@2.0.6
478 silly idealTree +-- pstree.remy@1.1.8
478 silly idealTree +-- pump@3.0.0
478 silly idealTree +-- pupa@2.1.1
478 silly idealTree +-- qs@6.7.0
478 silly idealTree +-- range-parser@1.2.1
478 silly idealTree +-- raw-body@2.4.0
478 silly idealTree +-- rc@1.2.8
478 silly idealTree +-- readdirp@3.5.0
478 silly idealTree +-- registry-auth-token@4.2.1
478 silly idealTree +-- registry-url@5.1.0
478 silly idealTree +-- responselike@1.0.2
478 silly idealTree +-- safe-buffer@5.1.2
478 silly idealTree +-- safer-buffer@2.1.2
478 silly idealTree +-- semver-diff@3.1.1
478 silly idealTree | `-- semver@6.3.0
478 silly idealTree +-- semver@5.7.1
478 silly idealTree +-- send@0.17.1
478 silly idealTree | `-- ms@2.1.1
478 silly idealTree +-- serve-static@1.14.1
478 silly idealTree +-- setprototypeof@1.1.1
478 silly idealTree +-- signal-exit@3.0.3
478 silly idealTree +-- socket.io-adapter@2.0.3
478 silly idealTree +-- socket.io-parser@4.0.2
478 silly idealTree | +-- debug@4.1.1
478 silly idealTree | `-- ms@2.1.3
478 silly idealTree +-- socket.io@3.0.4
478 silly idealTree | +-- debug@4.1.1
478 silly idealTree | `-- ms@2.1.3
478 silly idealTree +-- statuses@1.5.0
478 silly idealTree +-- string-width@4.2.0
478 silly idealTree | +-- ansi-regex@5.0.0
478 silly idealTree | +-- emoji-regex@8.0.0
478 silly idealTree | +-- is-fullwidth-code-point@3.0.0
478 silly idealTree | `-- strip-ansi@6.0.0
478 silly idealTree +-- strip-ansi@5.2.0
478 silly idealTree +-- strip-json-comments@2.0.1
478 silly idealTree +-- supports-color@5.5.0
478 silly idealTree +-- term-size@2.2.1
478 silly idealTree +-- to-readable-stream@1.0.0
478 silly idealTree +-- to-regex-range@5.0.1
478 silly idealTree +-- toidentifier@1.0.0
478 silly idealTree +-- touch@3.1.0
478 silly idealTree +-- type-fest@0.8.1
478 silly idealTree +-- type-is@1.6.18
478 silly idealTree +-- typedarray-to-buffer@3.1.5
478 silly idealTree +-- undefsafe@2.0.3
478 silly idealTree +-- unique-string@2.0.0
478 silly idealTree +-- unpipe@1.0.0
478 silly idealTree +-- update-notifier@4.1.3
478 silly idealTree +-- url-parse-lax@3.0.0
478 silly idealTree +-- utils-merge@1.0.1
478 silly idealTree +-- vary@1.1.2
478 silly idealTree +-- widest-line@3.1.0
478 silly idealTree +-- wrappy@1.0.2
478 silly idealTree +-- write-file-atomic@3.0.3
478 silly idealTree +-- ws@7.4.1
478 silly idealTree `-- xdg-basedir@4.0.0
479 silly install generateActionsToTake
480 timing stage:generateActionsToTake Completed in 56ms
481 silly diffTrees action count 3
482 silly diffTrees add ms@2.1.3
483 silly diffTrees add debug@3.2.7
484 silly diffTrees update nodemon@2.0.6
485 silly decomposeActions action count 26
486 silly decomposeActions fetch ms@2.1.3
487 silly decomposeActions extract ms@2.1.3
488 silly decomposeActions preinstall ms@2.1.3
489 silly decomposeActions build ms@2.1.3
490 silly decomposeActions install ms@2.1.3
491 silly decomposeActions postinstall ms@2.1.3
492 silly decomposeActions finalize ms@2.1.3
493 silly decomposeActions refresh-package-json ms@2.1.3
494 silly decomposeActions fetch debug@3.2.7
495 silly decomposeActions extract debug@3.2.7
496 silly decomposeActions preinstall debug@3.2.7
497 silly decomposeActions build debug@3.2.7
498 silly decomposeActions install debug@3.2.7
499 silly decomposeActions postinstall debug@3.2.7
500 silly decomposeActions finalize debug@3.2.7
501 silly decomposeActions refresh-package-json debug@3.2.7
502 silly decomposeActions unbuild nodemon@0.0.0-development
503 silly decomposeActions remove nodemon@0.0.0-development
504 silly decomposeActions fetch nodemon@2.0.6
505 silly decomposeActions extract nodemon@2.0.6
506 silly decomposeActions preinstall nodemon@2.0.6
507 silly decomposeActions build nodemon@2.0.6
508 silly decomposeActions install nodemon@2.0.6
509 silly decomposeActions postinstall nodemon@2.0.6
510 silly decomposeActions finalize nodemon@2.0.6
511 silly decomposeActions refresh-package-json nodemon@2.0.6
512 silly install executeActions
513 silly doSerial global-install 26
514 verbose correctMkdir C:\Users\name-omitted\AppData\Roaming\npm-cache\_locks correctMkdir not in flight; initializing
515 verbose makeCacheDir UID & GID are irrelevant on win32
516 verbose lock using C:\Users\name-omitted\AppData\Roaming\npm-cache\_locks\staging-03b9a05220fd151c.lock for C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\.staging
517 silly doParallel extract 3
518 silly extract ms@2.1.3
519 silly extract debug@3.2.7
520 silly extract nodemon@2.0.6
521 silly tarball trying ms@^2.1.1 by hash: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
522 silly tarball trying debug@^3.2.6 by hash: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
523 silly tarball trying nodemon@^2.0.6 by hash: sha512-4I3YDSKXg6ltYpcnZeHompqac4E6JeAMpGm8tJnB9Y3T0ehasLa4139dJOcCrB93HHrUMsCrKtoAlXTqT5n4AQ==
524 silly extract ms@^2.1.1 extracted to C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\.staging\ms-9570f862 (191ms)
525 http fetch POST 404 https://npm.pkg.github.com/SuperHarmony910/-/npm/v1/security/audits/quick 315ms
526 silly extract debug@^3.2.6 extracted to C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\.staging\debug-b073f673 (218ms)
527 silly extract nodemon@^2.0.6 extracted to C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\.staging\nodemon-4e9e0825 (308ms)
528 timing action:extract Completed in 314ms
529 silly doReverseSerial unbuild 26
530 silly unbuild nodemon@0.0.0-development
531 info lifecycle nodemon@0.0.0-development~preuninstall: nodemon@0.0.0-development
532 info lifecycle nodemon@0.0.0-development~uninstall: nodemon@0.0.0-development
533 verbose unbuild rmStuff nodemon@0.0.0-development from C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules
534 silly isEverInside C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\.bin\nodemon.ps1 is not inside C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\nodemon
535 silly gentlyRm parent.path = C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\nodemon
536 silly gentlyRm parent.managed = C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\nodemon is in C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app
537 silly gentlyRm target.path =  C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\.bin\nodemon.ps1
538 silly gentlyRm target.symlink = ../nodemon/bin/nodemon.js
539 silly gentlyRm target.managed = C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\.bin\nodemon.ps1 is in C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app
540 silly gentlyRm target.inParent =  {
540 silly gentlyRm   target: 'C:\\Users\\name-omitted\\projects\\GitHub\\node-js-electron\\projects\\messaging-app\\node_modules\\nodemon\\bin\\nodemon.js',
540 silly gentlyRm   path: 'C:\\Users\\name-omitted\\projects\\GitHub\\node-js-electron\\projects\\messaging-app\\node_modules\\nodemon'
540 silly gentlyRm }
541 silly isEverInside C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\.bin\nodemon.cmd is not inside C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\nodemon
542 silly gentlyRm parent.path = C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\nodemon
543 silly gentlyRm parent.managed = C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\nodemon is in C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app
544 silly gentlyRm target.path =  C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\.bin\nodemon.cmd
545 silly gentlyRm target.symlink = ..\nodemon\bin\nodemon.js
546 silly gentlyRm target.managed = C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\.bin\nodemon.cmd is in C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app
547 silly gentlyRm target.inParent =  {
547 silly gentlyRm   target: 'C:\\Users\\name-omitted\\projects\\GitHub\\node-js-electron\\projects\\messaging-app\\node_modules\\nodemon\\bin\\nodemon.js',
547 silly gentlyRm   path: 'C:\\Users\\name-omitted\\projects\\GitHub\\node-js-electron\\projects\\messaging-app\\node_modules\\nodemon'
547 silly gentlyRm }
548 silly isEverInside C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\.bin\nodemon is not inside C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\nodemon
549 silly gentlyRm parent.path = C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\nodemon
550 silly gentlyRm parent.managed = C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\nodemon is in C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app
551 silly gentlyRm target.path =  C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\.bin\nodemon
552 silly gentlyRm target.symlink = ../nodemon/bin/nodemon.js
553 silly gentlyRm target.managed = C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\.bin\nodemon is in C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app
554 silly gentlyRm target.inParent =  {
554 silly gentlyRm   target: 'C:\\Users\\name-omitted\\projects\\GitHub\\node-js-electron\\projects\\messaging-app\\node_modules\\nodemon\\bin\\nodemon.js',
554 silly gentlyRm   path: 'C:\\Users\\name-omitted\\projects\\GitHub\\node-js-electron\\projects\\messaging-app\\node_modules\\nodemon'
554 silly gentlyRm }
555 info lifecycle nodemon@0.0.0-development~postuninstall: nodemon@0.0.0-development
556 timing action:unbuild Completed in 45ms
557 silly doSerial remove 26
558 silly remove C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\nodemon
559 timing action:remove Completed in 741ms
560 silly doSerial move 26
561 silly doSerial finalize 26
562 silly finalize C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\nodemon\node_modules\ms
563 silly finalize C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\nodemon\node_modules\debug
564 silly finalize C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\nodemon
565 timing action:finalize Completed in 160ms
566 silly doParallel refresh-package-json 3
567 silly refresh-package-json C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\nodemon\node_modules\ms
568 silly refresh-package-json C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\nodemon\node_modules\debug
569 silly refresh-package-json C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\nodemon
570 timing action:refresh-package-json Completed in 175ms
571 silly doParallel preinstall 3
572 silly preinstall ms@2.1.3
573 info lifecycle ms@2.1.3~preinstall: ms@2.1.3
574 silly preinstall debug@3.2.7
575 info lifecycle debug@3.2.7~preinstall: debug@3.2.7
576 silly preinstall nodemon@2.0.6
577 info lifecycle nodemon@2.0.6~preinstall: nodemon@2.0.6
578 timing action:preinstall Completed in 3ms
579 silly doSerial build 26
580 silly build ms@2.1.3
581 info linkStuff ms@2.1.3
582 silly linkStuff ms@2.1.3 has C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\nodemon\node_modules as its parent node_modules
583 silly build debug@3.2.7
584 info linkStuff debug@3.2.7
585 silly linkStuff debug@3.2.7 has C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\nodemon\node_modules as its parent node_modules
586 silly build nodemon@2.0.6
587 info linkStuff nodemon@2.0.6
588 silly linkStuff nodemon@2.0.6 has C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules as its parent node_modules
589 verbose linkBins [
589 verbose linkBins   { nodemon: 'bin/nodemon.js' },
589 verbose linkBins   'C:\\Users\\name-omitted\\projects\\GitHub\\node-js-electron\\projects\\messaging-app\\node_modules\\.bin',
589 verbose linkBins   false
589 verbose linkBins ]
590 timing action:build Completed in 56ms
591 silly doSerial global-link 26
592 silly doParallel update-linked 0
593 silly doSerial install 26
594 silly install ms@2.1.3
595 info lifecycle ms@2.1.3~install: ms@2.1.3
596 silly install debug@3.2.7
597 info lifecycle debug@3.2.7~install: debug@3.2.7
598 silly install nodemon@2.0.6
599 info lifecycle nodemon@2.0.6~install: nodemon@2.0.6
600 timing action:install Completed in 9ms
601 silly doSerial postinstall 26
602 silly postinstall ms@2.1.3
603 info lifecycle ms@2.1.3~postinstall: ms@2.1.3
604 silly postinstall debug@3.2.7
605 info lifecycle debug@3.2.7~postinstall: debug@3.2.7
606 silly postinstall nodemon@2.0.6
607 info lifecycle nodemon@2.0.6~postinstall: nodemon@2.0.6
608 verbose lifecycle nodemon@2.0.6~postinstall: unsafe-perm in lifecycle true
609 verbose lifecycle nodemon@2.0.6~postinstall: PATH: C:\Users\name-omitted\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\nodemon\node_modules\.bin;C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\.bin;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\name-omitted\bin;C:\Progra~1\Java\jdk-14.0.1;C:\Users\name-omitted\AppData\Local\Programs\Python\Python38;C:\Program FIles (x86)\Common FIles\Oracle\Java\javapath;C:\WINDOWS\System32\WindowsPowerShell;C:\Users\name-omitted\AppData\Local\GitHubDesktop\bin;C:\Program Files\nodejs;C:\Program Files\LLVM\bin;C:\Gradle\gradle-6.6.1\bin;C:\WINDOWS\System32\cmd.exe;C:\Users\name-omitted\AppData\Local\GitHubDesktop\app-2.5.5\resources\app\git\cmd;C:\Program Files\Apache Software Foundation\Maven 3.6.3\apache-maven-3.6.3\bin;C:\Users\name-omitted\AppData\Local\Programs\Microsoft VS Code;C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Node.js;C:\ProgramData\chocolatey\bin;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Go\bin;C:\Progra~1\7-Zip;C:\Users\name-omitted\AppData\Roaming\gnupg;C:\Program Files (x86)\GnuPG\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\dotnet;C:\Program Files\Git\cmd;C:\Users\name-omitted\AppData\Local\Programs\Python\Python38\Scripts;C:\Users\name-omitted\AppData\Local\Programs\Python\Python38;C:\WINDOWS\System32\WindowsPowerShell;C:\Users\name-omitted\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\name-omitted\.dotnet\tools;C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.2.1\bin;C:\Program Files (x86)\GitHub CLI;C:\Users\name-omitted\go\bin
610 verbose lifecycle nodemon@2.0.6~postinstall: CWD: C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\nodemon
611 silly lifecycle nodemon@2.0.6~postinstall: Args: [ '-c', 'node bin/postinstall || exit 0' ]
612 silly lifecycle nodemon@2.0.6~postinstall: Returned: code: 1  signal: null
613 info lifecycle nodemon@2.0.6~postinstall: Failed to exec postinstall script
614 timing action:postinstall Completed in 240ms
615 verbose unlock done using C:\Users\name-omitted\AppData\Roaming\npm-cache\_locks\staging-03b9a05220fd151c.lock for C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app\node_modules\.staging
616 timing stage:rollbackFailedOptional Completed in 113ms
617 timing stage:runTopLevelLifecycles Completed in 28330ms
618 silly saveTree messaging-app@1.0.0
618 silly saveTree +-- dotenv@8.2.0
618 silly saveTree +-- express@4.17.1
618 silly saveTree | +-- accepts@1.3.7
618 silly saveTree | | +-- mime-types@2.1.27
618 silly saveTree | | | `-- mime-db@1.44.0
618 silly saveTree | | `-- negotiator@0.6.2
618 silly saveTree | +-- array-flatten@1.1.1
618 silly saveTree | +-- body-parser@1.19.0
618 silly saveTree | | +-- bytes@3.1.0
618 silly saveTree | | +-- content-type@1.0.4
618 silly saveTree | | +-- debug@2.6.9
618 silly saveTree | | | `-- ms@2.0.0
618 silly saveTree | | +-- depd@1.1.2
618 silly saveTree | | +-- http-errors@1.7.2
618 silly saveTree | | | +-- inherits@2.0.3
618 silly saveTree | | | +-- setprototypeof@1.1.1
618 silly saveTree | | | +-- statuses@1.5.0
618 silly saveTree | | | `-- toidentifier@1.0.0
618 silly saveTree | | +-- iconv-lite@0.4.24
618 silly saveTree | | | `-- safer-buffer@2.1.2
618 silly saveTree | | +-- on-finished@2.3.0
618 silly saveTree | | | `-- ee-first@1.1.1
618 silly saveTree | | +-- qs@6.7.0
618 silly saveTree | | +-- raw-body@2.4.0
618 silly saveTree | | | `-- unpipe@1.0.0
618 silly saveTree | | `-- type-is@1.6.18
618 silly saveTree | |   `-- media-typer@0.3.0
618 silly saveTree | +-- content-disposition@0.5.3
618 silly saveTree | | `-- safe-buffer@5.1.2
618 silly saveTree | +-- content-type@1.0.4
618 silly saveTree | +-- cookie-signature@1.0.6
618 silly saveTree | +-- cookie@0.4.0
618 silly saveTree | +-- debug@2.6.9
618 silly saveTree | +-- depd@1.1.2
618 silly saveTree | +-- encodeurl@1.0.2
618 silly saveTree | +-- escape-html@1.0.3
618 silly saveTree | +-- etag@1.8.1
618 silly saveTree | +-- finalhandler@1.1.2
618 silly saveTree | | `-- parseurl@1.3.3
618 silly saveTree | +-- fresh@0.5.2
618 silly saveTree | +-- merge-descriptors@1.0.1
618 silly saveTree | +-- methods@1.1.2
618 silly saveTree | +-- on-finished@2.3.0
618 silly saveTree | +-- parseurl@1.3.3
618 silly saveTree | +-- path-to-regexp@0.1.7
618 silly saveTree | +-- proxy-addr@2.0.6
618 silly saveTree | | +-- forwarded@0.1.2
618 silly saveTree | | `-- ipaddr.js@1.9.1
618 silly saveTree | +-- qs@6.7.0
618 silly saveTree | +-- range-parser@1.2.1
618 silly saveTree | +-- safe-buffer@5.1.2
618 silly saveTree | +-- send@0.17.1
618 silly saveTree | | +-- destroy@1.0.4
618 silly saveTree | | +-- mime@1.6.0
618 silly saveTree | | `-- ms@2.1.1
618 silly saveTree | +-- serve-static@1.14.1
618 silly saveTree | +-- setprototypeof@1.1.1
618 silly saveTree | +-- statuses@1.5.0
618 silly saveTree | +-- type-is@1.6.18
618 silly saveTree | +-- utils-merge@1.0.1
618 silly saveTree | `-- vary@1.1.2
618 silly saveTree +-- moment@2.29.1
618 silly saveTree +-- nodemon@2.0.6
618 silly saveTree | +-- chokidar@3.4.3
618 silly saveTree | | +-- anymatch@3.1.1
618 silly saveTree | | | +-- normalize-path@3.0.0
618 silly saveTree | | | `-- picomatch@2.2.2
618 silly saveTree | | +-- braces@3.0.2
618 silly saveTree | | | `-- fill-range@7.0.1
618 silly saveTree | | |   `-- to-regex-range@5.0.1
618 silly saveTree | | |     `-- is-number@7.0.0
618 silly saveTree | | +-- fsevents@2.1.3
618 silly saveTree | | +-- glob-parent@5.1.1
618 silly saveTree | | | `-- is-glob@4.0.1
618 silly saveTree | | |   `-- is-extglob@2.1.1
618 silly saveTree | | +-- is-binary-path@2.1.0
618 silly saveTree | | | `-- binary-extensions@2.1.0
618 silly saveTree | | +-- is-glob@4.0.1
618 silly saveTree | | +-- normalize-path@3.0.0
618 silly saveTree | | `-- readdirp@3.5.0
618 silly saveTree | +-- debug@3.2.7
618 silly saveTree | | `-- ms@2.1.3
618 silly saveTree | +-- ignore-by-default@1.0.1
618 silly saveTree | +-- minimatch@3.0.4
618 silly saveTree | | `-- brace-expansion@1.1.11
618 silly saveTree | |   +-- balanced-match@1.0.0
618 silly saveTree | |   `-- concat-map@0.0.1
618 silly saveTree | +-- pstree.remy@1.1.8
618 silly saveTree | +-- semver@5.7.1
618 silly saveTree | +-- supports-color@5.5.0
618 silly saveTree | | `-- has-flag@3.0.0
618 silly saveTree | +-- touch@3.1.0
618 silly saveTree | | `-- nopt@1.0.10
618 silly saveTree | |   `-- abbrev@1.1.1
618 silly saveTree | +-- undefsafe@2.0.3
618 silly saveTree | `-- update-notifier@4.1.3
618 silly saveTree |   +-- boxen@4.2.0
618 silly saveTree |   | +-- ansi-align@3.0.0
618 silly saveTree |   | | `-- string-width@3.1.0
618 silly saveTree |   | |   +-- emoji-regex@7.0.3
618 silly saveTree |   | |   +-- is-fullwidth-code-point@2.0.0
618 silly saveTree |   | |   `-- strip-ansi@5.2.0
618 silly saveTree |   | |     `-- ansi-regex@4.1.0
618 silly saveTree |   | +-- camelcase@5.3.1
618 silly saveTree |   | +-- chalk@3.0.0
618 silly saveTree |   | | +-- ansi-styles@4.3.0
618 silly saveTree |   | | | `-- color-convert@2.0.1
618 silly saveTree |   | | |   `-- color-name@1.1.4
618 silly saveTree |   | | `-- supports-color@7.2.0
618 silly saveTree |   | |   `-- has-flag@4.0.0
618 silly saveTree |   | +-- cli-boxes@2.2.1
618 silly saveTree |   | +-- string-width@4.2.0
618 silly saveTree |   | | +-- emoji-regex@8.0.0
618 silly saveTree |   | | +-- is-fullwidth-code-point@3.0.0
618 silly saveTree |   | | `-- strip-ansi@6.0.0
618 silly saveTree |   | |   `-- ansi-regex@5.0.0
618 silly saveTree |   | +-- term-size@2.2.1
618 silly saveTree |   | +-- type-fest@0.8.1
618 silly saveTree |   | `-- widest-line@3.1.0
618 silly saveTree |   +-- chalk@3.0.0
618 silly saveTree |   +-- configstore@5.0.1
618 silly saveTree |   | +-- dot-prop@5.3.0
618 silly saveTree |   | | `-- is-obj@2.0.0
618 silly saveTree |   | +-- graceful-fs@4.2.4
618 silly saveTree |   | +-- make-dir@3.1.0
618 silly saveTree |   | | `-- semver@6.3.0
618 silly saveTree |   | +-- unique-string@2.0.0
618 silly saveTree |   | | `-- crypto-random-string@2.0.0
618 silly saveTree |   | +-- write-file-atomic@3.0.3
618 silly saveTree |   | | +-- imurmurhash@0.1.4
618 silly saveTree |   | | +-- is-typedarray@1.0.0
618 silly saveTree |   | | +-- signal-exit@3.0.3
618 silly saveTree |   | | `-- typedarray-to-buffer@3.1.5
618 silly saveTree |   | `-- xdg-basedir@4.0.0
618 silly saveTree |   +-- has-yarn@2.1.0
618 silly saveTree |   +-- import-lazy@2.1.0
618 silly saveTree |   +-- is-ci@2.0.0
618 silly saveTree |   | `-- ci-info@2.0.0
618 silly saveTree |   +-- is-installed-globally@0.3.2
618 silly saveTree |   | +-- global-dirs@2.1.0
618 silly saveTree |   | | `-- ini@1.3.7
618 silly saveTree |   | `-- is-path-inside@3.0.2
618 silly saveTree |   +-- is-npm@4.0.0
618 silly saveTree |   +-- is-yarn-global@0.3.0
618 silly saveTree |   +-- latest-version@5.1.0
618 silly saveTree |   | `-- package-json@6.5.0
618 silly saveTree |   |   +-- got@9.6.0
618 silly saveTree |   |   | +-- @sindresorhus/is@0.14.0
618 silly saveTree |   |   | +-- @szmarczak/http-timer@1.1.2
618 silly saveTree |   |   | | `-- defer-to-connect@1.1.3
618 silly saveTree |   |   | +-- cacheable-request@6.1.0
618 silly saveTree |   |   | | +-- clone-response@1.0.2
618 silly saveTree |   |   | | | `-- mimic-response@1.0.1
618 silly saveTree |   |   | | +-- get-stream@5.2.0
618 silly saveTree |   |   | | | `-- pump@3.0.0
618 silly saveTree |   |   | | |   +-- end-of-stream@1.4.4
618 silly saveTree |   |   | | |   | `-- once@1.4.0
618 silly saveTree |   |   | | |   |   `-- wrappy@1.0.2
618 silly saveTree |   |   | | |   `-- once@1.4.0
618 silly saveTree |   |   | | +-- http-cache-semantics@4.1.0
618 silly saveTree |   |   | | +-- keyv@3.1.0
618 silly saveTree |   |   | | | `-- json-buffer@3.0.0
618 silly saveTree |   |   | | +-- lowercase-keys@2.0.0
618 silly saveTree |   |   | | +-- normalize-url@4.5.0
618 silly saveTree |   |   | | `-- responselike@1.0.2
618 silly saveTree |   |   | |   `-- lowercase-keys@1.0.1
618 silly saveTree |   |   | +-- decompress-response@3.3.0
618 silly saveTree |   |   | +-- duplexer3@0.1.4
618 silly saveTree |   |   | +-- get-stream@4.1.0
618 silly saveTree |   |   | +-- lowercase-keys@1.0.1
618 silly saveTree |   |   | +-- mimic-response@1.0.1
618 silly saveTree |   |   | +-- p-cancelable@1.1.0
618 silly saveTree |   |   | +-- to-readable-stream@1.0.0
618 silly saveTree |   |   | `-- url-parse-lax@3.0.0
618 silly saveTree |   |   |   `-- prepend-http@2.0.0
618 silly saveTree |   |   +-- registry-auth-token@4.2.1
618 silly saveTree |   |   | `-- rc@1.2.8
618 silly saveTree |   |   |   +-- deep-extend@0.6.0
618 silly saveTree |   |   |   +-- minimist@1.2.5
618 silly saveTree |   |   |   `-- strip-json-comments@2.0.1
618 silly saveTree |   |   +-- registry-url@5.1.0
618 silly saveTree |   |   `-- semver@6.3.0
618 silly saveTree |   +-- pupa@2.1.1
618 silly saveTree |   | `-- escape-goat@2.1.1
618 silly saveTree |   +-- semver-diff@3.1.1
618 silly saveTree |   | `-- semver@6.3.0
618 silly saveTree |   `-- xdg-basedir@4.0.0
618 silly saveTree `-- socket.io@3.0.4
618 silly saveTree   +-- @types/cookie@0.4.0
618 silly saveTree   +-- @types/cors@2.8.9
618 silly saveTree   +-- @types/node@14.14.14
618 silly saveTree   +-- base64id@2.0.0
618 silly saveTree   +-- debug@4.1.1
618 silly saveTree   | `-- ms@2.1.3
618 silly saveTree   +-- engine.io@4.0.5
618 silly saveTree   | +-- cookie@0.4.1
618 silly saveTree   | +-- cors@2.8.5
618 silly saveTree   | | `-- object-assign@4.1.1
618 silly saveTree   | +-- debug@4.1.1
618 silly saveTree   | | `-- ms@2.1.3
618 silly saveTree   | +-- engine.io-parser@4.0.2
618 silly saveTree   | | `-- base64-arraybuffer@0.1.4
618 silly saveTree   | `-- ws@7.4.1
618 silly saveTree   +-- socket.io-adapter@2.0.3
618 silly saveTree   `-- socket.io-parser@4.0.2
618 silly saveTree     +-- @types/component-emitter@1.2.10
618 silly saveTree     +-- component-emitter@1.3.0
618 silly saveTree     `-- debug@4.1.1
618 silly saveTree       `-- ms@2.1.3
619 warn optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules\chokidar\node_modules\fsevents):
620 warn notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
621 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid OS:    darwin
621 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid Arch:  any
621 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual OS:   win32
621 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual Arch: x64
622 verbose stack Error: nodemon@2.0.6 postinstall: `node bin/postinstall || exit 0`
622 verbose stack Exit status 1
622 verbose stack     at EventEmitter.<anonymous> (C:\Users\name-omitted\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\index.js:332:16)
622 verbose stack     at EventEmitter.emit (events.js:315:20)
622 verbose stack     at ChildProcess.<anonymous> (C:\Users\name-omitted\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
622 verbose stack     at ChildProcess.emit (events.js:315:20)
622 verbose stack     at maybeClose (internal/child_process.js:1021:16)
622 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
623 verbose pkgid nodemon@2.0.6
624 verbose cwd C:\Users\name-omitted\projects\GitHub\node-js-electron\projects\messaging-app
625 verbose Windows_NT 10.0.19041
626 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\name-omitted\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" "nodemon" "--save-dev"
627 verbose node v12.18.3
628 verbose npm  v6.14.10
629 error code ELIFECYCLE
630 error errno 1
631 error nodemon@2.0.6 postinstall: `node bin/postinstall || exit 0`
631 error Exit status 1
632 error Failed at the nodemon@2.0.6 postinstall script.
632 error This is probably not a problem with npm. There is likely additional logging output above.
633 verbose exit [ 1, true ]

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
SuperHarmony910commented, Mar 24, 2021

I was actually on MS Windows and had the same problem as you @benlesh, something to do with fsevents, I’m not too sure. Glad it worked for you though! I thought about the solution after I remembered that in a video I had watched, they were using a dated version of nodemon, so I tested what was the latest version that I could actually download, and that was v1.9.2.

1reaction
SuperHarmony910commented, Dec 25, 2020

Fixed! Just downloaded using npm i --save-dev nodemon@1.9.2, and when I run nodemon -v, I received the output 2.0.6. Strange, yet the issue is fixed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why cannot i download nodemon? - Stack Overflow
The EACCES error means that npm does not have permissions to install global packages. To do this, you'll need to run the command...
Read more >
Can't install nodemon, getting EACCESS err - Treehouse
First make sure you have both node.js and npm install, and updated to the latest stable version. Then try running the npm install...
Read more >
How To Fix Nodemon Install Error / How To Install ... - YouTube
When I tried to install nodemon in my MacBook then I will face an ... download NODE JS: https://nodejs.org/en/ Know more about Nodemon...
Read more >
nodemon - npm
Simple monitor script for use during development of a Node.js app.. Latest version: 2.0.20, last published: 3 months ago.
Read more >
nodemon installed but not working windows 10 Code Example
sudo npm install -g nodemon. ... nodemon not installing ... why can i not download nodemon · nodemon not recognizing nodemon request ·...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found