blockchain
blockchain copied to clipboard
error when run yarn
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
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.