-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
After upgrade to 13.x storybook fails to compile #8580
Comments
Facing the same issue |
I created a pull request showing this can be reproduced in nx-examples. it is linked above |
I'm having the same issue and it looks like it should be fixed with the next release. |
following this comment fixes the issue |
It looks like 13.4.6 has a fix for this. |
Duplicate of #8527 13.4.6 has been released, so it'll be worth trying again with the latest version of Nx. I'm going to close this issue as it is a duplicate. If the issue persists, can you reply to the issue I've linked above so we can keep all conversations related to this issue in one place? Thank you!! |
New docs for |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Current Behavior
running nx storybook errors in compilation with following error:
Expected Behavior
It should compile
Steps to Reproduce
This can be reproduced by generating a new workspace with angular as the framework. I then created a library and ran storybook configuration command. I selected no when asked to create an e2e app. Then I just run nx storybook
Failure Logs
Environment
Node : 14.17.0
OS : win32 x64
npm : 6.14.13
nx : 13.4.5
@nrwl/angular : 13.4.5
@nrwl/cli : 13.4.5
@nrwl/cypress : 13.4.5
@nrwl/devkit : 13.4.5
@nrwl/eslint-plugin-nx : 13.4.5
@nrwl/express : undefined
@nrwl/jest : 13.4.5
@nrwl/linter : 13.4.5
@nrwl/nest : undefined
@nrwl/next : undefined
@nrwl/node : undefined
@nrwl/nx-cloud : undefined
@nrwl/react : undefined
@nrwl/react-native : undefined
@nrwl/schematics : undefined
@nrwl/tao : 13.4.5
@nrwl/web : undefined
@nrwl/workspace : 13.4.5
@nrwl/storybook : 13.4.5
@nrwl/gatsby : undefined
typescript : 4.4.4
rxjs : 7.4.0
Community plugins:
@angular/animations: 13.1.2
@angular/common: 13.1.2
@angular/compiler: 13.1.2
@angular/core: 13.1.2
@angular/forms: 13.1.2
@angular/platform-browser: 13.1.2
@angular/platform-browser-dynamic: 13.1.2
@angular/router: 13.1.2
@angular-devkit/build-angular: 13.1.3
@angular/cli: 13.1.3
@angular/compiler-cli: 13.1.2
@angular/language-service: 13.1.2
@storybook/angular: 6.4.13
The text was updated successfully, but these errors were encountered: