-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
@remix-run/web-fetch
tries to access @remix-run/web-blob
, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound.
#7434
Comments
@remix-run/web-fetch
tries to access @remix-run/web-blob
, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound.
This should be resolved with @remix-run/web-fetch@4.4.1 - we'll get the internal Remix dep updated as well |
Will be available in the next remix release 👍 |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
What version of Remix are you using?
2.0.0
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
Workaround
Add the following to your
yarnrc.yml
:and run
yarn
againSee also this request which would help avoiding these issues in the future
Expected Behavior
No error
Actual Behavior
How to fix
Update the dependencies in the
package.json
of@remix-run/web-fetch
to include@remix-run/web-blob
The text was updated successfully, but these errors were encountered: