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

@astrojs/image tried to access web-streams-polyfill, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound. #5252

Closed
1 task done
RaulOn18 opened this issue Oct 30, 2022 · 0 comments · Fixed by #5260
Assignees
Labels
- P3: minor bug An edge case that only affects very specific usage (priority) pkg: image Related to the `@astrojs/image` package (scope)

Comments

@RaulOn18
Copy link

RaulOn18 commented Oct 30, 2022

What version of astro are you using?

1.6.0

Are you using an SSR adapter? If so, which one?

None

What package manager are you using?

yarn

What operating system are you using?

Windows

Describe the Bug

When I included @astrojs/image in my project, there was a problem.
but by installing web-streams-polyfill, it has been resolved.
image

Link to Minimal Reproducible Example

none

Participation

  • I am willing to submit a pull request for this issue.
@tony-sull tony-sull self-assigned this Oct 31, 2022
@tony-sull tony-sull added - P3: minor bug An edge case that only affects very specific usage (priority) s1-small pkg: image Related to the `@astrojs/image` package (scope) labels Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
- P3: minor bug An edge case that only affects very specific usage (priority) pkg: image Related to the `@astrojs/image` package (scope)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants