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
When installing Storybook within an Nx 15+ workspace, we receive a peer dependency conflict for the @nrwl/workspace package which requires v14.6.1:
@nrwl/workspace
https://github.com/storybookjs/storybook/blob/v7.0.0-beta.3/code/frameworks/angular/package.json#L103
No response
Note, here is where the @nrwl/workspace package is referenced within Storybook:
storybook/code/frameworks/angular/src/server/angular-read-workspace.ts
Line 23 in fd2ce3f
Line 25 in fd2ce3f
Also note that readNxJson on line 23 is not exported from @nrwl/workspace so this line will always throw. It is found within @nrwl/devkit:
readNxJson
@nrwl/devkit
https://github.com/nrwl/nx/blob/15.3.3/packages/devkit/index.ts#L63
The text was updated successfully, but these errors were encountered:
Ta-da!! I just released https://github.com/storybookjs/storybook/releases/tag/v7.0.0-beta.30 containing PR #20559 that references this issue. Upgrade today to the @next NPM tag to try it out!
@next
npx sb@next upgrade --prerelease
Closing this issue. Please re-open if you think there's still more to do.
Sorry, something went wrong.
valentinpalkovic
Successfully merging a pull request may close this issue.
Describe the bug
When installing Storybook within an Nx 15+ workspace, we receive a peer dependency conflict for the
@nrwl/workspace
package which requires v14.6.1:https://github.com/storybookjs/storybook/blob/v7.0.0-beta.3/code/frameworks/angular/package.json#L103
To Reproduce
No response
System
No response
Additional context
Note, here is where the
@nrwl/workspace
package is referenced within Storybook:storybook/code/frameworks/angular/src/server/angular-read-workspace.ts
Line 23 in fd2ce3f
storybook/code/frameworks/angular/src/server/angular-read-workspace.ts
Line 25 in fd2ce3f
Also note that
readNxJson
on line 23 is not exported from@nrwl/workspace
so this line will always throw. It is found within@nrwl/devkit
:https://github.com/nrwl/nx/blob/15.3.3/packages/devkit/index.ts#L63
The text was updated successfully, but these errors were encountered: