You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NPM v7+ installs peer dependencies by default; this is not the case with previous versions of NPM. NPM modules must name specific versions of their peer dependencies. If you already have a peer dependency installed, but not with a version named by the module, then NPM v7+ will throw an error. Adding --legacy-peer-deps ignores this new requirement, at the risk of introducing breaking changes
Obviously, we would like to avoid having non-pinned dependencies in the package-lock.json.
Description
NPM v7+ installs peer dependencies by default; this is not the case with previous versions of NPM. NPM modules must name specific versions of their peer dependencies. If you already have a peer dependency installed, but not with a version named by the module, then NPM v7+ will throw an error. Adding
--legacy-peer-deps
ignores this new requirement, at the risk of introducing breaking changesObviously, we would like to avoid having non-pinned dependencies in the package-lock.json.
See storybookjs/storybook#18510 for details. This issue was fixed with the release of Storybook v7.
At the time of writing this, storybook v7.0.0 is in beta. Therefore, one option is to install the storybook beta release instead of using storybook v6
Steps to reproduce
Rucio WebUI Version
master
Additional Information
No response
The text was updated successfully, but these errors were encountered: