Stuck on building admin panel

It keeps getting stuck on building admin panel. I am on node version 18.17.0 and npm version 9.6.7 and have tried node 20 as well with no luck. Please advice🙏

This topic has been created from a Discord post (1219428854129627217) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

i am stuck here also

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.