FizzyFlow / Flow

:ocean: The Flow. Smart money blockchain written in javascript
GNU Affero General Public License v3.0
2 stars 1 forks source link

ERR! Pre-built binaries not found for bignum@0.12.5 and node@8.7.0 #14

Open jeka-kiselyov opened 6 years ago

jeka-kiselyov commented 6 years ago

npm install error when using node 8.7.0

jeka-kiselyov commented 6 years ago

Guys, please try it with 8.9.0 (actually, any 8.x should work) Start with npm install It will run ok, showing some warnings, you'll get something like 'added 296 packages in 24.559s' at the end. After this, try to run: grunt test and let me know if it's ok (you get something like 13 passing (33s) Done. at the end). If it's not - we probably need to switch bigint library to something else, as it requires compilcation and probably is too system-sensitive (there're issues described in their repo for few cases).

banguit commented 6 years ago

Now everything works fine for me. Thanks!

jeka-kiselyov commented 6 years ago

Awesome! Thanks @banguit