We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
:Expected behavior
Could we allow webpack 5, too?
The text was updated successfully, but these errors were encountered: