Fork me on GitHub
#lumo
<
2017-03-21
>
richiardiandrea04:03:20

We need to come up with "self host" compatible mark 馃榾

hit02305:03:22

hello folks. Got this after: sudo npm install -g lumo-cljs 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.

hit02305:03:30

any solutions?

hit02305:03:03

have updated both Node.js and npm

hlolli10:03:17

Do you have Node7.0+ installed?

hit02311:03:43

Yes, I do.

hit02316:03:16

Can someone help, please?

anmonteiro16:03:44

@hit023 can you try again?

anmonteiro16:03:52

npm install is flaky for some reason

anmonteiro16:03:07

also why are you using sudo?

hit02316:03:45

getting a 'Error: EACCES: permission denied, access '/usr/local/lib/node_modules' '

hit02316:03:51

without sudo

hit02316:03:02

with it, getting the same error

whitecoop16:03:14

@hit023 I think I've gotten this error once before trying to install lumo (a bit ago), but thought it was a fluke with WSL (Bash in Windows) so I didn't bother with it. Eventually it went fine though, so I didn't have to do anything. Worst kind of solutions, I know. :) I do remember using sudo because of the node_modules error. I can't remember what fixed it, because I'm running lumo on WSL now.

dominicm16:03:50

@anmonteiro you use sudo to install it globally, no? So it's in a bin directory?

anmonteiro16:03:04

I don鈥檛 recall

anmonteiro16:03:44

sudo may be necessary, I don鈥檛 remember 馃檪

anmonteiro16:03:00

anyway, npm install is flaky for some reason, even more so on Windows

anmonteiro16:03:04

my only advice is to keep trying