postgres-new icon indicating copy to clipboard operation
postgres-new copied to clipboard

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

Open dlado opened this issue 1 year ago • 2 comments
trafficstars

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 avatar Nov 04 '24 14:11 dlado