cazala / coin-hive

CoinHive cryptocurrency miner for node.js
https://www.npmjs.com/package/coin-hive
MIT License
1.99k stars 399 forks source link

Can't install #67

Closed somecreepydude closed 6 years ago

somecreepydude commented 6 years ago

Hey!

When i try "npm install -g coin-hive" it says can't find module '[PATH]/install'. And in your files there isn't a "install" file. Maybe i am just to stupid.

Please help.

cazala commented 6 years ago

which versions of node and npm are you using?

node -v
npm -v

also, have you tried:

sudo npm i -g coin-hive --unsafe-perm=true --allow-root

?

jakob-kruse commented 6 years ago

Also updating your Node version could help. For me it did.