Fork me on GitHub
#juxt
<
2017-03-23
>
acron11:03:55

:thinking_face:

otfrom11:03:28

why so curious acron ?

otfrom11:03:14

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

otfrom11:03:52

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

> [email protected] install /usr/lib/node_modules/lumo-cljs
> node scripts/npm_install.js


 Downloading [===========================-------------] :rate/bps 67% 15.0s
Download failed.
/usr/lib
└── @juxt/[email protected] 

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! [email protected] install: `node scripts/npm_install.js`
npm ERR! Exit status 255
npm ERR! 
npm ERR! Failed at the [email protected] 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

dominicm11:03:12

@otfrom repeatedly? Apparently lumo sometimes fails to install…

otfrom11:03:29

yeah, I'm getting that each time today

dominicm11:03:39

I'd check that npm-debug.log file 🙂

otfrom11:03:40

makes me feel good about lein downloading the interwebs 😉

dominicm11:03:01

I've found it useful where stdout is useless.

otfrom11:03:57

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

otfrom11:03:05

8613 verbose stack Error: [email protected] 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 [email protected]
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 [email protected] install: `node scripts/npm_install.js`
8621 error Exit status 255
8622 error Failed at the [email protected] 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 ]

dominicm12:03:44

@otfrom I'd suggest #lumo ¯\(ツ)

dominicm12:03:38

FWIW, we've never hit that.

otfrom13:03:54

thx! I didn't know about #lumo 😄