juxt

acron 2017-03-23T11:36:55.679569Z

:thinking_face:

2017-03-23T11:44:28.786293Z

why so curious acron ?

2017-03-23T11:46:14.811519Z

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

2017-03-23T11:46:52.820891Z

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

dominicm 2017-03-23T11:54:12.925434Z

@otfrom repeatedly? Apparently lumo sometimes fails to install…

2017-03-23T11:54:29.929853Z

yeah, I'm getting that each time today

dominicm 2017-03-23T11:54:39.932057Z

I'd check that npm-debug.log file πŸ™‚

2017-03-23T11:54:40.932440Z

makes me feel good about lein downloading the interwebs πŸ˜‰

dominicm 2017-03-23T11:55:01.937373Z

I've found it useful where stdout is useless.

2017-03-23T11:58:57.993929Z

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

2017-03-23T11:59:05.995987Z

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 ]

dominicm 2017-03-23T12:17:44.283886Z

@otfrom I'd suggest #lumo Β―\(ツ)/Β―

dominicm 2017-03-23T12:22:38.361585Z

FWIW, we've never hit that.

2017-03-23T13:10:54.214Z

thx! I didn't know about #lumo πŸ˜„