ulixee / hero

The web browser built for scraping
MIT License
647 stars 32 forks source link

macOS ARM failed to install playground via npm #244

Closed JobberRT closed 6 months ago

JobberRT commented 6 months ago

logs

prebuild-install http request GET https://github.com/WiseLibs/better-sqlite3/releases/download/v8.7.0/better-sqlite3-v8.7.0-node-v120-darwin-arm64.tar.gz

checked its release page, seems that hero is trying to use a no existing verison of better-sqlite3: https://github.com/WiseLibs/better-sqlite3/releases/tag/v8.7.0

Only node-115 is available, but hero tries to install node-120.

blakebyrnes commented 6 months ago

Ok, thanks! Likely your node version is > than the sqlite version that's on 8.7. I'll update in next release.