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

webpack 5 support #67

Open
m-mohr opened this issue Jun 9, 2022 · 0 comments
Open

webpack 5 support #67

m-mohr opened this issue Jun 9, 2022 · 0 comments

Comments

@m-mohr
Copy link

m-mohr commented Jun 9, 2022

Describe the bug
When installing in a project that uses webpack 5 (e.g. STAC Browser), I'm getting the following error when running npm install:

 Could not resolve dependency:
npm WARN peer webpack@"^3.0.0 || ^4.0.0-alpha.0 || ^4.0.0" from [email protected]
npm WARN node_modules/worker-loader
npm WARN   worker-loader@"^2.0.0" from [email protected]
npm WARN   node_modules/georaster
npm WARN
npm WARN Conflicting peer dependency: [email protected]
npm WARN node_modules/webpack
npm WARN   peer webpack@"^3.0.0 || ^4.0.0-alpha.0 || ^4.0.0" from [email protected]
npm WARN   node_modules/worker-loader
npm WARN     worker-loader@"^2.0.0" from [email protected]
npm WARN     node_modules/georaster

Expected behavior
Could we allow webpack 5, too?

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

1 participant