dutu / poloLender

Free, open source, high performance bot for lending funds on Poloniex exchange
https://github.com/dutu/poloLender
Other
160 stars 47 forks source link

package.json not JSON #39

Closed oyerpes closed 7 years ago

oyerpes commented 7 years ago

Hello,

Trying to "npm install" on my computer throws this error:

npm install npm ERR! Linux 3.10.0-514.16.1.el7.x86_64 npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" npm ERR! node v6.10.2 npm ERR! npm v3.10.10 npm ERR! file [..]/.npm/big.js/3.1.3/package/package.json npm ERR! code EJSONPARSE

npm ERR! Failed to parse json npm ERR! No data, empty input at 1:1 npm ERR! npm ERR! ^ npm ERR! File: [..]/.npm/big.js/3.1.3/package/package.json npm ERR! Failed to parse package.json data. npm ERR! package.json must be actual JSON, not just JavaScript.

Any ideas?

Kind regards,

dutu commented 7 years ago

can you do npm cache clean and try install again?

oyerpes commented 7 years ago

Worked like a charm. Thanks dutu!

Regards,