developersdigest / llm-answer-engine

Build a Perplexity-Inspired Answer Engine Using Next.js, Groq, Llama-3, Langchain, OpenAI, Upstash, Brave & Serper
https://developersdigest.tech
MIT License
4.65k stars 742 forks source link

WSL Run Issues #14

Open mathiasjg opened 7 months ago

mathiasjg commented 7 months ago

Hi I am on windows 11 using WSL with Ubuntu 20.0.4. I am having issues with installing/running this and am hoping you can help me?

When I try to try to install using NPM I get a slew of errors saying BadEngine or Unsupported Engine. If I try installing using Bun, the install works with no issues, but when running it simply states '$ next dev' and hangs there with no additional information.

I've tried using both in a conda environment as well as a fresh ubuntu install. When I've tried NPM vs Bun I've created a new directory and recloned the git to hopefully minimize errors.

I'm genuinely excited about getting this to work as I think it'd be incredibly valuable! Please let me know if you need any other info or have any suggestions. Thanks for the help!

developersdigest commented 7 months ago

Unfortunately I don't have access to that environment set up right now so it might be challenging for me to help on this one. If anyone else sees this and wants to hop in to this thread please feel free!

Which version of Node are you running?

wysRocket commented 1 month ago

project was bootstrapped with Bun, so npm not gonna work anyway

use https://bun.sh/