Closed ghost closed 5 years ago
@Yann-Kaelig if you install an earlier version of Node.js (10.1.0 for example) does the installation work?
At the current state of this bug report it is hard for us to diagnose and help you with the issue.
I have installed map-obj
on Node.js latest and haven't seen any issues.
Hi benjamingr
Yes with version 10.1.0 the installation works. It's also works with the version 10.2.0 but with the version 10.2.1 it's not working anymore.
@Yann-Kaelig hmm, is there any way you could create a minimal sample of code that reproduces this issue and put it on a GitHub repo?
A reproducing test case would go a long way helping us figure out what went wrong.
10.2.1's changelog indicates 3 commits:
2a9c83321b
] - http: fix res emit close before user finish (Robert Nagy) #209410b1ba20fc0
] - src: re-integrate headers into node.h (Anna Henningsen) #2093952f21fbfbc
] - test: mark test-zlib.zlib-binding.deflate as flaky (Matheus Marchini) #20935The third one is about marking something in our CI, the second one
I really don't know how I can really help. Everything is automated in a container so if I manually create a container and inside this container I install all the softwares needed for the opennebula compilation I can reproduce the same issue with this command line: npm install
Issue always start at this point: [ .................] / fetchMetadata: sill pacote range manifest for error-ex@^1.2.0 fetched in 23ms
Update: Ok, so I'm trying to help as I can.
Manually I executed this command: npm cache clean --force then: npm install error-ex@^1.2.0 ( works )
npm WARN public@1.0.0 No repository field.
but npm install yargs@^7.0.0 ( hangs on this point ) [ ......] - extract:yargs: sill extract yargs@^7.0.0 extracted to /home/jean-michel/one-release-5.4.12/src/sunstone/public/node_modules/.staging/yargs-f25e9709 (1172ms)
or npm install gauge@~2.7.3 ( hangs on this point ) [ ......] \ extract:gauge: sill extract gauge@~2.7.3 extracted to /home/jean-michel/one-release-5.4.12/src/sunstone/public/node_modules/.staging/gauge-ff29bcab (284ms)
Ping @addaleax @mcollina and @jasnell who know about the patches from 10.2.1
On Sat, May 26, 2018, 11:30 AM Yann-Kaelig notifications@github.com wrote:
I really don't know how I can really help. Everything is automated in a container so if I manually create a container and inside this container I install all the softwares needed for the opennebula compilation I can reproduce the same issue with this command line: npm install.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nodejs/node/issues/20979#issuecomment-392268623, or mute the thread https://github.com/notifications/unsubscribe-auth/AAecV_NadfOMHJHc7pxvX-sFlQE6KWP5ks5t2XUugaJpZM4UO8U4 .
I can't reproduce the issue on Mac OS X or on top of our Docker image.
0 info it worked if it ends with ok 1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'install' ] 2 info using npm@6.1.0 3 info using node@v10.2.1 4 verbose npm-session 6dcd219fbfc41623 5 silly install runPreinstallTopLevelLifecycles 6 silly preinstall opennebula-sunstone@0.0.1 7 info lifecycle opennebula-sunstone@0.0.1~preinstall: opennebula-sunstone@0.0.1 8 silly install loadCurrentTree 9 silly install readLocalPackageData 10 timing stage:loadCurrentTree Completed in 11ms 11 silly install loadIdealTree 12 silly install cloneCurrentTreeToIdealTree 13 timing stage:loadIdealTree:cloneCurrentTree Completed in 0ms 14 silly install loadShrinkwrap 15 timing stage:loadIdealTree:loadShrinkwrap Completed in 2ms 16 silly install loadAllDepsIntoIdealTree 17 http fetch GET 200 https://registry.npmjs.org/grunt-cli 297ms 18 http fetch GET 200 https://registry.npmjs.org/grunt-contrib-watch 298ms 19 http fetch GET 200 https://registry.npmjs.org/grunt-contrib-requirejs 300ms 20 http fetch GET 200 https://registry.npmjs.org/grunt 313ms 21 http fetch GET 200 https://registry.npmjs.org/grunt-sass 315ms 22 silly pacote range manifest for grunt-cli@^1.2.0 fetched in 323ms 23 silly pacote range manifest for grunt@^1.0.1 fetched in 366ms 24 silly pacote range manifest for grunt-contrib-watch@^1.0.0 fetched in 345ms 25 silly pacote range manifest for grunt-contrib-requirejs@^1.0.0 fetched in 346ms 26 silly pacote range manifest for grunt-sass@^1.2.1 fetched in 361ms 27 http fetch GET 200 https://registry.npmjs.org/node-sass 368ms 28 silly pacote range manifest for node-sass@^3.10.1 fetched in 386ms 29 http fetch GET 200 https://registry.npmjs.org/grunt-known-options 61ms 30 http fetch GET 200 https://registry.npmjs.org/findup-sync 69ms 31 silly pacote range manifest for grunt-cli@~1.2.0 fetched in 40ms 32 silly pacote range manifest for grunt-known-options@~1.1.0 fetched in 130ms 33 silly pacote range manifest for findup-sync@~0.3.0 fetched in 139ms 34 http fetch GET 200 https://registry.npmjs.org/coffeescript 123ms 35 http fetch GET 200 https://registry.npmjs.org/glob 106ms 36 http fetch GET 200 https://registry.npmjs.org/nopt 148ms 37 http fetch GET 200 https://registry.npmjs.org/grunt-legacy-log 51ms 38 silly pacote range manifest for coffeescript@~1.10.0 fetched in 139ms 39 silly pacote range manifest for glob@~7.0.0 fetched in 122ms 40 silly pacote range manifest for nopt@~3.0.6 fetched in 161ms 41 silly pacote range manifest for grunt-legacy-log@~1.0.0 fetched in 73ms 42 http fetch GET 200 https://registry.npmjs.org/grunt-legacy-util 52ms 43 http fetch GET 200 https://registry.npmjs.org/exit 162ms 44 http fetch GET 200 https://registry.npmjs.org/iconv-lite 48ms 45 silly pacote range manifest for grunt-legacy-util@~1.0.0 fetched in 63ms 46 http fetch GET 200 https://registry.npmjs.org/eventemitter2 178ms 47 silly pacote range manifest for exit@~0.1.1 fetched in 198ms 48 silly pacote range manifest for iconv-lite@~0.4.13 fetched in 84ms 49 http fetch GET 200 https://registry.npmjs.org/path-is-absolute 66ms 50 http fetch GET 200 https://registry.npmjs.org/minimatch 74ms 51 silly pacote range manifest for eventemitter2@~0.4.13 fetched in 214ms 52 http fetch GET 200 https://registry.npmjs.org/dateformat 220ms 53 http fetch GET 200 https://registry.npmjs.org/rimraf 61ms 54 silly pacote range manifest for path-is-absolute@~1.0.0 fetched in 83ms 55 silly pacote range manifest for minimatch@~3.0.2 fetched in 100ms 56 silly pacote range manifest for rimraf@~2.2.8 fetched in 85ms 57 silly pacote range manifest for dateformat@~1.0.12 fetched in 244ms 58 silly pacote range manifest for node-sass@^3.7.0 fetched in 12ms 59 http fetch GET 200 https://registry.npmjs.org/gaze 64ms 60 http fetch GET 200 https://registry.npmjs.org/async 90ms 61 http fetch GET 200 https://registry.npmjs.org/lodash 77ms 62 silly pacote range manifest for gaze@^1.1.0 fetched in 84ms 63 http fetch GET 200 https://registry.npmjs.org/requirejs 63ms 64 silly pacote range manifest for async@^2.6.0 fetched in 116ms 65 http fetch GET 200 https://registry.npmjs.org/each-async 53ms 66 http fetch GET 200 https://registry.npmjs.org/object-assign 49ms 67 silly pacote range manifest for lodash@^4.17.10 fetched in 94ms 68 silly pacote range manifest for gaze@^1.0.0 fetched in 3ms 69 http fetch GET 200 https://registry.npmjs.org/async-foreach 46ms 70 silly pacote range manifest for requirejs@^2.1.0 fetched in 77ms 71 silly pacote range manifest for each-async@^1.0.0 fetched in 67ms 72 silly pacote range manifest for object-assign@^4.0.1 fetched in 63ms 73 silly pacote range manifest for async-foreach@^0.1.3 fetched in 58ms 74 silly pacote range manifest for glob@^7.0.3 fetched in 12ms 75 http fetch GET 200 https://registry.npmjs.org/chalk 35ms 76 silly pacote range manifest for chalk@^1.1.1 fetched in 47ms 77 http fetch GET 200 https://registry.npmjs.org/cross-spawn 43ms 78 http fetch GET 200 https://registry.npmjs.org/get-stdin 43ms 79 silly pacote range manifest for cross-spawn@^3.0.0 fetched in 59ms 80 http fetch GET 200 https://registry.npmjs.org/lodash.assign 44ms 81 http fetch GET 200 https://registry.npmjs.org/lodash.clonedeep 37ms 82 silly pacote range manifest for get-stdin@^4.0.1 fetched in 59ms 83 http fetch GET 200 https://registry.npmjs.org/in-publish 54ms 84 silly pacote range manifest for lodash.clonedeep@^4.3.2 fetched in 52ms 85 silly pacote range manifest for lodash.assign@^4.2.0 fetched in 60ms 86 http fetch GET 200 https://registry.npmjs.org/meow 55ms 87 http fetch GET 200 https://registry.npmjs.org/mkdirp 40ms 88 silly pacote range manifest for in-publish@^2.0.0 fetched in 65ms 89 silly pacote range manifest for meow@^3.7.0 fetched in 61ms 90 silly pacote range manifest for mkdirp@^0.5.1 fetched in 52ms 91 silly pacote range manifest for glob@~5.0.0 fetched in 13ms 92 http fetch GET 200 https://registry.npmjs.org/nan 45ms 93 silly pacote range manifest for nan@^2.3.2 fetched in 50ms 94 http fetch GET 200 https://registry.npmjs.org/npmlog 48ms 95 http fetch GET 200 https://registry.npmjs.org/sass-graph 45ms 96 http fetch GET 200 https://registry.npmjs.org/node-gyp 59ms 97 http fetch GET 200 https://registry.npmjs.org/fs.realpath 38ms 98 silly pacote range manifest for npmlog@^4.0.0 fetched in 57ms 99 silly pacote range manifest for sass-graph@^2.1.1 fetched in 55ms 100 silly pacote range manifest for node-gyp@^3.3.1 fetched in 69ms 101 silly pacote range manifest for minimatch@^3.0.2 fetched in 7ms 102 silly pacote range manifest for path-is-absolute@^1.0.0 fetched in 5ms 103 silly pacote range manifest for fs.realpath@^1.0.0 fetched in 53ms 104 http fetch GET 200 https://registry.npmjs.org/inherits 40ms 105 silly pacote range manifest for inherits@2 fetched in 42ms 106 http fetch GET 200 https://registry.npmjs.org/abbrev 31ms 107 http fetch GET 200 https://registry.npmjs.org/colors 32ms 108 silly pacote range manifest for abbrev@1 fetched in 41ms 109 http fetch GET 200 https://registry.npmjs.org/once 48ms 110 silly pacote range manifest for colors@~1.1.2 fetched in 42ms 111 silly pacote range manifest for lodash@~4.17.5 fetched in 4ms 112 http fetch GET 200 https://registry.npmjs.org/grunt-legacy-log-utils 49ms 113 silly pacote range manifest for once@^1.3.0 fetched in 59ms 114 silly pacote range manifest for async@~1.5.2 fetched in 16ms 115 http fetch GET 200 https://registry.npmjs.org/hooker 52ms 116 silly pacote range manifest for grunt-legacy-log-utils@~1.0.0 fetched in 60ms 117 silly pacote range manifest for lodash@~4.3.0 fetched in 12ms 118 silly pacote range manifest for hooker@~0.2.3 fetched in 60ms 119 http fetch GET 200 https://registry.npmjs.org/getobject 38ms 120 silly pacote range manifest for getobject@~0.1.0 fetched in 40ms 121 silly pacote range manifest for meow@^3.3.0 fetched in 1ms 122 http fetch GET 200 https://registry.npmjs.org/underscore.string 37ms 123 silly pacote range manifest for underscore.string@~3.2.3 fetched in 40ms 124 http fetch GET 200 https://registry.npmjs.org/brace-expansion 41ms 125 silly pacote range manifest for brace-expansion@^1.1.7 fetched in 47ms 126 http fetch GET 200 https://registry.npmjs.org/safer-buffer 50ms 127 silly pacote range manifest for safer-buffer@>= 2.1.2 < 3 fetched in 55ms 128 silly pacote range manifest for minimatch@^3.0.4 fetched in 1ms 129 http fetch GET 200 https://registry.npmjs.org/inflight 173ms 130 silly pacote range manifest for inflight@^1.0.4 fetched in 176ms 131 http fetch GET 200 https://registry.npmjs.org/set-immediate-shim 29ms 132 silly pacote range manifest for set-immediate-shim@^1.0.0 fetched in 32ms 133 http fetch GET 200 https://registry.npmjs.org/ansi-styles 28ms 134 silly pacote range manifest for ansi-styles@^2.2.1 fetched in 31ms 135 http fetch GET 200 https://registry.npmjs.org/escape-string-regexp 29ms 136 silly pacote range manifest for escape-string-regexp@^1.0.2 fetched in 31ms 137 http fetch GET 200 https://registry.npmjs.org/has-ansi 38ms 138 silly pacote range manifest for has-ansi@^2.0.0 fetched in 54ms 139 http fetch GET 200 https://registry.npmjs.org/strip-ansi 49ms 140 silly pacote range manifest for strip-ansi@^3.0.0 fetched in 56ms 141 http fetch GET 200 https://registry.npmjs.org/supports-color 50ms 142 http fetch GET 200 https://registry.npmjs.org/which 156ms 143 silly pacote range manifest for supports-color@^2.0.0 fetched in 59ms 144 silly pacote range manifest for which@~1.2.1 fetched in 168ms 145 http fetch GET 200 https://registry.npmjs.org/lru-cache 38ms 146 silly pacote range manifest for lru-cache@^4.0.1 fetched in 42ms 147 http fetch GET 200 https://registry.npmjs.org/which 41ms 148 silly pacote range manifest for which@^1.2.9 fetched in 44ms 149 http fetch GET 200 https://registry.npmjs.org/camelcase-keys 38ms 150 silly pacote range manifest for camelcase-keys@^2.0.0 fetched in 102ms 151 http fetch GET 200 https://registry.npmjs.org/decamelize 100ms 152 http fetch GET 200 https://registry.npmjs.org/loud-rejection 90ms 153 silly pacote range manifest for loud-rejection@^1.0.0 fetched in 94ms 154 silly pacote range manifest for decamelize@^1.1.2 fetched in 108ms 155 http fetch GET 200 https://registry.npmjs.org/minimist 35ms 156 silly pacote range manifest for minimist@^1.1.3 fetched in 38ms 157 http fetch GET 200 https://registry.npmjs.org/normalize-package-data 31ms 158 http fetch GET 200 https://registry.npmjs.org/read-pkg-up 31ms 159 silly pacote range manifest for normalize-package-data@^2.3.4 fetched in 39ms 160 silly pacote range manifest for read-pkg-up@^1.0.1 fetched in 40ms 161 silly pacote version manifest for minimist@0.0.8 fetched in 3ms 162 silly pacote range manifest for minimatch@2 || 3 fetched in 1ms 163 http fetch GET 200 https://registry.npmjs.org/redent 49ms 164 http fetch GET 200 https://registry.npmjs.org/trim-newlines 37ms 165 http fetch GET 200 https://registry.npmjs.org/are-we-there-yet 30ms 166 silly pacote range manifest for redent@^1.0.0 fetched in 55ms 167 silly pacote range manifest for trim-newlines@^1.0.0 fetched in 43ms 168 silly pacote range manifest for are-we-there-yet@~1.1.2 fetched in 36ms 169 http fetch GET 200 https://registry.npmjs.org/console-control-strings 36ms 170 http fetch GET 200 https://registry.npmjs.org/gauge 35ms 171 silly pacote range manifest for console-control-strings@~1.1.0 fetched in 42ms 172 silly pacote range manifest for glob@^7.0.0 fetched in 2ms 173 silly pacote range manifest for gauge@~2.7.3 fetched in 44ms 174 http fetch GET 200 https://registry.npmjs.org/set-blocking 48ms 175 silly pacote range manifest for lodash@^4.0.0 fetched in 8ms 176 silly pacote range manifest for set-blocking@~2.0.0 fetched in 53ms 177 http fetch GET 200 https://registry.npmjs.org/scss-tokenizer 32ms 178 silly pacote range manifest for scss-tokenizer@^0.2.3 fetched in 37ms 179 http fetch GET 200 https://registry.npmjs.org/yargs 61ms 180 silly pacote range manifest for yargs@^7.0.0 fetched in 70ms 181 http fetch GET 200 https://registry.npmjs.org/graceful-fs 44ms 182 silly pacote range manifest for mkdirp@^0.5.0 fetched in 6ms 183 silly pacote range manifest for nopt@2 || 3 fetched in 2ms 184 silly pacote range manifest for npmlog@0 || 1 || 2 || 3 || 4 fetched in 1ms 185 silly pacote range manifest for graceful-fs@^4.1.2 fetched in 53ms 186 http fetch GET 200 https://registry.npmjs.org/osenv 43ms 187 silly pacote range manifest for osenv@0 fetched in 46ms 188 silly pacote range manifest for rimraf@2 fetched in 2ms 189 http fetch GET 200 https://registry.npmjs.org/semver 86ms 190 silly pacote range manifest for semver@~5.3.0 fetched in 89ms 191 http fetch GET 200 https://registry.npmjs.org/tar 49ms 192 silly pacote range manifest for tar@^2.0.0 fetched in 53ms 193 silly pacote range manifest for which@1 fetched in 2ms 194 http fetch GET 200 https://registry.npmjs.org/wrappy 36ms 195 silly pacote range manifest for wrappy@1 fetched in 39ms 196 silly pacote range manifest for chalk@~1.1.1 fetched in 3ms 197 http fetch GET 200 https://registry.npmjs.org/balanced-match 34ms 198 silly pacote range manifest for balanced-match@^1.0.0 fetched in 41ms 199 http fetch GET 200 https://registry.npmjs.org/concat-map 26ms 200 silly pacote version manifest for concat-map@0.0.1 fetched in 35ms 201 http fetch GET 200 https://registry.npmjs.org/ansi-regex 36ms 202 silly pacote range manifest for ansi-regex@^2.0.0 fetched in 40ms 203 http fetch GET 200 https://registry.npmjs.org/isexe 25ms 204 silly pacote range manifest for isexe@^2.0.0 fetched in 28ms 205 http fetch GET 200 https://registry.npmjs.org/pseudomap 46ms 206 silly pacote range manifest for pseudomap@^1.0.2 fetched in 49ms 207 http fetch GET 200 https://registry.npmjs.org/resolve 410147ms attempt #2 208 silly pacote range manifest for resolve@~1.1.0 fetched in 410181ms 209 http fetch GET 200 https://registry.npmjs.org/camelcase 49ms 210 silly pacote range manifest for camelcase@^2.0.0 fetched in 69ms 211 http fetch GET 200 https://registry.npmjs.org/js-yaml 410114ms attempt #2 212 silly pacote range manifest for js-yaml@~3.5.2 fetched in 410122ms 213 http fetch GET 200 https://registry.npmjs.org/currently-unhandled 30ms 214 silly pacote range manifest for currently-unhandled@^0.4.1 fetched in 34ms 215 http fetch GET 200 https://registry.npmjs.org/signal-exit 32ms 216 silly pacote range manifest for signal-exit@^3.0.0 fetched in 35ms 217 http fetch GET 200 https://registry.npmjs.org/hosted-git-info 54ms 218 http fetch GET 200 https://registry.npmjs.org/map-obj 154ms 219 silly pacote range manifest for hosted-git-info@^2.1.4 fetched in 62ms 220 silly pacote range manifest for map-obj@^1.0.0 fetched in 159ms 221 silly pacote range manifest for semver@2 || 3 || 4 || 5 fetched in 3ms 222 http fetch GET 200 https://registry.npmjs.org/is-builtin-module 57ms 223 silly pacote range manifest for is-builtin-module@^1.0.0 fetched in 61ms 224 http fetch GET 200 https://registry.npmjs.org/validate-npm-package-license 167ms 225 silly pacote range manifest for validate-npm-package-license@^3.0.1 fetched in 177ms 226 http fetch GET 200 https://registry.npmjs.org/globule 410172ms attempt #2 227 silly pacote range manifest for globule@^1.0.0 fetched in 410182ms 228 http fetch GET 200 https://registry.npmjs.org/read-pkg 172ms 229 http fetch GET 200 https://registry.npmjs.org/indent-string 44ms 230 silly pacote range manifest for read-pkg@^1.0.0 fetched in 176ms 231 silly pacote range manifest for indent-string@^2.1.0 fetched in 51ms 232 http fetch GET 200 https://registry.npmjs.org/delegates 47ms 233 silly pacote range manifest for delegates@^1.0.0 fetched in 49ms 234 http fetch GET 200 https://registry.npmjs.org/map-obj 410156ms attempt #2 235 silly pacote range manifest for map-obj@^1.0.1 fetched in 410158ms 236 http fetch GET 200 https://registry.npmjs.org/readable-stream 61ms 237 silly pacote range manifest for readable-stream@^2.0.6 fetched in 66ms 238 silly pacote range manifest for console-control-strings@^1.0.0 fetched in 8ms 239 http fetch GET 200 https://registry.npmjs.org/aproba 34ms 240 silly pacote range manifest for aproba@^1.0.3 fetched in 40ms 241 silly pacote range manifest for object-assign@^4.1.0 fetched in 1ms 242 http fetch GET 200 https://registry.npmjs.org/has-unicode 29ms 243 silly pacote range manifest for has-unicode@^2.0.0 fetched in 32ms 244 silly pacote range manifest for strip-ansi@^3.0.1 fetched in 2ms 245 http fetch GET 200 https://registry.npmjs.org/string-width 28ms 246 silly pacote range manifest for string-width@^1.0.1 fetched in 35ms 247 http fetch GET 200 https://registry.npmjs.org/strip-indent 180ms 248 silly pacote range manifest for strip-indent@^1.0.1 fetched in 183ms 249 http fetch GET 200 https://registry.npmjs.org/wide-align 38ms 250 silly pacote range manifest for wide-align@^1.1.0 fetched in 41ms 251 silly pacote range manifest for camelcase@^3.0.0 fetched in 4ms 252 http fetch GET 200 https://registry.npmjs.org/js-base64 39ms 253 silly pacote range manifest for js-base64@^2.1.8 fetched in 43ms 254 silly pacote range manifest for decamelize@^1.1.1 fetched in 1ms 255 http fetch GET 200 https://registry.npmjs.org/cliui 33ms 256 silly pacote range manifest for cliui@^3.2.0 fetched in 37ms 257 http fetch GET 200 https://registry.npmjs.org/get-caller-file 34ms 258 http fetch GET 200 https://registry.npmjs.org/source-map 72ms 259 silly pacote range manifest for get-caller-file@^1.0.1 fetched in 41ms 260 silly pacote range manifest for source-map@^0.4.2 fetched in 81ms 261 http fetch GET 200 https://registry.npmjs.org/require-directory 35ms 262 http fetch GET 200 https://registry.npmjs.org/os-locale 54ms 263 silly pacote range manifest for require-directory@^2.1.1 fetched in 40ms 264 silly pacote range manifest for set-blocking@^2.0.0 fetched in 1ms 265 silly pacote range manifest for string-width@^1.0.2 fetched in 1ms 266 silly pacote range manifest for os-locale@^1.4.0 fetched in 62ms 267 http fetch GET 200 https://registry.npmjs.org/which-module 34ms 268 silly pacote range manifest for which-module@^1.0.0 fetched in 36ms 269 http fetch GET 200 https://registry.npmjs.org/fstream 410193ms attempt #2 270 silly pacote range manifest for fstream@^1.0.0 fetched in 410199ms 271 http fetch GET 200 https://registry.npmjs.org/y18n 52ms 272 silly pacote range manifest for y18n@^3.2.1 fetched in 60ms 273 http fetch GET 200 https://registry.npmjs.org/yargs-parser 40ms 274 http fetch GET 200 https://registry.npmjs.org/os-homedir 36ms 275 silly pacote range manifest for yargs-parser@^5.0.0 fetched in 57ms 276 silly pacote range manifest for glob@^7.0.5 fetched in 4ms 277 silly pacote range manifest for os-homedir@^1.0.0 fetched in 55ms 278 http fetch GET 200 https://registry.npmjs.org/os-tmpdir 45ms 279 silly pacote range manifest for fstream@^1.0.2 fetched in 2ms 280 silly pacote range manifest for os-tmpdir@^1.0.0 fetched in 49ms 281 http fetch GET 200 https://registry.npmjs.org/block-stream 29ms 282 silly pacote range manifest for block-stream@* fetched in 31ms 283 http fetch GET 200 https://registry.npmjs.org/argparse 38ms 284 silly pacote range manifest for argparse@^1.0.2 fetched in 41ms 285 http fetch GET 200 https://registry.npmjs.org/array-find-index 27ms 286 silly pacote range manifest for array-find-index@^1.0.1 fetched in 30ms 287 http fetch GET 200 https://registry.npmjs.org/builtin-modules 32ms 288 silly pacote range manifest for builtin-modules@^1.0.0 fetched in 34ms 289 http fetch GET 200 https://registry.npmjs.org/spdx-correct 30ms 290 silly pacote range manifest for spdx-correct@^3.0.0 fetched in 33ms 291 silly pacote range manifest for glob@~7.1.1 fetched in 2ms 292 silly pacote range manifest for lodash@~4.17.4 fetched in 1ms 293 http fetch GET 200 https://registry.npmjs.org/spdx-expression-parse 29ms 294 silly pacote range manifest for spdx-expression-parse@^3.0.0 fetched in 32ms 295 silly pacote range manifest for normalize-package-data@^2.3.2 fetched in 3ms 296 http fetch GET 200 https://registry.npmjs.org/load-json-file 27ms 297 silly pacote range manifest for load-json-file@^1.0.0 fetched in 31ms 298 http fetch GET 200 https://registry.npmjs.org/path-type 55ms 299 http fetch GET 200 https://registry.npmjs.org/repeating 43ms 300 silly pacote range manifest for path-type@^1.0.0 fetched in 58ms 301 silly pacote range manifest for repeating@^2.0.0 fetched in 47ms 302 silly pacote range manifest for inherits@~2.0.3 fetched in 1ms 303 http fetch GET 200 https://registry.npmjs.org/require-main-filename 335ms 304 silly pacote range manifest for require-main-filename@^1.0.1 fetched in 337ms 305 http fetch GET 200 https://registry.npmjs.org/core-util-is 28ms 306 silly pacote range manifest for core-util-is@~1.0.0 fetched in 30ms 307 http fetch GET 200 https://registry.npmjs.org/process-nextick-args 35ms 308 silly pacote range manifest for process-nextick-args@~2.0.0 fetched in 41ms 309 http fetch GET 200 https://registry.npmjs.org/safe-buffer 32ms 310 silly pacote range manifest for safe-buffer@~5.1.1 fetched in 34ms 311 http fetch GET 200 https://registry.npmjs.org/string_decoder 35ms 312 http fetch GET 200 https://registry.npmjs.org/util-deprecate 34ms 313 silly pacote range manifest for string_decoder@~1.1.1 fetched in 40ms 314 silly pacote range manifest for util-deprecate@~1.0.1 fetched in 41ms 315 http fetch GET 200 https://registry.npmjs.org/code-point-at 41ms 316 silly pacote range manifest for code-point-at@^1.0.0 fetched in 43ms 317 silly pacote range manifest for string-width@^1.0.2 || 2 fetched in 5ms 318 http fetch GET 200 https://registry.npmjs.org/wrap-ansi 31ms 319 silly pacote range manifest for wrap-ansi@^2.0.0 fetched in 34ms 320 http fetch GET 200 https://registry.npmjs.org/amdefine 28ms 321 silly pacote range manifest for amdefine@>=0.0.4 fetched in 31ms 322 http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point 144ms 323 silly pacote range manifest for is-fullwidth-code-point@^1.0.0 fetched in 151ms 324 silly pacote range manifest for inherits@~2.0.0 fetched in 1ms 325 silly pacote range manifest for mkdirp@>=0.5 0 fetched in 2ms 326 http fetch GET 200 https://registry.npmjs.org/lcid 50ms 327 silly pacote range manifest for lcid@^1.0.0 fetched in 51ms 328 http fetch GET 200 https://registry.npmjs.org/sprintf-js 28ms 329 silly pacote range manifest for sprintf-js@~1.0.2 fetched in 31ms 330 http fetch GET 200 https://registry.npmjs.org/spdx-license-ids 30ms 331 silly pacote range manifest for spdx-license-ids@^3.0.0 fetched in 45ms 332 http fetch GET 200 https://registry.npmjs.org/spdx-exceptions 33ms 333 silly pacote range manifest for spdx-exceptions@^2.1.0 fetched in 36ms 334 http fetch GET 200 https://registry.npmjs.org/parse-json 36ms 335 silly pacote range manifest for parse-json@^2.2.0 fetched in 38ms 336 http fetch GET 200 https://registry.npmjs.org/pify 38ms 337 silly pacote range manifest for pify@^2.0.0 fetched in 41ms 338 http fetch GET 200 https://registry.npmjs.org/pinkie-promise 33ms 339 silly pacote range manifest for pinkie-promise@^2.0.0 fetched in 36ms 340 http fetch GET 200 https://registry.npmjs.org/strip-bom 34ms 341 silly pacote range manifest for strip-bom@^2.0.0 fetched in 44ms 342 silly pacote range manifest for safe-buffer@~5.1.0 fetched in 10ms 343 silly pacote range manifest for is-fullwidth-code-point@^2.0.0 fetched in 2ms 344 silly pacote range manifest for strip-ansi@^4.0.0 fetched in 2ms 345 http fetch GET 200 https://registry.npmjs.org/is-finite 46ms 346 silly pacote range manifest for is-finite@^1.0.0 fetched in 47ms 347 http fetch GET 200 https://registry.npmjs.org/number-is-nan 29ms 348 silly pacote range manifest for number-is-nan@^1.0.0 fetched in 34ms 349 http fetch GET 200 https://registry.npmjs.org/invert-kv 31ms 350 silly pacote range manifest for invert-kv@^1.0.0 fetched in 34ms 351 http fetch GET 200 https://registry.npmjs.org/error-ex 33ms 352 silly pacote range manifest for error-ex@^1.2.0 fetched in 34ms 353 http fetch GET 200 https://registry.npmjs.org/pinkie 31ms 354 silly pacote range manifest for pinkie@^2.0.0 fetched in 33ms 355 silly pacote range manifest for ansi-regex@^3.0.0 fetched in 9ms 356 http fetch GET 200 https://registry.npmjs.org/is-arrayish 28ms 357 silly pacote range manifest for is-arrayish@^0.2.1 fetched in 31ms 358 silly fetchPackageMetaData error for esprima@^2.6.0 request to https://registry.npmjs.org/esprima failed, reason: read EHOSTUNREACH 359 silly fetchPackageMetaData error for request@2 request to https://registry.npmjs.org/request failed, reason: read EHOSTUNREACH 360 silly fetchPackageMetaData error for is-utf8@^0.2.0 request to https://registry.npmjs.org/is-utf8 failed, reason: read EHOSTUNREACH 361 silly fetchPackageMetaData error for yallist@^2.1.2 request to https://registry.npmjs.org/yallist failed, reason: read EHOSTUNREACH 362 silly fetchPackageMetaData error for isarray@~1.0.0 request to https://registry.npmjs.org/isarray failed, reason: read EHOSTUNREACH 363 silly fetchPackageMetaData error for find-up@^1.0.0 request to https://registry.npmjs.org/find-up failed, reason: read EHOSTUNREACH 364 silly fetchPackageMetaData error for request@^2.61.0 request to https://registry.npmjs.org/request failed, reason: socket hang up 365 silly fetchPackageMetaData error for tiny-lr@^1.1.1 request to https://registry.npmjs.org/tiny-lr failed, reason: socket hang up 366 silly fetchPackageMetaData error for onetime@^1.0.0 request to https://registry.npmjs.org/onetime failed, reason: socket hang up 367 silly pacote range manifest for grunt@^1.0.1 fetched in 4ms 368 silly resolveWithNewModule grunt@1.0.2 checking installable status 369 silly pacote range manifest for grunt-cli@^1.2.0 fetched in 9ms 370 silly resolveWithNewModule grunt-cli@1.2.0 checking installable status 371 silly pacote range manifest for grunt-contrib-requirejs@^1.0.0 fetched in 10ms 372 silly resolveWithNewModule grunt-contrib-requirejs@1.0.0 checking installable status 373 silly pacote range manifest for grunt-contrib-watch@^1.0.0 fetched in 10ms 374 silly resolveWithNewModule grunt-contrib-watch@1.1.0 checking installable status 375 silly pacote range manifest for grunt-sass@^1.2.1 fetched in 11ms 376 silly resolveWithNewModule grunt-sass@1.2.1 checking installable status 377 silly pacote range manifest for node-sass@^3.10.1 fetched in 12ms 378 silly resolveWithNewModule node-sass@3.13.1 checking installable status 379 silly pacote range manifest for coffeescript@~1.10.0 fetched in 6ms 380 silly resolveWithNewModule coffeescript@1.10.0 checking installable status 381 silly pacote range manifest for dateformat@~1.0.12 fetched in 7ms 382 silly resolveWithNewModule dateformat@1.0.12 checking installable status 383 silly pacote range manifest for eventemitter2@~0.4.13 fetched in 9ms 384 silly resolveWithNewModule eventemitter2@0.4.14 checking installable status 385 silly pacote range manifest for exit@~0.1.1 fetched in 10ms 386 silly resolveWithNewModule exit@0.1.2 checking installable status 387 silly pacote range manifest for findup-sync@~0.3.0 fetched in 11ms 388 silly resolveWithNewModule findup-sync@0.3.0 checking installable status 389 silly pacote range manifest for glob@~7.0.0 fetched in 12ms 390 silly resolveWithNewModule glob@7.0.6 checking installable status 391 silly pacote range manifest for grunt-known-options@~1.1.0 fetched in 12ms 392 silly resolveWithNewModule grunt-known-options@1.1.0 checking installable status 393 silly pacote range manifest for grunt-legacy-log@~1.0.0 fetched in 13ms 394 silly resolveWithNewModule grunt-legacy-log@1.0.2 checking installable status 395 silly pacote range manifest for grunt-legacy-util@~1.0.0 fetched in 17ms 396 silly resolveWithNewModule grunt-legacy-util@1.0.0 checking installable status 397 silly pacote range manifest for iconv-lite@~0.4.13 fetched in 17ms 398 silly resolveWithNewModule iconv-lite@0.4.23 checking installable status 399 silly pacote range manifest for js-yaml@~3.5.2 fetched in 4ms 400 silly resolveWithNewModule js-yaml@3.5.5 checking installable status 401 silly pacote range manifest for minimatch@~3.0.2 fetched in 4ms 402 silly resolveWithNewModule minimatch@3.0.4 checking installable status 403 silly pacote range manifest for nopt@~3.0.6 fetched in 5ms 404 silly resolveWithNewModule nopt@3.0.6 checking installable status 405 silly pacote range manifest for path-is-absolute@~1.0.0 fetched in 5ms 406 silly resolveWithNewModule path-is-absolute@1.0.1 checking installable status 407 silly pacote range manifest for rimraf@~2.2.8 fetched in 6ms 408 silly resolveWithNewModule rimraf@2.2.8 checking installable status 409 silly pacote range manifest for get-stdin@^4.0.1 fetched in 1ms 410 silly resolveWithNewModule get-stdin@4.0.1 checking installable status 411 silly pacote range manifest for meow@^3.3.0 fetched in 2ms 412 silly resolveWithNewModule meow@3.7.0 checking installable status 413 silly pacote range manifest for camelcase-keys@^2.0.0 fetched in 4ms 414 silly resolveWithNewModule camelcase-keys@2.1.0 checking installable status 415 silly pacote range manifest for decamelize@^1.1.2 fetched in 4ms 416 silly resolveWithNewModule decamelize@1.2.0 checking installable status 417 silly pacote range manifest for loud-rejection@^1.0.0 fetched in 4ms 418 silly resolveWithNewModule loud-rejection@1.6.0 checking installable status 419 silly pacote range manifest for map-obj@^1.0.1 fetched in 5ms 420 silly resolveWithNewModule map-obj@1.0.1 checking installable status 421 silly pacote range manifest for minimist@^1.1.3 fetched in 5ms 422 silly resolveWithNewModule minimist@1.2.0 checking installable status 423 silly pacote range manifest for normalize-package-data@^2.3.4 fetched in 6ms 424 silly resolveWithNewModule normalize-package-data@2.4.0 checking installable status 425 silly pacote range manifest for object-assign@^4.0.1 fetched in 7ms 426 silly resolveWithNewModule object-assign@4.1.1 checking installable status 427 silly pacote range manifest for read-pkg-up@^1.0.1 fetched in 8ms 428 silly resolveWithNewModule read-pkg-up@1.0.1 checking installable status 429 silly pacote range manifest for redent@^1.0.0 fetched in 8ms 430 silly resolveWithNewModule redent@1.0.0 checking installable status 431 silly pacote range manifest for trim-newlines@^1.0.0 fetched in 9ms 432 silly resolveWithNewModule trim-newlines@1.0.0 checking installable status 433 silly pacote range manifest for camelcase@^2.0.0 fetched in 1ms 434 silly resolveWithNewModule camelcase@2.1.1 checking installable status 435 silly pacote range manifest for currently-unhandled@^0.4.1 fetched in 1ms 436 silly resolveWithNewModule currently-unhandled@0.4.1 checking installable status 437 silly pacote range manifest for signal-exit@^3.0.0 fetched in 2ms 438 silly resolveWithNewModule signal-exit@3.0.2 checking installable status 439 silly pacote range manifest for array-find-index@^1.0.1 fetched in 1ms 440 silly resolveWithNewModule array-find-index@1.0.2 checking installable status 441 silly pacote range manifest for hosted-git-info@^2.1.4 fetched in 2ms 442 silly resolveWithNewModule hosted-git-info@2.6.0 checking installable status 443 silly pacote range manifest for is-builtin-module@^1.0.0 fetched in 3ms 444 silly resolveWithNewModule is-builtin-module@1.0.0 checking installable status 445 silly pacote range manifest for semver@2 || 3 || 4 || 5 fetched in 3ms 446 silly resolveWithNewModule semver@5.5.0 checking installable status 447 silly pacote range manifest for validate-npm-package-license@^3.0.1 fetched in 4ms 448 silly resolveWithNewModule validate-npm-package-license@3.0.3 checking installable status 449 silly pacote range manifest for builtin-modules@^1.0.0 fetched in 1ms 450 silly resolveWithNewModule builtin-modules@1.1.1 checking installable status 451 silly pacote range manifest for spdx-correct@^3.0.0 fetched in 1ms 452 silly resolveWithNewModule spdx-correct@3.0.0 checking installable status 453 silly pacote range manifest for spdx-expression-parse@^3.0.0 fetched in 2ms 454 silly resolveWithNewModule spdx-expression-parse@3.0.0 checking installable status 455 silly pacote range manifest for spdx-license-ids@^3.0.0 fetched in 3ms 456 silly resolveWithNewModule spdx-license-ids@3.0.0 checking installable status 457 silly pacote range manifest for spdx-exceptions@^2.1.0 fetched in 1ms 458 silly resolveWithNewModule spdx-exceptions@2.1.0 checking installable status 459 silly pacote range manifest for read-pkg@^1.0.0 fetched in 3ms 460 silly resolveWithNewModule read-pkg@1.1.0 checking installable status 461 http fetch GET 200 https://registry.npmjs.org/find-up 158ms 462 silly pacote range manifest for find-up@^1.0.0 fetched in 161ms 463 silly resolveWithNewModule find-up@1.1.2 checking installable status 464 silly pacote range manifest for pinkie-promise@^2.0.0 fetched in 2ms 465 silly resolveWithNewModule pinkie-promise@2.0.1 checking installable status 466 http fetch GET 200 https://registry.npmjs.org/path-exists 33ms 467 silly pacote range manifest for path-exists@^2.0.0 fetched in 35ms 468 silly resolveWithNewModule path-exists@2.1.0 checking installable status 469 silly pacote range manifest for pinkie@^2.0.0 fetched in 0ms 470 silly resolveWithNewModule pinkie@2.0.4 checking installable status 471 silly pacote range manifest for load-json-file@^1.0.0 fetched in 1ms 472 silly resolveWithNewModule load-json-file@1.1.0 checking installable status 473 silly pacote range manifest for path-type@^1.0.0 fetched in 2ms 474 silly resolveWithNewModule path-type@1.1.0 checking installable status 475 silly pacote range manifest for graceful-fs@^4.1.2 fetched in 3ms 476 silly resolveWithNewModule graceful-fs@4.1.11 checking installable status 477 silly pacote range manifest for parse-json@^2.2.0 fetched in 4ms 478 silly resolveWithNewModule parse-json@2.2.0 checking installable status 479 silly pacote range manifest for pify@^2.0.0 fetched in 4ms 480 silly resolveWithNewModule pify@2.3.0 checking installable status 481 silly pacote range manifest for strip-bom@^2.0.0 fetched in 5ms 482 silly resolveWithNewModule strip-bom@2.0.0 checking installable status 483 silly pacote range manifest for error-ex@^1.2.0 fetched in 1ms 484 silly resolveWithNewModule error-ex@1.3.1 checking installable status 485 silly pacote range manifest for is-arrayish@^0.2.1 fetched in 1ms 486 silly resolveWithNewModule is-arrayish@0.2.1 checking installable status 487 http fetch GET 200 https://registry.npmjs.org/is-utf8 410133ms attempt #2 488 silly pacote range manifest for is-utf8@^0.2.0 fetched in 410137ms 489 silly resolveWithNewModule is-utf8@0.2.1 checking installable status 490 silly pacote range manifest for strip-indent@^1.0.1 fetched in 3ms 491 silly resolveWithNewModule strip-indent@1.0.1 checking installable status 492 silly pacote range manifest for indent-string@^2.1.0 fetched in 6ms 493 silly resolveWithNewModule indent-string@2.1.0 checking installable status 494 silly pacote range manifest for repeating@^2.0.0 fetched in 0ms 495 silly resolveWithNewModule repeating@2.0.1 checking installable status 496 silly pacote range manifest for is-finite@^1.0.0 fetched in 1ms 497 silly resolveWithNewModule is-finite@1.0.2 checking installable status 498 silly pacote range manifest for number-is-nan@^1.0.0 fetched in 1ms 499 silly resolveWithNewModule number-is-nan@1.0.1 checking installable status 500 silly pacote range manifest for glob@~5.0.0 fetched in 3ms 501 silly resolveWithNewModule glob@5.0.15 checking installable status 502 silly pacote range manifest for inflight@^1.0.4 fetched in 2ms 503 silly resolveWithNewModule inflight@1.0.6 checking installable status 504 silly pacote range manifest for inherits@2 fetched in 3ms 505 silly resolveWithNewModule inherits@2.0.3 checking installable status 506 silly pacote range manifest for once@^1.3.0 fetched in 3ms 507 silly resolveWithNewModule once@1.4.0 checking installable status 508 silly pacote range manifest for wrappy@1 fetched in 0ms 509 silly resolveWithNewModule wrappy@1.0.2 checking installable status 510 silly pacote range manifest for brace-expansion@^1.1.7 fetched in 1ms 511 silly resolveWithNewModule brace-expansion@1.1.11 checking installable status 512 silly pacote range manifest for balanced-match@^1.0.0 fetched in 1ms 513 silly resolveWithNewModule balanced-match@1.0.0 checking installable status 514 silly pacote version manifest for concat-map@0.0.1 fetched in 2ms 515 silly resolveWithNewModule concat-map@0.0.1 checking installable status 516 silly pacote range manifest for fs.realpath@^1.0.0 fetched in 0ms 517 silly resolveWithNewModule fs.realpath@1.0.0 checking installable status 518 silly pacote range manifest for resolve@~1.1.0 fetched in 1ms 519 silly resolveWithNewModule resolve@1.1.7 checking installable status 520 silly pacote range manifest for abbrev@1 fetched in 1ms 521 silly resolveWithNewModule abbrev@1.1.1 checking installable status 522 silly pacote range manifest for colors@~1.1.2 fetched in 2ms 523 silly resolveWithNewModule colors@1.1.2 checking installable status 524 silly pacote range manifest for grunt-legacy-log-utils@~1.0.0 fetched in 3ms 525 silly resolveWithNewModule grunt-legacy-log-utils@1.0.0 checking installable status 526 silly pacote range manifest for hooker@~0.2.3 fetched in 3ms 527 silly resolveWithNewModule hooker@0.2.3 checking installable status 528 silly pacote range manifest for lodash@~4.17.5 fetched in 4ms 529 silly resolveWithNewModule lodash@4.17.10 checking installable status 530 silly pacote range manifest for chalk@~1.1.1 fetched in 2ms 531 silly resolveWithNewModule chalk@1.1.3 checking installable status 532 silly pacote range manifest for lodash@~4.3.0 fetched in 2ms 533 silly resolveWithNewModule lodash@4.3.0 checking installable status 534 silly pacote range manifest for ansi-styles@^2.2.1 fetched in 3ms 535 silly resolveWithNewModule ansi-styles@2.2.1 checking installable status 536 silly pacote range manifest for escape-string-regexp@^1.0.2 fetched in 4ms 537 silly resolveWithNewModule escape-string-regexp@1.0.5 checking installable status 538 silly pacote range manifest for has-ansi@^2.0.0 fetched in 5ms 539 silly resolveWithNewModule has-ansi@2.0.0 checking installable status 540 silly pacote range manifest for strip-ansi@^3.0.0 fetched in 4ms 541 silly resolveWithNewModule strip-ansi@3.0.1 checking installable status 542 silly pacote range manifest for supports-color@^2.0.0 fetched in 5ms 543 silly resolveWithNewModule supports-color@2.0.0 checking installable status 544 silly pacote range manifest for ansi-regex@^2.0.0 fetched in 1ms 545 silly resolveWithNewModule ansi-regex@2.1.1 checking installable status 546 silly pacote range manifest for async@~1.5.2 fetched in 4ms 547 silly resolveWithNewModule async@1.5.2 checking installable status 548 silly pacote range manifest for getobject@~0.1.0 fetched in 5ms 549 silly resolveWithNewModule getobject@0.1.0 checking installable status 550 silly pacote range manifest for lodash@~4.3.0 fetched in 4ms 551 silly resolveWithNewModule lodash@4.3.0 checking installable status 552 silly pacote range manifest for underscore.string@~3.2.3 fetched in 5ms 553 silly resolveWithNewModule underscore.string@3.2.3 checking installable status 554 silly pacote range manifest for which@~1.2.1 fetched in 6ms 555 silly resolveWithNewModule which@1.2.14 checking installable status 556 silly pacote range manifest for isexe@^2.0.0 fetched in 0ms 557 silly resolveWithNewModule isexe@2.0.0 checking installable status 558 silly pacote range manifest for safer-buffer@>= 2.1.2 < 3 fetched in 0ms 559 silly resolveWithNewModule safer-buffer@2.1.2 checking installable status 560 silly pacote range manifest for argparse@^1.0.2 fetched in 2ms 561 silly resolveWithNewModule argparse@1.0.10 checking installable status 562 silly fetchPackageMetaData error for esprima@^2.6.0 request to https://registry.npmjs.org/esprima failed, reason: read EHOSTUNREACH 563 timing stage:rollbackFailedOptional Completed in 0ms 564 timing stage:runTopLevelLifecycles Completed in 2845865ms 565 silly saveTree opennebula-sunstone@0.0.1 565 silly saveTree ├─┬ grunt-cli@1.2.0 565 silly saveTree │ ├─┬ findup-sync@0.3.0 565 silly saveTree │ │ └─┬ glob@5.0.15 565 silly saveTree │ │ ├─┬ inflight@1.0.6 565 silly saveTree │ │ │ ├─┬ once@1.4.0 565 silly saveTree │ │ │ │ └── wrappy@1.0.2 565 silly saveTree │ │ │ └── wrappy@1.0.2 565 silly saveTree │ │ ├── inherits@2.0.3 565 silly saveTree │ │ ├─┬ minimatch@3.0.4 565 silly saveTree │ │ │ └─┬ brace-expansion@1.1.11 565 silly saveTree │ │ │ ├── balanced-match@1.0.0 565 silly saveTree │ │ │ └── concat-map@0.0.1 565 silly saveTree │ │ ├── once@1.4.0 565 silly saveTree │ │ └── path-is-absolute@1.0.1 565 silly saveTree │ ├── grunt-known-options@1.1.0 565 silly saveTree │ ├─┬ nopt@3.0.6 565 silly saveTree │ │ └── abbrev@1.1.1 565 silly saveTree │ └── resolve@1.1.7 565 silly saveTree ├── grunt-contrib-requirejs@1.0.0 565 silly saveTree ├─┬ grunt-contrib-watch@1.1.0 565 silly saveTree │ └── lodash@4.17.10 565 silly saveTree ├─┬ grunt-sass@1.2.1 565 silly saveTree │ ├─┬ node-sass@3.13.1 565 silly saveTree │ │ ├─┬ chalk@1.1.3 565 silly saveTree │ │ │ ├── ansi-styles@2.2.1 565 silly saveTree │ │ │ ├── escape-string-regexp@1.0.5 565 silly saveTree │ │ │ ├─┬ has-ansi@2.0.0 565 silly saveTree │ │ │ │ └── ansi-regex@2.1.1 565 silly saveTree │ │ │ ├── strip-ansi@3.0.1 565 silly saveTree │ │ │ └── supports-color@2.0.0 565 silly saveTree │ │ ├── get-stdin@4.0.1 565 silly saveTree │ │ ├─┬ glob@7.0.6 565 silly saveTree │ │ │ └── fs.realpath@1.0.0 565 silly saveTree │ │ └─┬ meow@3.7.0 565 silly saveTree │ │ ├─┬ camelcase-keys@2.1.0 565 silly saveTree │ │ │ ├── camelcase@2.1.1 565 silly saveTree │ │ │ └── map-obj@1.0.1 565 silly saveTree │ │ ├── decamelize@1.2.0 565 silly saveTree │ │ ├─┬ loud-rejection@1.6.0 565 silly saveTree │ │ │ ├─┬ currently-unhandled@0.4.1 565 silly saveTree │ │ │ │ └── array-find-index@1.0.2 565 silly saveTree │ │ │ └── signal-exit@3.0.2 565 silly saveTree │ │ ├── map-obj@1.0.1 565 silly saveTree │ │ ├── minimist@1.2.0 565 silly saveTree │ │ ├─┬ normalize-package-data@2.4.0 565 silly saveTree │ │ │ ├── hosted-git-info@2.6.0 565 silly saveTree │ │ │ ├─┬ is-builtin-module@1.0.0 565 silly saveTree │ │ │ │ └── builtin-modules@1.1.1 565 silly saveTree │ │ │ ├── semver@5.5.0 565 silly saveTree │ │ │ └─┬ validate-npm-package-license@3.0.3 565 silly saveTree │ │ │ ├─┬ spdx-correct@3.0.0 565 silly saveTree │ │ │ │ ├─┬ spdx-expression-parse@3.0.0 565 silly saveTree │ │ │ │ │ ├── spdx-exceptions@2.1.0 565 silly saveTree │ │ │ │ │ └── spdx-license-ids@3.0.0 565 silly saveTree │ │ │ │ └── spdx-license-ids@3.0.0 565 silly saveTree │ │ │ └── spdx-expression-parse@3.0.0 565 silly saveTree │ │ ├── object-assign@4.1.1 565 silly saveTree │ │ ├─┬ read-pkg-up@1.0.1 565 silly saveTree │ │ │ ├─┬ find-up@1.1.2 565 silly saveTree │ │ │ │ ├─┬ path-exists@2.1.0 565 silly saveTree │ │ │ │ │ └─┬ pinkie-promise@2.0.1 565 silly saveTree │ │ │ │ │ └── pinkie@2.0.4 565 silly saveTree │ │ │ │ └── pinkie-promise@2.0.1 565 silly saveTree │ │ │ └─┬ read-pkg@1.1.0 565 silly saveTree │ │ │ ├─┬ load-json-file@1.1.0 565 silly saveTree │ │ │ │ ├── graceful-fs@4.1.11 565 silly saveTree │ │ │ │ ├─┬ parse-json@2.2.0 565 silly saveTree │ │ │ │ │ └─┬ error-ex@1.3.1 565 silly saveTree │ │ │ │ │ └── is-arrayish@0.2.1 565 silly saveTree │ │ │ │ ├── pify@2.3.0 565 silly saveTree │ │ │ │ └─┬ strip-bom@2.0.0 565 silly saveTree │ │ │ │ └── is-utf8@0.2.1 565 silly saveTree │ │ │ └── path-type@1.1.0 565 silly saveTree │ │ ├─┬ redent@1.0.0 565 silly saveTree │ │ │ ├─┬ indent-string@2.1.0 565 silly saveTree │ │ │ │ └─┬ repeating@2.0.1 565 silly saveTree │ │ │ │ └─┬ is-finite@1.0.2 565 silly saveTree │ │ │ │ └── number-is-nan@1.0.1 565 silly saveTree │ │ │ └── strip-indent@1.0.1 565 silly saveTree │ │ └── trim-newlines@1.0.0 565 silly saveTree │ └── object-assign@4.1.1 565 silly saveTree ├─┬ grunt@1.0.2 565 silly saveTree │ ├── coffeescript@1.10.0 565 silly saveTree │ ├── dateformat@1.0.12 565 silly saveTree │ ├── eventemitter2@0.4.14 565 silly saveTree │ ├── exit@0.1.2 565 silly saveTree │ ├─┬ grunt-legacy-log@1.0.2 565 silly saveTree │ │ ├── colors@1.1.2 565 silly saveTree │ │ ├─┬ grunt-legacy-log-utils@1.0.0 565 silly saveTree │ │ │ └── lodash@4.3.0 565 silly saveTree │ │ └── hooker@0.2.3 565 silly saveTree │ ├─┬ grunt-legacy-util@1.0.0 565 silly saveTree │ │ ├── async@1.5.2 565 silly saveTree │ │ ├── getobject@0.1.0 565 silly saveTree │ │ ├── lodash@4.3.0 565 silly saveTree │ │ ├── underscore.string@3.2.3 565 silly saveTree │ │ └─┬ which@1.2.14 565 silly saveTree │ │ └── isexe@2.0.0 565 silly saveTree │ ├─┬ iconv-lite@0.4.23 565 silly saveTree │ │ └── safer-buffer@2.1.2 565 silly saveTree │ ├─┬ js-yaml@3.5.5 565 silly saveTree │ │ └── argparse@1.0.10 565 silly saveTree │ └── rimraf@2.2.8 565 silly saveTree └── node-sass@3.13.1 566 verbose type system 567 verbose stack FetchError: request to https://registry.npmjs.org/esprima failed, reason: read EHOSTUNREACH 567 verbose stack at ClientRequest.req.on.err (/usr/lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/src/index.js:68:14) 567 verbose stack at ClientRequest.emit (events.js:182:13) 567 verbose stack at TLSSocket.socketErrorListener (_http_client.js:382:9) 567 verbose stack at TLSSocket.emit (events.js:182:13) 567 verbose stack at emitErrorNT (internal/streams/destroy.js:82:8) 567 verbose stack at emitErrorAndCloseNT (internal/streams/destroy.js:50:3) 567 verbose stack at process._tickCallback (internal/process/next_tick.js:63:19) 568 verbose cwd /tmp/makepkg/opennebula/src/one-release-5.4.12/src/sunstone/public 569 verbose Linux 4.16.11-1-ARCH 570 verbose argv "/usr/bin/node" "/usr/bin/npm" "install" 571 verbose node v10.2.1 572 verbose npm v6.1.0 573 error code EHOSTUNREACH 574 error errno EHOSTUNREACH 575 error request to https://registry.npmjs.org/esprima failed, reason: read EHOSTUNREACH 576 verbose exit [ 1, true ]
It looks like you are using npm 6.1.0, node 10.2.1 ships with npm 5.6.0
Are you able to reproduce with that version of npm?
Alternatively can you reproduce on node 10.2.0 with npm 6.1.0?
On Sun, May 27, 2018, 9:34 AM Yann-Kaelig notifications@github.com wrote:
0 info it worked if it ends with ok 1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'install' ] 2 info using npm@6.1.0 3 info using node@v10.2.1 4 verbose npm-session 6dcd219fbfc41623 5 silly install runPreinstallTopLevelLifecycles 6 silly preinstall opennebula-sunstone@0.0.1 7 info lifecycle opennebula-sunstone@0.0.1~preinstall: opennebula-sunstone@0.0.1 8 silly install loadCurrentTree 9 silly install readLocalPackageData 10 timing stage:loadCurrentTree Completed in 11ms 11 silly install loadIdealTree 12 silly install cloneCurrentTreeToIdealTree 13 timing stage:loadIdealTree:cloneCurrentTree Completed in 0ms 14 silly install loadShrinkwrap 15 timing stage:loadIdealTree:loadShrinkwrap Completed in 2ms 16 silly install loadAllDepsIntoIdealTree 17 http fetch GET 200 https://registry.npmjs.org/grunt-cli 297ms 18 http fetch GET 200 https://registry.npmjs.org/grunt-contrib-watch 298ms 19 http fetch GET 200 https://registry.npmjs.org/grunt-contrib-requirejs 300ms 20 http fetch GET 200 https://registry.npmjs.org/grunt 313ms 21 http fetch GET 200 https://registry.npmjs.org/grunt-sass 315ms 22 silly pacote range manifest for grunt-cli@^1.2.0 fetched in 323ms 23 silly pacote range manifest for grunt@^1.0.1 fetched in 366ms 24 silly pacote range manifest for grunt-contrib-watch@^1.0.0 fetched in 345ms 25 silly pacote range manifest for grunt-contrib-requirejs@^1.0.0 fetched in 346ms 26 silly pacote range manifest for grunt-sass@^1.2.1 fetched in 361ms 27 http fetch GET 200 https://registry.npmjs.org/node-sass 368ms 28 silly pacote range manifest for node-sass@^3.10.1 fetched in 386ms 29 http fetch GET 200 https://registry.npmjs.org/grunt-known-options 61ms 30 http fetch GET 200 https://registry.npmjs.org/findup-sync 69ms 31 silly pacote range manifest for grunt-cli@~1.2.0 fetched in 40ms 32 silly pacote range manifest for grunt-known-options@~1.1.0 fetched in 130ms 33 silly pacote range manifest for findup-sync@~0.3.0 fetched in 139ms 34 http fetch GET 200 https://registry.npmjs.org/coffeescript 123ms 35 http fetch GET 200 https://registry.npmjs.org/glob 106ms 36 http fetch GET 200 https://registry.npmjs.org/nopt 148ms 37 http fetch GET 200 https://registry.npmjs.org/grunt-legacy-log 51ms 38 silly pacote range manifest for coffeescript@~1.10.0 fetched in 139ms 39 silly pacote range manifest for glob@~7.0.0 fetched in 122ms 40 silly pacote range manifest for nopt@~3.0.6 fetched in 161ms 41 silly pacote range manifest for grunt-legacy-log@~1.0.0 fetched in 73ms 42 http fetch GET 200 https://registry.npmjs.org/grunt-legacy-util 52ms 43 http fetch GET 200 https://registry.npmjs.org/exit 162ms 44 http fetch GET 200 https://registry.npmjs.org/iconv-lite 48ms 45 silly pacote range manifest for grunt-legacy-util@~1.0.0 fetched in 63ms 46 http fetch GET 200 https://registry.npmjs.org/eventemitter2 178ms 47 silly pacote range manifest for exit@~0.1.1 fetched in 198ms 48 silly pacote range manifest for iconv-lite@~0.4.13 fetched in 84ms 49 http fetch GET 200 https://registry.npmjs.org/path-is-absolute 66ms 50 http fetch GET 200 https://registry.npmjs.org/minimatch 74ms 51 silly pacote range manifest for eventemitter2@~0.4.13 fetched in 214ms 52 http fetch GET 200 https://registry.npmjs.org/dateformat 220ms 53 http fetch GET 200 https://registry.npmjs.org/rimraf 61ms 54 silly pacote range manifest for path-is-absolute@~1.0.0 fetched in 83ms 55 silly pacote range manifest for minimatch@~3.0.2 fetched in 100ms 56 silly pacote range manifest for rimraf@~2.2.8 fetched in 85ms 57 silly pacote range manifest for dateformat@~1.0.12 fetched in 244ms 58 silly pacote range manifest for node-sass@^3.7.0 fetched in 12ms 59 http fetch GET 200 https://registry.npmjs.org/gaze 64ms 60 http fetch GET 200 https://registry.npmjs.org/async 90ms 61 http fetch GET 200 https://registry.npmjs.org/lodash 77ms 62 silly pacote range manifest for gaze@^1.1.0 fetched in 84ms 63 http fetch GET 200 https://registry.npmjs.org/requirejs 63ms 64 silly pacote range manifest for async@^2.6.0 fetched in 116ms 65 http fetch GET 200 https://registry.npmjs.org/each-async 53ms 66 http fetch GET 200 https://registry.npmjs.org/object-assign 49ms 67 silly pacote range manifest for lodash@^4.17.10 fetched in 94ms 68 silly pacote range manifest for gaze@^1.0.0 fetched in 3ms 69 http fetch GET 200 https://registry.npmjs.org/async-foreach 46ms 70 silly pacote range manifest for requirejs@^2.1.0 fetched in 77ms 71 silly pacote range manifest for each-async@^1.0.0 fetched in 67ms 72 silly pacote range manifest for object-assign@^4.0.1 fetched in 63ms 73 silly pacote range manifest for async-foreach@^0.1.3 fetched in 58ms 74 silly pacote range manifest for glob@^7.0.3 fetched in 12ms 75 http fetch GET 200 https://registry.npmjs.org/chalk 35ms 76 silly pacote range manifest for chalk@^1.1.1 fetched in 47ms 77 http fetch GET 200 https://registry.npmjs.org/cross-spawn 43ms 78 http fetch GET 200 https://registry.npmjs.org/get-stdin 43ms 79 silly pacote range manifest for cross-spawn@^3.0.0 fetched in 59ms 80 http fetch GET 200 https://registry.npmjs.org/lodash.assign 44ms 81 http fetch GET 200 https://registry.npmjs.org/lodash.clonedeep 37ms 82 silly pacote range manifest for get-stdin@^4.0.1 fetched in 59ms 83 http fetch GET 200 https://registry.npmjs.org/in-publish 54ms 84 silly pacote range manifest for lodash.clonedeep@^4.3.2 fetched in 52ms 85 silly pacote range manifest for lodash.assign@^4.2.0 fetched in 60ms 86 http fetch GET 200 https://registry.npmjs.org/meow 55ms 87 http fetch GET 200 https://registry.npmjs.org/mkdirp 40ms 88 silly pacote range manifest for in-publish@^2.0.0 fetched in 65ms 89 silly pacote range manifest for meow@^3.7.0 fetched in 61ms 90 silly pacote range manifest for mkdirp@^0.5.1 fetched in 52ms 91 silly pacote range manifest for glob@~5.0.0 fetched in 13ms 92 http fetch GET 200 https://registry.npmjs.org/nan 45ms 93 silly pacote range manifest for nan@^2.3.2 fetched in 50ms 94 http fetch GET 200 https://registry.npmjs.org/npmlog 48ms 95 http fetch GET 200 https://registry.npmjs.org/sass-graph 45ms 96 http fetch GET 200 https://registry.npmjs.org/node-gyp 59ms 97 http fetch GET 200 https://registry.npmjs.org/fs.realpath 38ms 98 silly pacote range manifest for npmlog@^4.0.0 fetched in 57ms 99 silly pacote range manifest for sass-graph@^2.1.1 fetched in 55ms 100 silly pacote range manifest for node-gyp@^3.3.1 fetched in 69ms 101 silly pacote range manifest for minimatch@^3.0.2 fetched in 7ms 102 silly pacote range manifest for path-is-absolute@^1.0.0 fetched in 5ms 103 silly pacote range manifest for fs.realpath@^1.0.0 fetched in 53ms 104 http fetch GET 200 https://registry.npmjs.org/inherits 40ms 105 silly pacote range manifest for inherits@2 fetched in 42ms 106 http fetch GET 200 https://registry.npmjs.org/abbrev 31ms 107 http fetch GET 200 https://registry.npmjs.org/colors 32ms 108 silly pacote range manifest for abbrev@1 fetched in 41ms 109 http fetch GET 200 https://registry.npmjs.org/once 48ms 110 silly pacote range manifest for colors@~1.1.2 fetched in 42ms 111 silly pacote range manifest for lodash@~4.17.5 fetched in 4ms 112 http fetch GET 200 https://registry.npmjs.org/grunt-legacy-log-utils 49ms 113 silly pacote range manifest for once@^1.3.0 fetched in 59ms 114 silly pacote range manifest for async@~1.5.2 fetched in 16ms 115 http fetch GET 200 https://registry.npmjs.org/hooker 52ms 116 silly pacote range manifest for grunt-legacy-log-utils@~1.0.0 fetched in 60ms 117 silly pacote range manifest for lodash@~4.3.0 fetched in 12ms 118 silly pacote range manifest for hooker@~0.2.3 fetched in 60ms 119 http fetch GET 200 https://registry.npmjs.org/getobject 38ms 120 silly pacote range manifest for getobject@~0.1.0 fetched in 40ms 121 silly pacote range manifest for meow@^3.3.0 fetched in 1ms 122 http fetch GET 200 https://registry.npmjs.org/underscore.string 37ms 123 silly pacote range manifest for underscore.string@~3.2.3 fetched in 40ms 124 http fetch GET 200 https://registry.npmjs.org/brace-expansion 41ms 125 silly pacote range manifest for brace-expansion@^1.1.7 fetched in 47ms 126 http fetch GET 200 https://registry.npmjs.org/safer-buffer 50ms 127 silly pacote range manifest for safer-buffer@>= 2.1.2 < 3 fetched in 55ms 128 silly pacote range manifest for minimatch@^3.0.4 fetched in 1ms 129 http fetch GET 200 https://registry.npmjs.org/inflight 173ms 130 silly pacote range manifest for inflight@^1.0.4 fetched in 176ms 131 http fetch GET 200 https://registry.npmjs.org/set-immediate-shim 29ms 132 silly pacote range manifest for set-immediate-shim@^1.0.0 fetched in 32ms 133 http fetch GET 200 https://registry.npmjs.org/ansi-styles 28ms 134 silly pacote range manifest for ansi-styles@^2.2.1 fetched in 31ms 135 http fetch GET 200 https://registry.npmjs.org/escape-string-regexp 29ms 136 silly pacote range manifest for escape-string-regexp@^1.0.2 fetched in 31ms 137 http fetch GET 200 https://registry.npmjs.org/has-ansi 38ms 138 silly pacote range manifest for has-ansi@^2.0.0 fetched in 54ms 139 http fetch GET 200 https://registry.npmjs.org/strip-ansi 49ms 140 silly pacote range manifest for strip-ansi@^3.0.0 fetched in 56ms 141 http fetch GET 200 https://registry.npmjs.org/supports-color 50ms 142 http fetch GET 200 https://registry.npmjs.org/which 156ms 143 silly pacote range manifest for supports-color@^2.0.0 fetched in 59ms 144 silly pacote range manifest for which@~1.2.1 fetched in 168ms 145 http fetch GET 200 https://registry.npmjs.org/lru-cache 38ms 146 silly pacote range manifest for lru-cache@^4.0.1 fetched in 42ms 147 http fetch GET 200 https://registry.npmjs.org/which 41ms 148 silly pacote range manifest for which@^1.2.9 fetched in 44ms 149 http fetch GET 200 https://registry.npmjs.org/camelcase-keys 38ms 150 silly pacote range manifest for camelcase-keys@^2.0.0 fetched in 102ms 151 http fetch GET 200 https://registry.npmjs.org/decamelize 100ms 152 http fetch GET 200 https://registry.npmjs.org/loud-rejection 90ms 153 silly pacote range manifest for loud-rejection@^1.0.0 fetched in 94ms 154 silly pacote range manifest for decamelize@^1.1.2 fetched in 108ms 155 http fetch GET 200 https://registry.npmjs.org/minimist 35ms 156 silly pacote range manifest for minimist@^1.1.3 fetched in 38ms 157 http fetch GET 200 https://registry.npmjs.org/normalize-package-data 31ms 158 http fetch GET 200 https://registry.npmjs.org/read-pkg-up 31ms 159 silly pacote range manifest for normalize-package-data@^2.3.4 fetched in 39ms 160 silly pacote range manifest for read-pkg-up@^1.0.1 fetched in 40ms 161 silly pacote version manifest for minimist@0.0.8 fetched in 3ms 162 silly pacote range manifest for minimatch@2 || 3 fetched in 1ms 163 http fetch GET 200 https://registry.npmjs.org/redent 49ms 164 http fetch GET 200 https://registry.npmjs.org/trim-newlines 37ms 165 http fetch GET 200 https://registry.npmjs.org/are-we-there-yet 30ms 166 silly pacote range manifest for redent@^1.0.0 fetched in 55ms 167 silly pacote range manifest for trim-newlines@^1.0.0 fetched in 43ms 168 silly pacote range manifest for are-we-there-yet@~1.1.2 fetched in 36ms 169 http fetch GET 200 https://registry.npmjs.org/console-control-strings 36ms 170 http fetch GET 200 https://registry.npmjs.org/gauge 35ms 171 silly pacote range manifest for console-control-strings@~1.1.0 fetched in 42ms 172 silly pacote range manifest for glob@^7.0.0 fetched in 2ms 173 silly pacote range manifest for gauge@~2.7.3 fetched in 44ms 174 http fetch GET 200 https://registry.npmjs.org/set-blocking 48ms 175 silly pacote range manifest for lodash@^4.0.0 fetched in 8ms 176 silly pacote range manifest for set-blocking@~2.0.0 fetched in 53ms 177 http fetch GET 200 https://registry.npmjs.org/scss-tokenizer 32ms 178 silly pacote range manifest for scss-tokenizer@^0.2.3 fetched in 37ms 179 http fetch GET 200 https://registry.npmjs.org/yargs 61ms 180 silly pacote range manifest for yargs@^7.0.0 fetched in 70ms 181 http fetch GET 200 https://registry.npmjs.org/graceful-fs 44ms 182 silly pacote range manifest for mkdirp@^0.5.0 fetched in 6ms 183 silly pacote range manifest for nopt@2 || 3 fetched in 2ms 184 silly pacote range manifest for npmlog@0 || 1 || 2 || 3 || 4 fetched in 1ms 185 silly pacote range manifest for graceful-fs@^4.1.2 fetched in 53ms 186 http fetch GET 200 https://registry.npmjs.org/osenv 43ms 187 silly pacote range manifest for osenv@0 fetched in 46ms 188 silly pacote range manifest for rimraf@2 fetched in 2ms 189 http fetch GET 200 https://registry.npmjs.org/semver 86ms 190 silly pacote range manifest for semver@~5.3.0 fetched in 89ms 191 http fetch GET 200 https://registry.npmjs.org/tar 49ms 192 silly pacote range manifest for tar@^2.0.0 fetched in 53ms 193 silly pacote range manifest for which@1 fetched in 2ms 194 http fetch GET 200 https://registry.npmjs.org/wrappy 36ms 195 silly pacote range manifest for wrappy@1 fetched in 39ms 196 silly pacote range manifest for chalk@~1.1.1 fetched in 3ms 197 http fetch GET 200 https://registry.npmjs.org/balanced-match 34ms 198 silly pacote range manifest for balanced-match@^1.0.0 fetched in 41ms 199 http fetch GET 200 https://registry.npmjs.org/concat-map 26ms 200 silly pacote version manifest for concat-map@0.0.1 fetched in 35ms 201 http fetch GET 200 https://registry.npmjs.org/ansi-regex 36ms 202 silly pacote range manifest for ansi-regex@^2.0.0 fetched in 40ms 203 http fetch GET 200 https://registry.npmjs.org/isexe 25ms 204 silly pacote range manifest for isexe@^2.0.0 fetched in 28ms 205 http fetch GET 200 https://registry.npmjs.org/pseudomap 46ms 206 silly pacote range manifest for pseudomap@^1.0.2 fetched in 49ms 207 http fetch GET 200 https://registry.npmjs.org/resolve 410147ms attempt #2 https://github.com/nodejs/node/pull/2 208 silly pacote range manifest for resolve@~1.1.0 fetched in 410181ms 209 http fetch GET 200 https://registry.npmjs.org/camelcase 49ms 210 silly pacote range manifest for camelcase@^2.0.0 fetched in 69ms 211 http fetch GET 200 https://registry.npmjs.org/js-yaml 410114ms attempt #2 https://github.com/nodejs/node/pull/2 212 silly pacote range manifest for js-yaml@~3.5.2 fetched in 410122ms 213 http fetch GET 200 https://registry.npmjs.org/currently-unhandled 30ms 214 silly pacote range manifest for currently-unhandled@^0.4.1 fetched in 34ms 215 http fetch GET 200 https://registry.npmjs.org/signal-exit 32ms 216 silly pacote range manifest for signal-exit@^3.0.0 fetched in 35ms 217 http fetch GET 200 https://registry.npmjs.org/hosted-git-info 54ms 218 http fetch GET 200 https://registry.npmjs.org/map-obj 154ms 219 silly pacote range manifest for hosted-git-info@^2.1.4 fetched in 62ms 220 silly pacote range manifest for map-obj@^1.0.0 fetched in 159ms 221 silly pacote range manifest for semver@2 || 3 || 4 || 5 fetched in 3ms 222 http fetch GET 200 https://registry.npmjs.org/is-builtin-module 57ms 223 silly pacote range manifest for is-builtin-module@^1.0.0 fetched in 61ms 224 http fetch GET 200 https://registry.npmjs.org/validate-npm-package-license 167ms 225 silly pacote range manifest for validate-npm-package-license@^3.0.1 fetched in 177ms 226 http fetch GET 200 https://registry.npmjs.org/globule 410172ms attempt #2 https://github.com/nodejs/node/pull/2 227 silly pacote range manifest for globule@^1.0.0 fetched in 410182ms 228 http fetch GET 200 https://registry.npmjs.org/read-pkg 172ms 229 http fetch GET 200 https://registry.npmjs.org/indent-string 44ms 230 silly pacote range manifest for read-pkg@^1.0.0 fetched in 176ms 231 silly pacote range manifest for indent-string@^2.1.0 fetched in 51ms 232 http fetch GET 200 https://registry.npmjs.org/delegates 47ms 233 silly pacote range manifest for delegates@^1.0.0 fetched in 49ms 234 http fetch GET 200 https://registry.npmjs.org/map-obj 410156ms attempt #2 https://github.com/nodejs/node/pull/2 235 silly pacote range manifest for map-obj@^1.0.1 fetched in 410158ms 236 http fetch GET 200 https://registry.npmjs.org/readable-stream 61ms 237 silly pacote range manifest for readable-stream@^2.0.6 fetched in 66ms 238 silly pacote range manifest for console-control-strings@^1.0.0 fetched in 8ms 239 http fetch GET 200 https://registry.npmjs.org/aproba 34ms 240 silly pacote range manifest for aproba@^1.0.3 fetched in 40ms 241 silly pacote range manifest for object-assign@^4.1.0 fetched in 1ms 242 http fetch GET 200 https://registry.npmjs.org/has-unicode 29ms 243 silly pacote range manifest for has-unicode@^2.0.0 fetched in 32ms 244 silly pacote range manifest for strip-ansi@^3.0.1 fetched in 2ms 245 http fetch GET 200 https://registry.npmjs.org/string-width 28ms 246 silly pacote range manifest for string-width@^1.0.1 fetched in 35ms 247 http fetch GET 200 https://registry.npmjs.org/strip-indent 180ms 248 silly pacote range manifest for strip-indent@^1.0.1 fetched in 183ms 249 http fetch GET 200 https://registry.npmjs.org/wide-align 38ms 250 silly pacote range manifest for wide-align@^1.1.0 fetched in 41ms 251 silly pacote range manifest for camelcase@^3.0.0 fetched in 4ms 252 http fetch GET 200 https://registry.npmjs.org/js-base64 39ms 253 silly pacote range manifest for js-base64@^2.1.8 fetched in 43ms 254 silly pacote range manifest for decamelize@^1.1.1 fetched in 1ms 255 http fetch GET 200 https://registry.npmjs.org/cliui 33ms 256 silly pacote range manifest for cliui@^3.2.0 fetched in 37ms 257 http fetch GET 200 https://registry.npmjs.org/get-caller-file 34ms 258 http fetch GET 200 https://registry.npmjs.org/source-map 72ms 259 silly pacote range manifest for get-caller-file@^1.0.1 fetched in 41ms 260 silly pacote range manifest for source-map@^0.4.2 fetched in 81ms 261 http fetch GET 200 https://registry.npmjs.org/require-directory 35ms 262 http fetch GET 200 https://registry.npmjs.org/os-locale 54ms 263 silly pacote range manifest for require-directory@^2.1.1 fetched in 40ms 264 silly pacote range manifest for set-blocking@^2.0.0 fetched in 1ms 265 silly pacote range manifest for string-width@^1.0.2 fetched in 1ms 266 silly pacote range manifest for os-locale@^1.4.0 fetched in 62ms 267 http fetch GET 200 https://registry.npmjs.org/which-module 34ms 268 silly pacote range manifest for which-module@^1.0.0 fetched in 36ms 269 http fetch GET 200 https://registry.npmjs.org/fstream 410193ms attempt #2 https://github.com/nodejs/node/pull/2 270 silly pacote range manifest for fstream@^1.0.0 fetched in 410199ms 271 http fetch GET 200 https://registry.npmjs.org/y18n 52ms 272 silly pacote range manifest for y18n@^3.2.1 fetched in 60ms 273 http fetch GET 200 https://registry.npmjs.org/yargs-parser 40ms 274 http fetch GET 200 https://registry.npmjs.org/os-homedir 36ms 275 silly pacote range manifest for yargs-parser@^5.0.0 fetched in 57ms 276 silly pacote range manifest for glob@^7.0.5 fetched in 4ms 277 silly pacote range manifest for os-homedir@^1.0.0 fetched in 55ms 278 http fetch GET 200 https://registry.npmjs.org/os-tmpdir 45ms 279 silly pacote range manifest for fstream@^1.0.2 fetched in 2ms 280 silly pacote range manifest for os-tmpdir@^1.0.0 fetched in 49ms 281 http fetch GET 200 https://registry.npmjs.org/block-stream 29ms 282 silly pacote range manifest for block-stream@* fetched in 31ms 283 http fetch GET 200 https://registry.npmjs.org/argparse 38ms 284 silly pacote range manifest for argparse@^1.0.2 fetched in 41ms 285 http fetch GET 200 https://registry.npmjs.org/array-find-index 27ms 286 silly pacote range manifest for array-find-index@^1.0.1 fetched in 30ms 287 http fetch GET 200 https://registry.npmjs.org/builtin-modules 32ms 288 silly pacote range manifest for builtin-modules@^1.0.0 fetched in 34ms 289 http fetch GET 200 https://registry.npmjs.org/spdx-correct 30ms 290 silly pacote range manifest for spdx-correct@^3.0.0 fetched in 33ms 291 silly pacote range manifest for glob@~7.1.1 fetched in 2ms 292 silly pacote range manifest for lodash@~4.17.4 fetched in 1ms 293 http fetch GET 200 https://registry.npmjs.org/spdx-expression-parse 29ms 294 silly pacote range manifest for spdx-expression-parse@^3.0.0 fetched in 32ms 295 silly pacote range manifest for normalize-package-data@^2.3.2 fetched in 3ms 296 http fetch GET 200 https://registry.npmjs.org/load-json-file 27ms 297 silly pacote range manifest for load-json-file@^1.0.0 fetched in 31ms 298 http fetch GET 200 https://registry.npmjs.org/path-type 55ms 299 http fetch GET 200 https://registry.npmjs.org/repeating 43ms 300 silly pacote range manifest for path-type@^1.0.0 fetched in 58ms 301 silly pacote range manifest for repeating@^2.0.0 fetched in 47ms 302 silly pacote range manifest for inherits@~2.0.3 fetched in 1ms 303 http fetch GET 200 https://registry.npmjs.org/require-main-filename 335ms 304 silly pacote range manifest for require-main-filename@^1.0.1 fetched in 337ms 305 http fetch GET 200 https://registry.npmjs.org/core-util-is 28ms 306 silly pacote range manifest for core-util-is@~1.0.0 fetched in 30ms 307 http fetch GET 200 https://registry.npmjs.org/process-nextick-args 35ms 308 silly pacote range manifest for process-nextick-args@~2.0.0 fetched in 41ms 309 http fetch GET 200 https://registry.npmjs.org/safe-buffer 32ms 310 silly pacote range manifest for safe-buffer@~5.1.1 fetched in 34ms 311 http fetch GET 200 https://registry.npmjs.org/string_decoder 35ms 312 http fetch GET 200 https://registry.npmjs.org/util-deprecate 34ms 313 silly pacote range manifest for string_decoder@~1.1.1 fetched in 40ms 314 silly pacote range manifest for util-deprecate@~1.0.1 fetched in 41ms 315 http fetch GET 200 https://registry.npmjs.org/code-point-at 41ms 316 silly pacote range manifest for code-point-at@^1.0.0 fetched in 43ms 317 silly pacote range manifest for string-width@^1.0.2 || 2 fetched in 5ms 318 http fetch GET 200 https://registry.npmjs.org/wrap-ansi 31ms 319 silly pacote range manifest for wrap-ansi@^2.0.0 fetched in 34ms 320 http fetch GET 200 https://registry.npmjs.org/amdefine 28ms 321 silly pacote range manifest for amdefine@>=0.0.4 fetched in 31ms 322 http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point 144ms 323 silly pacote range manifest for is-fullwidth-code-point@^1.0.0 fetched in 151ms 324 silly pacote range manifest for inherits@~2.0.0 fetched in 1ms 325 silly pacote range manifest for mkdirp@>=0.5 0 fetched in 2ms 326 http fetch GET 200 https://registry.npmjs.org/lcid 50ms 327 silly pacote range manifest for lcid@^1.0.0 fetched in 51ms 328 http fetch GET 200 https://registry.npmjs.org/sprintf-js 28ms 329 silly pacote range manifest for sprintf-js@~1.0.2 fetched in 31ms 330 http fetch GET 200 https://registry.npmjs.org/spdx-license-ids 30ms 331 silly pacote range manifest for spdx-license-ids@^3.0.0 fetched in 45ms 332 http fetch GET 200 https://registry.npmjs.org/spdx-exceptions 33ms 333 silly pacote range manifest for spdx-exceptions@^2.1.0 fetched in 36ms 334 http fetch GET 200 https://registry.npmjs.org/parse-json 36ms 335 silly pacote range manifest for parse-json@^2.2.0 fetched in 38ms 336 http fetch GET 200 https://registry.npmjs.org/pify 38ms 337 silly pacote range manifest for pify@^2.0.0 fetched in 41ms 338 http fetch GET 200 https://registry.npmjs.org/pinkie-promise 33ms 339 silly pacote range manifest for pinkie-promise@^2.0.0 fetched in 36ms 340 http fetch GET 200 https://registry.npmjs.org/strip-bom 34ms 341 silly pacote range manifest for strip-bom@^2.0.0 fetched in 44ms 342 silly pacote range manifest for safe-buffer@~5.1.0 fetched in 10ms 343 silly pacote range manifest for is-fullwidth-code-point@^2.0.0 fetched in 2ms 344 silly pacote range manifest for strip-ansi@^4.0.0 fetched in 2ms 345 http fetch GET 200 https://registry.npmjs.org/is-finite 46ms 346 silly pacote range manifest for is-finite@^1.0.0 fetched in 47ms 347 http fetch GET 200 https://registry.npmjs.org/number-is-nan 29ms 348 silly pacote range manifest for number-is-nan@^1.0.0 fetched in 34ms 349 http fetch GET 200 https://registry.npmjs.org/invert-kv 31ms 350 silly pacote range manifest for invert-kv@^1.0.0 fetched in 34ms 351 http fetch GET 200 https://registry.npmjs.org/error-ex 33ms 352 silly pacote range manifest for error-ex@^1.2.0 fetched in 34ms 353 http fetch GET 200 https://registry.npmjs.org/pinkie 31ms 354 silly pacote range manifest for pinkie@^2.0.0 fetched in 33ms 355 silly pacote range manifest for ansi-regex@^3.0.0 fetched in 9ms 356 http fetch GET 200 https://registry.npmjs.org/is-arrayish 28ms 357 silly pacote range manifest for is-arrayish@^0.2.1 fetched in 31ms 358 silly fetchPackageMetaData error for esprima@^2.6.0 request to https://registry.npmjs.org/esprima failed, reason: read EHOSTUNREACH 359 silly fetchPackageMetaData error for request@2 request to https://registry.npmjs.org/request failed, reason: read EHOSTUNREACH 360 silly fetchPackageMetaData error for is-utf8@^0.2.0 request to https://registry.npmjs.org/is-utf8 failed, reason: read EHOSTUNREACH 361 silly fetchPackageMetaData error for yallist@^2.1.2 request to https://registry.npmjs.org/yallist failed, reason: read EHOSTUNREACH 362 silly fetchPackageMetaData error for isarray@~1.0.0 request to https://registry.npmjs.org/isarray failed, reason: read EHOSTUNREACH 363 silly fetchPackageMetaData error for find-up@^1.0.0 request to https://registry.npmjs.org/find-up failed, reason: read EHOSTUNREACH 364 silly fetchPackageMetaData error for request@^2.61.0 request to https://registry.npmjs.org/request failed, reason: socket hang up 365 silly fetchPackageMetaData error for tiny-lr@^1.1.1 request to https://registry.npmjs.org/tiny-lr failed, reason: socket hang up 366 silly fetchPackageMetaData error for onetime@^1.0.0 request to https://registry.npmjs.org/onetime failed, reason: socket hang up 367 silly pacote range manifest for grunt@^1.0.1 fetched in 4ms 368 silly resolveWithNewModule grunt@1.0.2 checking installable status 369 silly pacote range manifest for grunt-cli@^1.2.0 fetched in 9ms 370 silly resolveWithNewModule grunt-cli@1.2.0 checking installable status 371 silly pacote range manifest for grunt-contrib-requirejs@^1.0.0 fetched in 10ms 372 silly resolveWithNewModule grunt-contrib-requirejs@1.0.0 checking installable status 373 silly pacote range manifest for grunt-contrib-watch@^1.0.0 fetched in 10ms 374 silly resolveWithNewModule grunt-contrib-watch@1.1.0 checking installable status 375 silly pacote range manifest for grunt-sass@^1.2.1 fetched in 11ms 376 silly resolveWithNewModule grunt-sass@1.2.1 checking installable status 377 silly pacote range manifest for node-sass@^3.10.1 fetched in 12ms 378 silly resolveWithNewModule node-sass@3.13.1 checking installable status 379 silly pacote range manifest for coffeescript@~1.10.0 fetched in 6ms 380 silly resolveWithNewModule coffeescript@1.10.0 checking installable status 381 silly pacote range manifest for dateformat@~1.0.12 fetched in 7ms 382 silly resolveWithNewModule dateformat@1.0.12 checking installable status 383 silly pacote range manifest for eventemitter2@~0.4.13 fetched in 9ms 384 silly resolveWithNewModule eventemitter2@0.4.14 checking installable status 385 silly pacote range manifest for exit@~0.1.1 fetched in 10ms 386 silly resolveWithNewModule exit@0.1.2 checking installable status 387 silly pacote range manifest for findup-sync@~0.3.0 fetched in 11ms 388 silly resolveWithNewModule findup-sync@0.3.0 checking installable status 389 silly pacote range manifest for glob@~7.0.0 fetched in 12ms 390 silly resolveWithNewModule glob@7.0.6 checking installable status 391 silly pacote range manifest for grunt-known-options@~1.1.0 fetched in 12ms 392 silly resolveWithNewModule grunt-known-options@1.1.0 checking installable status 393 silly pacote range manifest for grunt-legacy-log@~1.0.0 fetched in 13ms 394 silly resolveWithNewModule grunt-legacy-log@1.0.2 checking installable status 395 silly pacote range manifest for grunt-legacy-util@~1.0.0 fetched in 17ms 396 silly resolveWithNewModule grunt-legacy-util@1.0.0 checking installable status 397 silly pacote range manifest for iconv-lite@~0.4.13 fetched in 17ms 398 silly resolveWithNewModule iconv-lite@0.4.23 checking installable status 399 silly pacote range manifest for js-yaml@~3.5.2 fetched in 4ms 400 silly resolveWithNewModule js-yaml@3.5.5 checking installable status 401 silly pacote range manifest for minimatch@~3.0.2 fetched in 4ms 402 silly resolveWithNewModule minimatch@3.0.4 checking installable status 403 silly pacote range manifest for nopt@~3.0.6 fetched in 5ms 404 silly resolveWithNewModule nopt@3.0.6 checking installable status 405 silly pacote range manifest for path-is-absolute@~1.0.0 fetched in 5ms 406 silly resolveWithNewModule path-is-absolute@1.0.1 checking installable status 407 silly pacote range manifest for rimraf@~2.2.8 fetched in 6ms 408 silly resolveWithNewModule rimraf@2.2.8 checking installable status 409 silly pacote range manifest for get-stdin@^4.0.1 fetched in 1ms 410 silly resolveWithNewModule get-stdin@4.0.1 checking installable status 411 silly pacote range manifest for meow@^3.3.0 fetched in 2ms 412 silly resolveWithNewModule meow@3.7.0 checking installable status 413 silly pacote range manifest for camelcase-keys@^2.0.0 fetched in 4ms 414 silly resolveWithNewModule camelcase-keys@2.1.0 checking installable status 415 silly pacote range manifest for decamelize@^1.1.2 fetched in 4ms 416 silly resolveWithNewModule decamelize@1.2.0 checking installable status 417 silly pacote range manifest for loud-rejection@^1.0.0 fetched in 4ms 418 silly resolveWithNewModule loud-rejection@1.6.0 checking installable status 419 silly pacote range manifest for map-obj@^1.0.1 fetched in 5ms 420 silly resolveWithNewModule map-obj@1.0.1 checking installable status 421 silly pacote range manifest for minimist@^1.1.3 fetched in 5ms 422 silly resolveWithNewModule minimist@1.2.0 checking installable status 423 silly pacote range manifest for normalize-package-data@^2.3.4 fetched in 6ms 424 silly resolveWithNewModule normalize-package-data@2.4.0 checking installable status 425 silly pacote range manifest for object-assign@^4.0.1 fetched in 7ms 426 silly resolveWithNewModule object-assign@4.1.1 checking installable status 427 silly pacote range manifest for read-pkg-up@^1.0.1 fetched in 8ms 428 silly resolveWithNewModule read-pkg-up@1.0.1 checking installable status 429 silly pacote range manifest for redent@^1.0.0 fetched in 8ms 430 silly resolveWithNewModule redent@1.0.0 checking installable status 431 silly pacote range manifest for trim-newlines@^1.0.0 fetched in 9ms 432 silly resolveWithNewModule trim-newlines@1.0.0 checking installable status 433 silly pacote range manifest for camelcase@^2.0.0 fetched in 1ms 434 silly resolveWithNewModule camelcase@2.1.1 checking installable status 435 silly pacote range manifest for currently-unhandled@^0.4.1 fetched in 1ms 436 silly resolveWithNewModule currently-unhandled@0.4.1 checking installable status 437 silly pacote range manifest for signal-exit@^3.0.0 fetched in 2ms 438 silly resolveWithNewModule signal-exit@3.0.2 checking installable status 439 silly pacote range manifest for array-find-index@^1.0.1 fetched in 1ms 440 silly resolveWithNewModule array-find-index@1.0.2 checking installable status 441 silly pacote range manifest for hosted-git-info@^2.1.4 fetched in 2ms 442 silly resolveWithNewModule hosted-git-info@2.6.0 checking installable status 443 silly pacote range manifest for is-builtin-module@^1.0.0 fetched in 3ms 444 silly resolveWithNewModule is-builtin-module@1.0.0 checking installable status 445 silly pacote range manifest for semver@2 || 3 || 4 || 5 fetched in 3ms 446 silly resolveWithNewModule semver@5.5.0 checking installable status 447 silly pacote range manifest for validate-npm-package-license@^3.0.1 fetched in 4ms 448 silly resolveWithNewModule validate-npm-package-license@3.0.3 checking installable status 449 silly pacote range manifest for builtin-modules@^1.0.0 fetched in 1ms 450 silly resolveWithNewModule builtin-modules@1.1.1 checking installable status 451 silly pacote range manifest for spdx-correct@^3.0.0 fetched in 1ms 452 silly resolveWithNewModule spdx-correct@3.0.0 checking installable status 453 silly pacote range manifest for spdx-expression-parse@^3.0.0 fetched in 2ms 454 silly resolveWithNewModule spdx-expression-parse@3.0.0 checking installable status 455 silly pacote range manifest for spdx-license-ids@^3.0.0 fetched in 3ms 456 silly resolveWithNewModule spdx-license-ids@3.0.0 checking installable status 457 silly pacote range manifest for spdx-exceptions@^2.1.0 fetched in 1ms 458 silly resolveWithNewModule spdx-exceptions@2.1.0 checking installable status 459 silly pacote range manifest for read-pkg@^1.0.0 fetched in 3ms 460 silly resolveWithNewModule read-pkg@1.1.0 checking installable status 461 http fetch GET 200 https://registry.npmjs.org/find-up 158ms 462 silly pacote range manifest for find-up@^1.0.0 fetched in 161ms 463 silly resolveWithNewModule find-up@1.1.2 checking installable status 464 silly pacote range manifest for pinkie-promise@^2.0.0 fetched in 2ms 465 silly resolveWithNewModule pinkie-promise@2.0.1 checking installable status 466 http fetch GET 200 https://registry.npmjs.org/path-exists 33ms 467 silly pacote range manifest for path-exists@^2.0.0 fetched in 35ms 468 silly resolveWithNewModule path-exists@2.1.0 checking installable status 469 silly pacote range manifest for pinkie@^2.0.0 fetched in 0ms 470 silly resolveWithNewModule pinkie@2.0.4 checking installable status 471 silly pacote range manifest for load-json-file@^1.0.0 fetched in 1ms 472 silly resolveWithNewModule load-json-file@1.1.0 checking installable status 473 silly pacote range manifest for path-type@^1.0.0 fetched in 2ms 474 silly resolveWithNewModule path-type@1.1.0 checking installable status 475 silly pacote range manifest for graceful-fs@^4.1.2 fetched in 3ms 476 silly resolveWithNewModule graceful-fs@4.1.11 checking installable status 477 silly pacote range manifest for parse-json@^2.2.0 fetched in 4ms 478 silly resolveWithNewModule parse-json@2.2.0 checking installable status 479 silly pacote range manifest for pify@^2.0.0 fetched in 4ms 480 silly resolveWithNewModule pify@2.3.0 checking installable status 481 silly pacote range manifest for strip-bom@^2.0.0 fetched in 5ms 482 silly resolveWithNewModule strip-bom@2.0.0 checking installable status 483 silly pacote range manifest for error-ex@^1.2.0 fetched in 1ms 484 silly resolveWithNewModule error-ex@1.3.1 checking installable status 485 silly pacote range manifest for is-arrayish@^0.2.1 fetched in 1ms 486 silly resolveWithNewModule is-arrayish@0.2.1 checking installable status 487 http fetch GET 200 https://registry.npmjs.org/is-utf8 410133ms attempt #2 https://github.com/nodejs/node/pull/2 488 silly pacote range manifest for is-utf8@^0.2.0 fetched in 410137ms 489 silly resolveWithNewModule is-utf8@0.2.1 checking installable status 490 silly pacote range manifest for strip-indent@^1.0.1 fetched in 3ms 491 silly resolveWithNewModule strip-indent@1.0.1 checking installable status 492 silly pacote range manifest for indent-string@^2.1.0 fetched in 6ms 493 silly resolveWithNewModule indent-string@2.1.0 checking installable status 494 silly pacote range manifest for repeating@^2.0.0 fetched in 0ms 495 silly resolveWithNewModule repeating@2.0.1 checking installable status 496 silly pacote range manifest for is-finite@^1.0.0 fetched in 1ms 497 silly resolveWithNewModule is-finite@1.0.2 checking installable status 498 silly pacote range manifest for number-is-nan@^1.0.0 fetched in 1ms 499 silly resolveWithNewModule number-is-nan@1.0.1 checking installable status 500 silly pacote range manifest for glob@~5.0.0 fetched in 3ms 501 silly resolveWithNewModule glob@5.0.15 checking installable status 502 silly pacote range manifest for inflight@^1.0.4 fetched in 2ms 503 silly resolveWithNewModule inflight@1.0.6 checking installable status 504 silly pacote range manifest for inherits@2 fetched in 3ms 505 silly resolveWithNewModule inherits@2.0.3 checking installable status 506 silly pacote range manifest for once@^1.3.0 fetched in 3ms 507 silly resolveWithNewModule once@1.4.0 checking installable status 508 silly pacote range manifest for wrappy@1 fetched in 0ms 509 silly resolveWithNewModule wrappy@1.0.2 checking installable status 510 silly pacote range manifest for brace-expansion@^1.1.7 fetched in 1ms 511 silly resolveWithNewModule brace-expansion@1.1.11 checking installable status 512 silly pacote range manifest for balanced-match@^1.0.0 fetched in 1ms 513 silly resolveWithNewModule balanced-match@1.0.0 checking installable status 514 silly pacote version manifest for concat-map@0.0.1 fetched in 2ms 515 silly resolveWithNewModule concat-map@0.0.1 checking installable status 516 silly pacote range manifest for fs.realpath@^1.0.0 fetched in 0ms 517 silly resolveWithNewModule fs.realpath@1.0.0 checking installable status 518 silly pacote range manifest for resolve@~1.1.0 fetched in 1ms 519 silly resolveWithNewModule resolve@1.1.7 checking installable status 520 silly pacote range manifest for abbrev@1 fetched in 1ms 521 silly resolveWithNewModule abbrev@1.1.1 checking installable status 522 silly pacote range manifest for colors@~1.1.2 fetched in 2ms 523 silly resolveWithNewModule colors@1.1.2 checking installable status 524 silly pacote range manifest for grunt-legacy-log-utils@~1.0.0 fetched in 3ms 525 silly resolveWithNewModule grunt-legacy-log-utils@1.0.0 checking installable status 526 silly pacote range manifest for hooker@~0.2.3 fetched in 3ms 527 silly resolveWithNewModule hooker@0.2.3 checking installable status 528 silly pacote range manifest for lodash@~4.17.5 fetched in 4ms 529 silly resolveWithNewModule lodash@4.17.10 checking installable status 530 silly pacote range manifest for chalk@~1.1.1 fetched in 2ms 531 silly resolveWithNewModule chalk@1.1.3 checking installable status 532 silly pacote range manifest for lodash@~4.3.0 fetched in 2ms 533 silly resolveWithNewModule lodash@4.3.0 checking installable status 534 silly pacote range manifest for ansi-styles@^2.2.1 fetched in 3ms 535 silly resolveWithNewModule ansi-styles@2.2.1 checking installable status 536 silly pacote range manifest for escape-string-regexp@^1.0.2 fetched in 4ms 537 silly resolveWithNewModule escape-string-regexp@1.0.5 checking installable status 538 silly pacote range manifest for has-ansi@^2.0.0 fetched in 5ms 539 silly resolveWithNewModule has-ansi@2.0.0 checking installable status 540 silly pacote range manifest for strip-ansi@^3.0.0 fetched in 4ms 541 silly resolveWithNewModule strip-ansi@3.0.1 checking installable status 542 silly pacote range manifest for supports-color@^2.0.0 fetched in 5ms 543 silly resolveWithNewModule supports-color@2.0.0 checking installable status 544 silly pacote range manifest for ansi-regex@^2.0.0 fetched in 1ms 545 silly resolveWithNewModule ansi-regex@2.1.1 checking installable status 546 silly pacote range manifest for async@~1.5.2 fetched in 4ms 547 silly resolveWithNewModule async@1.5.2 checking installable status 548 silly pacote range manifest for getobject@~0.1.0 fetched in 5ms 549 silly resolveWithNewModule getobject@0.1.0 checking installable status 550 silly pacote range manifest for lodash@~4.3.0 fetched in 4ms 551 silly resolveWithNewModule lodash@4.3.0 checking installable status 552 silly pacote range manifest for underscore.string@~3.2.3 fetched in 5ms 553 silly resolveWithNewModule underscore.string@3.2.3 checking installable status 554 silly pacote range manifest for which@~1.2.1 fetched in 6ms 555 silly resolveWithNewModule which@1.2.14 checking installable status 556 silly pacote range manifest for isexe@^2.0.0 fetched in 0ms 557 silly resolveWithNewModule isexe@2.0.0 checking installable status 558 silly pacote range manifest for safer-buffer@>= 2.1.2 < 3 fetched in 0ms 559 silly resolveWithNewModule safer-buffer@2.1.2 checking installable status 560 silly pacote range manifest for argparse@^1.0.2 fetched in 2ms 561 silly resolveWithNewModule argparse@1.0.10 checking installable status 562 silly fetchPackageMetaData error for esprima@^2.6.0 request to https://registry.npmjs.org/esprima failed, reason: read EHOSTUNREACH 563 timing stage:rollbackFailedOptional Completed in 0ms 564 timing stage:runTopLevelLifecycles Completed in 2845865ms 565 silly saveTree opennebula-sunstone@0.0.1 565 silly saveTree ├─┬ grunt-cli@1.2.0 565 silly saveTree │ ├─┬ findup-sync@0.3.0 565 silly saveTree │ │ └─┬ glob@5.0.15 565 silly saveTree │ │ ├─┬ inflight@1.0.6 565 silly saveTree │ │ │ ├─┬ once@1.4.0 565 silly saveTree │ │ │ │ └── wrappy@1.0.2 565 silly saveTree │ │ │ └── wrappy@1.0.2 565 silly saveTree │ │ ├── inherits@2.0.3 565 silly saveTree │ │ ├─┬ minimatch@3.0.4 565 silly saveTree │ │ │ └─┬ brace-expansion@1.1.11 565 silly saveTree │ │ │ ├── balanced-match@1.0.0 565 silly saveTree │ │ │ └── concat-map@0.0.1 565 silly saveTree │ │ ├── once@1.4.0 565 silly saveTree │ │ └── path-is-absolute@1.0.1 565 silly saveTree │ ├── grunt-known-options@1.1.0 565 silly saveTree │ ├─┬ nopt@3.0.6 565 silly saveTree │ │ └── abbrev@1.1.1 565 silly saveTree │ └── resolve@1.1.7 565 silly saveTree ├── grunt-contrib-requirejs@1.0.0 565 silly saveTree ├─┬ grunt-contrib-watch@1.1.0 565 silly saveTree │ └── lodash@4.17.10 565 silly saveTree ├─┬ grunt-sass@1.2.1 565 silly saveTree │ ├─┬ node-sass@3.13.1 565 silly saveTree │ │ ├─┬ chalk@1.1.3 565 silly saveTree │ │ │ ├── ansi-styles@2.2.1 565 silly saveTree │ │ │ ├── escape-string-regexp@1.0.5 565 silly saveTree │ │ │ ├─┬ has-ansi@2.0.0 565 silly saveTree │ │ │ │ └── ansi-regex@2.1.1 565 silly saveTree │ │ │ ├── strip-ansi@3.0.1 565 silly saveTree │ │ │ └── supports-color@2.0.0 565 silly saveTree │ │ ├── get-stdin@4.0.1 565 silly saveTree │ │ ├─┬ glob@7.0.6 565 silly saveTree │ │ │ └── fs.realpath@1.0.0 565 silly saveTree │ │ └─┬ meow@3.7.0 565 silly saveTree │ │ ├─┬ camelcase-keys@2.1.0 565 silly saveTree │ │ │ ├── camelcase@2.1.1 565 silly saveTree │ │ │ └── map-obj@1.0.1 565 silly saveTree │ │ ├── decamelize@1.2.0 565 silly saveTree │ │ ├─┬ loud-rejection@1.6.0 565 silly saveTree │ │ │ ├─┬ currently-unhandled@0.4.1 565 silly saveTree │ │ │ │ └── array-find-index@1.0.2 565 silly saveTree │ │ │ └── signal-exit@3.0.2 565 silly saveTree │ │ ├── map-obj@1.0.1 565 silly saveTree │ │ ├── minimist@1.2.0 565 silly saveTree │ │ ├─┬ normalize-package-data@2.4.0 565 silly saveTree │ │ │ ├── hosted-git-info@2.6.0 565 silly saveTree │ │ │ ├─┬ is-builtin-module@1.0.0 565 silly saveTree │ │ │ │ └── builtin-modules@1.1.1 565 silly saveTree │ │ │ ├── semver@5.5.0 565 silly saveTree │ │ │ └─┬ validate-npm-package-license@3.0.3 565 silly saveTree │ │ │ ├─┬ spdx-correct@3.0.0 565 silly saveTree │ │ │ │ ├─┬ spdx-expression-parse@3.0.0 565 silly saveTree │ │ │ │ │ ├── spdx-exceptions@2.1.0 565 silly saveTree │ │ │ │ │ └── spdx-license-ids@3.0.0 565 silly saveTree │ │ │ │ └── spdx-license-ids@3.0.0 565 silly saveTree │ │ │ └── spdx-expression-parse@3.0.0 565 silly saveTree │ │ ├── object-assign@4.1.1 565 silly saveTree │ │ ├─┬ read-pkg-up@1.0.1 565 silly saveTree │ │ │ ├─┬ find-up@1.1.2 565 silly saveTree │ │ │ │ ├─┬ path-exists@2.1.0 565 silly saveTree │ │ │ │ │ └─┬ pinkie-promise@2.0.1 565 silly saveTree │ │ │ │ │ └── pinkie@2.0.4 565 silly saveTree │ │ │ │ └── pinkie-promise@2.0.1 565 silly saveTree │ │ │ └─┬ read-pkg@1.1.0 565 silly saveTree │ │ │ ├─┬ load-json-file@1.1.0 565 silly saveTree │ │ │ │ ├── graceful-fs@4.1.11 565 silly saveTree │ │ │ │ ├─┬ parse-json@2.2.0 565 silly saveTree │ │ │ │ │ └─┬ error-ex@1.3.1 565 silly saveTree │ │ │ │ │ └── is-arrayish@0.2.1 565 silly saveTree │ │ │ │ ├── pify@2.3.0 565 silly saveTree │ │ │ │ └─┬ strip-bom@2.0.0 565 silly saveTree │ │ │ │ └── is-utf8@0.2.1 565 silly saveTree │ │ │ └── path-type@1.1.0 565 silly saveTree │ │ ├─┬ redent@1.0.0 565 silly saveTree │ │ │ ├─┬ indent-string@2.1.0 565 silly saveTree │ │ │ │ └─┬ repeating@2.0.1 565 silly saveTree │ │ │ │ └─┬ is-finite@1.0.2 565 silly saveTree │ │ │ │ └── number-is-nan@1.0.1 565 silly saveTree │ │ │ └── strip-indent@1.0.1 565 silly saveTree │ │ └── trim-newlines@1.0.0 565 silly saveTree │ └── object-assign@4.1.1 565 silly saveTree ├─┬ grunt@1.0.2 565 silly saveTree │ ├── coffeescript@1.10.0 565 silly saveTree │ ├── dateformat@1.0.12 565 silly saveTree │ ├── eventemitter2@0.4.14 565 silly saveTree │ ├── exit@0.1.2 565 silly saveTree │ ├─┬ grunt-legacy-log@1.0.2 565 silly saveTree │ │ ├── colors@1.1.2 565 silly saveTree │ │ ├─┬ grunt-legacy-log-utils@1.0.0 565 silly saveTree │ │ │ └── lodash@4.3.0 565 silly saveTree │ │ └── hooker@0.2.3 565 silly saveTree │ ├─┬ grunt-legacy-util@1.0.0 565 silly saveTree │ │ ├── async@1.5.2 565 silly saveTree │ │ ├── getobject@0.1.0 565 silly saveTree │ │ ├── lodash@4.3.0 565 silly saveTree │ │ ├── underscore.string@3.2.3 565 silly saveTree │ │ └─┬ which@1.2.14 565 silly saveTree │ │ └── isexe@2.0.0 565 silly saveTree │ ├─┬ iconv-lite@0.4.23 565 silly saveTree │ │ └── safer-buffer@2.1.2 565 silly saveTree │ ├─┬ js-yaml@3.5.5 565 silly saveTree │ │ └── argparse@1.0.10 565 silly saveTree │ └── rimraf@2.2.8 565 silly saveTree └── node-sass@3.13.1 566 verbose type system 567 verbose stack FetchError: request to https://registry.npmjs.org/esprima failed, reason: read EHOSTUNREACH 567 verbose stack at ClientRequest.req.on.err (/usr/lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/src/index.js:68:14) 567 verbose stack at ClientRequest.emit (events.js:182:13) 567 verbose stack at TLSSocket.socketErrorListener (_http_client.js:382:9) 567 verbose stack at TLSSocket.emit (events.js:182:13) 567 verbose stack at emitErrorNT (internal/streams/destroy.js:82:8) 567 verbose stack at emitErrorAndCloseNT (internal/streams/destroy.js:50:3) 567 verbose stack at process._tickCallback (internal/process/next_tick.js:63:19) 568 verbose cwd /tmp/makepkg/opennebula/src/one-release-5.4.12/src/sunstone/public 569 verbose Linux 4.16.11-1-ARCH 570 verbose argv "/usr/bin/node" "/usr/bin/npm" "install" 571 verbose node v10.2.1 572 verbose npm v6.1.0 573 error code EHOSTUNREACH 574 error errno EHOSTUNREACH 575 error request to https://registry.npmjs.org/esprima failed, reason: read EHOSTUNREACH 576 verbose exit [ 1, true ]
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/nodejs/node/issues/20979#issuecomment-392331485, or mute the thread https://github.com/notifications/unsubscribe-auth/AAecV96URboAGFNyqREm-Tn6GS3DEB87ks5t2qt9gaJpZM4UO8U4 .
It looks like you are using npm 6.1.0, node 10.2.1 ships with npm 5.6.0 Are you able to reproduce with that version of npm?
One thing at a time, first:
nodejs: nodejs-10.2.1 npm: npm-5.6.0
npm install npm WARN npm npm does not support Node.js v10.2.1 npm WARN npm You should probably upgrade to a newer version of node as we npm WARN npm can't make any promises that npm will work with this version. npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9. npm WARN npm You can find the latest version at https://nodejs.org/
@Yann-Kaelig the output you have pasted doesn't really make it clear if installation is successful or not (other than the warning) - can you please let us know if it works?
Thanks :)
nodejs: nodejs-10.2.1 npm: npm-5.6.0
Nadal it's not working, same issue socket hang up.
digging into the log it looks like something is failing in the node-sass
install
7038 verbose lifecycle node-sass@3.13.1~postinstall: unsafe-perm in lifecycle true
7039 verbose lifecycle node-sass@3.13.1~postinstall: PATH: /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/jean-michel/one-release-5.4.12/src/sunstone/public/node_modules/node-sass/node_modules/.bin:/home/jean-michel/one-release-5.4.12/src/sunstone/public/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
7040 verbose lifecycle node-sass@3.13.1~postinstall: CWD: /home/jean-michel/one-release-5.4.12/src/sunstone/public/node_modules/node-sass
7041 silly lifecycle node-sass@3.13.1~postinstall: Args: [ '-c', 'node scripts/build.js' ]
7042 silly lifecycle node-sass@3.13.1~postinstall: Returned: code: 1 signal: null
7043 info lifecycle node-sass@3.13.1~postinstall: Failed to exec postinstall script
7044 verbose unlock done using /home/jean-michel/.npm/_locks/staging-6829d8dc8e4b11e8.lock for /home/jean-michel/one-release-5.4.12/src/sunstone/public/node_modules/.staging
What type of system are you using? Can you share a copy of your package.json?
Closing due to non-responsiveness. Feel free to comment and/or re-open if there's more information and more to do here.
same issue
I've locked this issue to avoid further unhelpful "me too" comments. (People experiencing problems can always open new issues.)
Version: nodejs 10.2.1 Platform: Linux 4.16.11-1-ARCH
Since nodejs-10.2.0 release I get a lot of problems. After the compilation issue reported 2 days ago, now there are issues during fetch:
.................] - fetchMetadata: sill fetchPackageMetaData error for map-obj@^1.0.1 request to https://registry.npmjs.org/map-obj failed, reason: socket hang up
I need nodejs to build opennebula and since the release of node-10.2.x I can't do my work. Everything work very well with older version.
Can you plz fix this issue, thx.