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
I think this line is incorrect:
storybook/code/lib/cli/src/js-package-manager/JsPackageManager.ts
Line 117 in 6028541
and should be changed like this
if ( - packageJsonToWrite.dependencies && + packageJsonToWrite.peerDependencies && Object.keys(packageJsonToWrite.peerDependencies).length === 0 ) { delete packageJsonToWrite.peerDependencies; }
No response
The text was updated successfully, but these errors were encountered:
Thanks @geertjansen ! #22006
Sorry, something went wrong.
Jiminy cricket!! I just released https://github.com/storybookjs/storybook/releases/tag/v7.1.0-alpha.1 containing PR #22006 that references this issue. Upgrade today to the @future NPM tag to try it out!
@future
npx sb@next upgrade --tag future
Jiminy cricket!! I just released https://github.com/storybookjs/storybook/releases/tag/v7.0.3 containing PR #22006 that references this issue. Upgrade today to the @latest NPM tag to try it out!
@latest
npx sb@latest upgrade
shilman
Successfully merging a pull request may close this issue.
Describe the bug
I think this line is incorrect:
storybook/code/lib/cli/src/js-package-manager/JsPackageManager.ts
Line 117 in 6028541
and should be changed like this
To Reproduce
No response
System
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: