You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before that, the first question, the explanation you gave me was Running just convex env set OLLAMA_HOST will set an environment variable in the convex backend. This env variable is pointing to the location where you're running ollama. If you're running it locally that's typically http://localhost:11434.
Can you show me the location and contents of.env.local in normal operation?
At the time I was using VMware, but now I'm running into the same problem with WSL2 and a new problem is Need to install the following packages: [email protected] Ok to proceed? (y)
Does this have anything to do with the npm version? My nodejs version is 18.20.4 and npm version is 10.7.0。
Then I typed y, which took a long time and I canceled it。
If I type n, the following error is reported:
”
npm error canceled
npm error A complete log of this run can be found in: /home/zlq/.npm/_logs/2024-09-19T11_23_56_545Z-debug-0.log
error: Recipe convex failed with exit code 1
“
If I run npm run dev directly, the problem is the same as above
I think I follow the steps strictly, but I don't know how to solve these
The text was updated successfully, but these errors were encountered:
You need to make sure you npm i and just convex dev / npm run dev before you can run npx convex env. Sorry the instructions don't make that clear - I can cut a PR in the future if you don't want to
Before that, the first question, the explanation you gave me was Running just convex env set OLLAMA_HOST will set an environment variable in the convex backend. This env variable is pointing to the location where you're running ollama. If you're running it locally that's typically http://localhost:11434.
Can you show me the location and contents of.env.local in normal operation?
At the time I was using VMware, but now I'm running into the same problem with WSL2 and a new problem is Need to install the following packages: [email protected] Ok to proceed? (y)
Does this have anything to do with the npm version? My nodejs version is 18.20.4 and npm version is 10.7.0。
Then I typed y, which took a long time and I canceled it。
If I type n, the following error is reported:
”
npm error canceled
npm error A complete log of this run can be found in: /home/zlq/.npm/_logs/2024-09-19T11_23_56_545Z-debug-0.log
error: Recipe
convex
failed with exit code 1“
If I run npm run dev directly, the problem is the same as above
I think I follow the steps strictly, but I don't know how to solve these
The text was updated successfully, but these errors were encountered: