instructions are broken #1430
Replies: 6 comments 1 reply
-
tried again from a completely virgin ubuntu 22.04.03 lts install. fails at the first instruction npm install in the project directory npm install |
Beta Was this translation helpful? Give feedback.
-
after thrashing about for a while to figure out how to install latest LTS iron nodejs on ubuntu. it now installs but complains about a lot of depreciated packages |
Beta Was this translation helpful? Give feedback.
-
it then falls on it face at the very next instruction supabase start failed to inspect database container: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/supabase_db_chatbotui/json": dial unix /var/run/docker.sock: connect: permission denied |
Beta Was this translation helpful? Give feedback.
-
after more struggling, we get to our final failure: I cant get past this one. Unhandled Runtime Error Error: Column 'azure_openai_embeddings_id' of relation 'profiles' does not exist db/profile.ts (57:10) @ updateProfile 55 |
|
Beta Was this translation helpful? Give feedback.
-
Your answer is in your warning. You need to update to a newer version of node. |
Beta Was this translation helpful? Give feedback.
-
You probably didn't apply migrations as I see there is a migration which adds that column |
Beta Was this translation helpful? Give feedback.
-
Attempting npm run chat blows up with a ridiculous number of warnings, depreciations and errors regarding the NPM version.
Beta Was this translation helpful? Give feedback.
All reactions