blockchain icon indicating copy to clipboard operation
blockchain copied to clipboard

error when run yarn

Open xiaohui96 opened this issue 4 years ago • 1 comments

when i run yarn, it failed :error D:\Projects\blockchain\node_modules\sqlite3: Command failed Command: node-pre-gyp install --fallback-to-build. My node version is 10.14.2, ang yarn is 1.21.1

xiaohui96 avatar May 14 '20 09:05 xiaohui96

Hi @xiaohui96 I have never tried to run this on Windows. I suggest running it with Node v12.x on linux or macOs. However you might try npm install instead of yarn, it might work. Currently sqlite3 is not building for you (as its a native module) on your system.

krystianity avatar May 14 '20 12:05 krystianity