launchql / pgsql-parser

PostgreSQL Query Parser for Node.js
MIT License
151 stars 24 forks source link

supabase artifact not found #78

Closed patiee closed 2 years ago

patiee commented 2 years ago
npm ERR! node-pre-gyp ERR! install response status 404 Not Found on https://supabase-public-artifacts-bucket.s3.amazonaws.com/libpg-query-node/queryparser-v13.2.5-node-v108-darwin-arm64.tar.gz
darora commented 2 years ago

@patiee it should fall back to building from source-is that not happening?

maschwenk commented 2 years ago

@darora / @pyramation is the prebuilding setup automatically or was it only setup for that one version?

pyramation commented 2 years ago

seems that it was failing to attempt the building from source step. I will try and confirm with @patiee offline to see, it could also be that the machine was an M1 and I know there may be some M1 issues still.

patiee commented 2 years ago

thank you @pyramation for fixing it, works perfectly :)

krish40786 commented 1 year ago

@patiee @pyramation What was the solution to this?

darora commented 1 year ago

@krish40786 if you're just getting the warning mentioned in the original message, you should be able to move past that without error and it should get compiled from source.

If the compilation from source is failing, please open a new issue on this repo and we can take a look.