-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the default template is broken #42
Comments
I think this is somehow related to older versions of npm looking at the comments in the discussions. I would recommend ensuring that you are using node 20 or 22 and the associated npm version. If you are still running into this limitation, please open an issue in the |
@brookslybrand I get that this may be a react-router issue, but just for posterity for anyone searching this issue, I am using the latest Node (v22.13) and npm (v11.0) and still get this error. The only thing that fixes it is to install |
@judocode I am not able to reproduce this issue. The behavior you're describing would definitely be a bug though, so if you're able to provide steps to reproduce, please open a new issue However, I have a suspicion that #12475 might solve it, so you may want to try using version |
Hi!
After following the instructions here: https://reactrouter.com/start/framework/installation
and running
npm run dev
, I get:Installing
[email protected]
fixes the issue as described here:remix-run/react-router#12364 (comment)
What causes this issue? Should be [email protected] part of the default template?
The text was updated successfully, but these errors were encountered: