Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 901
Sostene MUNEZERO BAGIRA Avatar asked Sep 03 '25 05:09

Sostene MUNEZERO BAGIRA


1 Answers

Try to restart your VSCode editor

like image 110
bagus prasetyo Avatar answered Sep 04 '25 22:09

bagus prasetyo