Today I installed the current version of the javascript template
npx create-react-router@latest --template remix-run/react-router-templates/javascript
All dependencies are installed. After that I can run dev mode
When I load the page http://localhost:5173/ in my browser I get these three errors on my windows 11 machine running node v22.16.0
Could not resolve module for file: node_modules\@react-router\dev\dist\config\defaults\entry.client.tsx
Could not resolve module for file: c:\projectpath\router-js\app\root.jsx
Could not resolve module for file: c:\projectpath\router-js\app\routes\home.jsx
These files all exist in the project path
Switching between server side rendering true and false does not change anything.
I can not figure out why it is not working. Any ideas?
Today I installed the current version of the javascript template
All dependencies are installed. After that I can run dev mode
When I load the page
http://localhost:5173/in my browser I get these three errors on my windows 11 machine running node v22.16.0These files all exist in the project path
Switching between server side rendering
trueandfalsedoes not change anything.I can not figure out why it is not working. Any ideas?