:thinking_face:
why so curious acron ?
malcolmsparks do mach and lumo require node 7.7.4? They are failing to install for me on ubuntu 16.10 with node 7.7.3
bld@salyut:~$ sudo npm install -g @juxt/mach lumo-cljs
/usr/bin/mach -> /usr/lib/node_modules/@juxt/mach/bin/mach
/usr/bin/lumo -> /usr/lib/node_modules/lumo-cljs/bin/lumo
> lumo-cljs@1.2.0 install /usr/lib/node_modules/lumo-cljs
> node scripts/npm_install.js
Downloading [===========================-------------] :rate/bps 67% 15.0s
Download failed.
/usr/lib
βββ @juxt/mach@1.1.4
npm ERR! Linux 4.8.0-43-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "-g" "@juxt/mach" "lumo-cljs"
npm ERR! node v7.7.3
npm ERR! npm v4.1.2
npm ERR! code ELIFECYCLE
npm ERR! lumo-cljs@1.2.0 install: `node scripts/npm_install.js`
npm ERR! Exit status 255
npm ERR!
npm ERR! Failed at the lumo-cljs@1.2.0 install script 'node scripts/npm_install.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the lumo-cljs package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node scripts/npm_install.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs lumo-cljs
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls lumo-cljs
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/bld/npm-debug.log
@otfrom repeatedly? Apparently lumo sometimes fails to installβ¦
yeah, I'm getting that each time today
I'd check that npm-debug.log file π
makes me feel good about lein downloading the interwebs π
I've found it useful where stdout is useless.
didn't find anything higher up (not sure what I'm looking for tho as I'm just :cargo_culting: npm atm) got this tho
8613 verbose stack Error: lumo-cljs@1.2.0 install: `node scripts/npm_install.js`
8613 verbose stack Exit status 255
8613 verbose stack at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/lib/utils/lifecycle.js:279:16)
8613 verbose stack at emitTwo (events.js:106:13)
8613 verbose stack at EventEmitter.emit (events.js:194:7)
8613 verbose stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/lib/utils/spawn.js:40:14)
8613 verbose stack at emitTwo (events.js:106:13)
8613 verbose stack at ChildProcess.emit (events.js:194:7)
8613 verbose stack at maybeClose (internal/child_process.js:899:16)
8613 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
8614 verbose pkgid lumo-cljs@1.2.0
8615 verbose cwd /home/bld
8616 error Linux 4.8.0-43-generic
8617 error argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "-g" "lumo-cljs"
8618 error node v7.7.3
8619 error npm v4.1.2
8620 error code ELIFECYCLE
8621 error lumo-cljs@1.2.0 install: `node scripts/npm_install.js`
8621 error Exit status 255
8622 error Failed at the lumo-cljs@1.2.0 install script 'node scripts/npm_install.js'.
8622 error Make sure you have the latest version of node.js and npm installed.
8622 error If you do, this is most likely a problem with the lumo-cljs package,
8622 error not with npm itself.
8622 error Tell the author that this fails on your system:
8622 error node scripts/npm_install.js
8622 error You can get information on how to open an issue for this project with:
8622 error npm bugs lumo-cljs
8622 error Or if that isn't available, you can get their info via:
8622 error npm owner ls lumo-cljs
8622 error There is likely additional logging output above.
8623 verbose exit [ 1, true ]
@otfrom I'd suggest #lumo Β―\(γ)/Β―
FWIW, we've never hit that.
thx! I didn't know about #lumo π