[Vuejs]-Vue 3 returns an error after running my project and compiling it with npm run dev

0๐Ÿ‘

I found a way to fix it. I just had to simply run:

node ./node_modules/esbuild/install.js

Answer from this thread: https://github.com/vitejs/vite/issues/1361#issuecomment-754442599

Leave a comment