Closed rossmounce closed 7 years ago
Sure, that would be a good thing to include. The minimum node version is currently missing.
We tried to steer as clear as possible of providing detailed instructions on how to install node for any particular environment since there isn't really one right way and there are a million different linux/unix flavours people might be coming to us with.
Understood. I was just surprised because it had worked for me before. Software changes; who knew eh? :smiley:
The readme makes it seem like
is all one needs to install
getpapers
, well... it wasn't for me!nodejs
is massively outdated in the ubuntu repositories. It would be good to mention thatnodejs
> 4.0 is required for successful installation ofgetpapers
.When I tried the described installation method (on a Ubuntu 16.04.1 machine) I get output that doesn't obviously flag that the install wasn't successful (although if one reads the warnings it's clear that my machine didn't have a new enough version of
npm
):The solution I found after many failed attempts was to use
nvm
which fixed it for me