This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-03-23
Channels
- # beginners (63)
- # cljs-dev (1)
- # cljsjs (1)
- # cljsrn (11)
- # clojure (208)
- # clojure-berlin (2)
- # clojure-dusseldorf (5)
- # clojure-italy (5)
- # clojure-norway (56)
- # clojure-russia (7)
- # clojure-spec (85)
- # clojure-uk (27)
- # clojurescript (191)
- # core-async (73)
- # cursive (4)
- # datomic (62)
- # defnpodcast (1)
- # hoplon (2)
- # jobs-rus (1)
- # juxt (14)
- # keechma (1)
- # leiningen (1)
- # lumo (126)
- # off-topic (2)
- # om (11)
- # onyx (27)
- # pedestal (52)
- # planck (21)
- # powderkeg (1)
- # re-frame (32)
- # reagent (14)
- # ring-swagger (1)
- # rum (3)
- # slack-help (19)
- # specter (23)
- # untangled (32)
- # vim (7)
- # yada (43)
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
[email protected]:~$ 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
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: [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 ]