-
Notifications
You must be signed in to change notification settings - Fork 160
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
Npm Run Dev error #100
Comments
Hey! Did you add all the necessary env vars? Also you need to run the backend api. Furthermore, I'm focusing more on https://github.com/homanp/superagent. The hosted versions is here superagent.sh |
Same issue as the guy above, this is my env: I'm running a supabase postgre database, which you failed to mention as a prerequisite. Can you be a bit more specific about what else we need to add to .env? Also another thing, this is the error that pops up when i try to build the project: ./app/user/login/login.js
Import trace for requested module:
I'd also like a detailed explanation of the 6th 7th and 8th step, are these supposed to be ran in different terminals and should they be running simultaneously along with a terminal running the API? |
Hey @PavleVidanovic This repo needs to be configured as well and ran separately https://github.com/homanp/langchain-ui-api I'm not actively developing this repo any more so things might be out of date etc. Focusing on building https://github.com/homanp/superagent atm. |
Thanks for the quick response, also, I think you should put up in readme.md that you're not working on this anymore so people don't waste any time trying to get it working as I have. After all, langchain is getting daily updates now. |
Yes I agree! Will do ASAP |
Describe the bug
When I am running "npm run dev" - This error pops up, - SyntaxError: Unexpected token u in JSON at position 0
at JSON.parse
Screenshots
The text was updated successfully, but these errors were encountered: