Replies: 2 comments 2 replies
-
same here! |
Beta Was this translation helpful? Give feedback.
0 replies
-
It seems there is a breaking change in one of the dependencies of the dependencies. [email protected] I added the following to my package.json "overrides": { Then I did an npm install and it worked. Temp solution until the package is fixed. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[plugin:vite:react-babel] [BABEL] /Users/jeppehesselgren/Desktop/vite-project/vite-project/src/main.jsx: Cannot find module '/Users/jeppehesselgren/Desktop/vite-project/vite-project/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js'
Above you can the error message I get when I try to start my vite project. I can't really understand what the problem is...
I run this 4 commands and gets this error message immediately:
npm create vite@latest (answer the regular questions)
npm install
npm run dev
Wolud really appriciate som help! 🙏
Beta Was this translation helpful? Give feedback.
All reactions