-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Labels
Description
@skjnldsv Since #3609 npm run styleguide
is broken. This is because we now install @nextcloud/webpack-vue-config
here
https://github.com/nextcloud/nextcloud-vue/blob/2c51d806b411d12131fc67c5d83b4c572cf260af/package.json#L87
which installs/requires a newer webpack-dev-server
version not compatible with the older version required by vue-styleguidist
.
I don't know whether we can easily go back, since I suspect that Cypress also requires a current webpack-dev-server
version.