Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with latest version of postgres-new UI when running npm i #125

Open
dlado opened this issue Nov 4, 2024 · 1 comment
Open

Issue with latest version of postgres-new UI when running npm i #125

dlado opened this issue Nov 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@dlado
Copy link

dlado commented Nov 4, 2024

I downloaded the latest code and run "npm i" and I'm getting errors.

The main problem seems to be with node-gyp when it tries to build the pgsql-parser package. It throws an error (MSB8066) related to build\queryparser.vcxproj, saying it can’t find the necessary binaries for my setup. This is because after some intents to get the binaries, it tries to compile them..

Here is what I'm getting. I tried to switch node versions, uninstall and install everything, install all the prerequisits for node-gyp and nothing....same error..... :
image

What I don't understand is that when trying to get https://supabase-public-artifacts-bucket.s3.amazonaws.com/libpg-query-node/queryparser-v13.3.2-node-v108-win32-x64.tar.gz is not fond and is true....

If you look into https://supabase-public-artifacts-bucket.s3.amazonaws.com/ is not found.

Maybe is something wrong with the current version?

@dlado dlado added the bug Something isn't working label Nov 4, 2024
@gregnr
Copy link
Collaborator

gregnr commented Nov 4, 2024

Hey @dlado, thanks for reporting. This is actually an issue we're also facing in the main Supabase repo (affects Windows users only). We have a plan for a fix but it is still WIP. In the mean time if you are able to run this project under WSL2, that should resolve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants