openvpn-status
openvpn-status copied to clipboard
Npm Install error please help
Can you try this using yarn
?
I have the same error.
npm
or yarn
?
npm the same as RaghavSaxena96.
yarn error:
P.S. that was fast
You're running node 8.10.0 and you need anything >= 10 as you can see in the error log.
node -v
14.8.0
sudo node -v
?
sudo node -v
?
8.10.0 and that is complete surprise to me. Thanks for showing where to dig
Offtop: I had much more luck installing under Windows 7, everything works, thanks.
Under Ubuntu server 18.04 after lots of experiments I stuck on npm install sqlite3
.
You'll have to check here what the requirements are to install sqlite3
.
Got it working! What was wrong in my system (ubuntu server 18.04):
- Node.js in default repos is 8.0, need to install v10+ manually;
- I somehow found myself installing in /home, not /home/user (such a shame)