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
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