This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-04-08
Channels
- # architecture (8)
- # boot (18)
- # cider (33)
- # cljs-dev (35)
- # cljsrn (3)
- # clojure (77)
- # clojure-dev (6)
- # clojure-dusseldorf (1)
- # clojure-russia (1)
- # clojure-spec (4)
- # clojurescript (40)
- # cryogen (1)
- # cursive (4)
- # dirac (2)
- # emacs (1)
- # figwheel (10)
- # funcool (2)
- # hoplon (21)
- # incanter (2)
- # leiningen (1)
- # lumo (44)
- # off-topic (2)
- # onyx (53)
- # overtone (5)
- # pedestal (8)
- # re-frame (9)
- # reagent (37)
- # rum (9)
- # spacemacs (16)
- # sql (2)
- # testing (1)
- # unrepl (4)
- # untangled (4)
- # yada (16)
sudo npm install -g lumo-cljs
fails for me on ubuntunot sure why
@pesterhazy are you using Node7.8?
@pesterhazy does it fail consistently?
Node 7.8 shouldn't be necessary
I tried a few times and it failed each time
that's so weird
node 7.8.0
do you have node
or nodejs
as the command?
I do have 1.2.0 already installed there if that matters (and it works fine)
well at least as a dependency of unravel-repl...
I'm getting a failure too:
> [email protected] install /Users/anmonteiro/Desktop/svelte-playground/node_modules/lumo-cljs
> node scripts/npm_install.js
Downloading [========================================] :rate/bps 100% 0.1s
Download failed.
is that your problem?
I think we only allow 30sec to download the Lumo binary
on slow connections this will error out maybe
@pesterhazy https://github.com/anmonteiro/lumo/commit/f3c343af44e0eeb2f8d93e097d0fe2507daa73e3
^ needs to wait for the next release though
that sounds about right
I don't have a particularly slow connection though!
might be GitHub CDN throttling some downloads?
yeah it fails with 8s left to go
I'd bump it to much more, 180s or so
I can do that
otherwise installation of binaries via npm is super convenient, good job on that!
it's also great that I can just specify lumo as a dep of unravel
@pesterhazy I wonder if we can make it faster so that it doesn't have to download the binary
at the cost of space (having all 3 binaries in the NPM package)
I think that's how Flowtype and Bucklescript do their NPM installation but I need to do further research
that's a good point
I haven't actually written the current code using request
I wonder if we can just omit the timeout handling
@dominicm thanks, https://github.com/anmonteiro/lumo/commit/77ae3c663378ad370135928603744feb55b26226
❤️ negative diffs
@pesterhazy that'll be in the next release
I've been working more on Lumo the past few days / weeks so 1.4 should be out sooner than it took to release 1.3
If you haven't been following closely, I added pretty printing through Fipp a couple days ago 🙂
That's great
I might steal that for unravel :)