Stuck on building admin panel

I got it running with node 20 using yarn, few things to check:

  • If node_modules was created with one version of node you can’t change directly to another, you need to remove node_modules and run yarn install again
  • I had and issue when I accidentally used npm and yarn interchangeably - don’t do that.

I’m running it on linux in a container, this issue might be related to something windows specific.