How can I migrate from an electron app to an electron app with vite and react
I have a project that is done using electron forge and basic css and html how can I migrate this project to electron-vite with react for the front end. I have tried using the @electron-forge/plugin-vite. I followed the documentation exactly as they said but I am never able to get it to find the module Error: Could not find module with name: @electron-forge/plugin-vite. Make sure it’s listed in the devDependencies of your package.json . And I can clearly see the plugin in the devDependencies