[Bugs] Can't Start Strapi - Need help - Emergency

Yes so your case nearly like mine.

Delete package.lock.json or yarn.lock, cache, build, node_modules.

run:
npm install esbuild@latest --save-dev
npm install

try this.
Thanks