#React + TS Vite proyect failed to run
1 messages · Page 1 of 1 (latest)
Do you see an error? Does it not build? How are you creating it? Do you have a reproduction repository?
It's a brand new React + TS Vite proyect, created via npm create vite@latest...
i didn't do any change in it, I just execute the proyect with npm run dev and it does not work...
the complete list of errors on the browser console are the following:
App.tsx:10 Uncaught Error: @vitejs/plugin-react can't detect preamble. Something is wrong. See https://github.com/vitejs/vite-plugin-react/pull/11#discussion_r430879201 at App.tsx:10:5
(anónimo) @ App.tsx:10
manifest.webmanifest:1 GET http://localhost:5173/manifest.webmanifest 404 (Not Found)
manifest.webmanifest:1 Manifest: Line: 1, column: 1, Syntax error.```
If I could upload captures I'd do it...
Node and npm version?
18.15.0 and 9.3.0 in that order