You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Peer dependency from @vercel/remix@2.9.2 need to be updated. Here is the npm install error I get after bumping packages to "2.9.2":
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: dashboard@undefined
npm error Found: @remix-run/dev@2.9.2
npm error node_modules/@remix-run/dev
npm error dev @remix-run/dev@"2.9.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @remix-run/dev@"2.9.1" from @vercel/remix@2.9.2
npm error node_modules/@vercel/remix
npm error @vercel/remix@"2.9.2" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
I am a bit surprised that this error is happening, because I think there is an automated update mechanism in place, but it looks like the devDependencies are not updated correctly. Please fix.
Workaround is to use npm install --legacy-peer-deps.
The text was updated successfully, but these errors were encountered:
Peer dependency from @vercel/remix@2.9.2 need to be updated. Here is the npm install error I get after bumping packages to "2.9.2":
I am a bit surprised that this error is happening, because I think there is an automated update mechanism in place, but it looks like the devDependencies are not updated correctly. Please fix.
Workaround is to use
npm install --legacy-peer-deps
.The text was updated successfully, but these errors were encountered: