Skip to content
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

Peer dependencies are outdated #44

Open
meza opened this issue Apr 25, 2024 · 2 comments
Open

Peer dependencies are outdated #44

meza opened this issue Apr 25, 2024 · 2 comments

Comments

@meza
Copy link

meza commented Apr 25, 2024

Hey,

Trying to upgrade to newer versions of remix and running into the issue of old peer dependencies on the remix-dev package. Could those be updated, please?

@kiliman
Copy link

kiliman commented Apr 25, 2024

As a workaround, add it to your overrides in package.json

The $ prefix means always use the current version.

"overrides": {
  "@remix-run/dev": "$@remix-run/dev"
}

@kiliman
Copy link

kiliman commented Apr 25, 2024

You may need to do the initial update with npm install --legacy-peer-deps, but afterward, it should work normally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants