typescriptvite

Cannot find module '@vitejs/plugin-react' or its corresponding type


I have created the project using npm create vite@latest and I choose ts-react, when I ran the script the npm run dev worked, no warning however, I am getting an Cannot find module '@vitejs/plugin-react' or its corresponding type in vite.config.ts in vs code.

Screenshot of error


Solution

  • Try to restart your VSCode editor