BuilderIO / micro-agent

An AI agent that writes (actually useful) code for you
https://www.builder.io/blog/micro-agent
MIT License
2.87k stars 225 forks source link

npm start fails #5

Closed rohitranjan-2702 closed 4 months ago

rohitranjan-2702 commented 4 months ago

image

Steps to reproduce:

  1. npm i
  2. npm run build
  3. npm start

Having this issue while setting up the repo locally.

tpaulshippy commented 4 months ago

I was able to reproduce on that specific node version. But if you upgrade to 18.20.3 (LTS) or 20.14.0 (current default) it works.

I use nvm so the command I ran is:

nvm install 18.20.3
steve8708 commented 4 months ago

thanks @tpaulshippy! I'll close this for now given it looks like an issue with a specific nodejs version

if we find this is more widespread (a whole range of versions) we can update out readme to raise the minimum required nodejs version

rohitranjan-2702 commented 4 months ago

Thanks @tpaulshippy it worked with the current node version