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

Version 4.2.0 requires manual installation of specific css-loader version #341

Closed
DerYeger opened this issue Nov 12, 2021 · 2 comments
Closed
Labels
type: bug Something isn't working

Comments

@DerYeger
Copy link

Version

@nuxtjs/storybook: 4.2.0
nuxt: 2.15.8

Reproduction Link

This specific commit has updated @nuxtjs/storybook to 4.2.0 without also installing css-loader .
The logs of the failed pipeline can be found here.

Steps to reproduce

Update to @nuxtjs/storybook to version 4.2.0.

What is Expected?

No breaking changes, since it's only a minor update.

What is actually happening?

nuxt build fails with the above-linked error messages.
The warning css-loader@3.6.0 is installed but >=4.2.0 is expected is printed.
Manually installing css-loader 4.2.0 fixes the issue.

@theolavaux
Copy link

Also had this issue in my project, is it in the process to be solved ?

@seibert-io
Copy link

Adding to this: @nuxtjs/storybook v 4.2.0 bumbed the css-loader dependency from ^5.2.6 to ^6.5.1. As css-loader 6.0.0 dropped support for webpack 4 this should be considered a breaking change to @nuxtjs/storybook.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants