The `@nrwl/storybook` does not recognize`@storybook/angular` as ui framework
See original GitHub issueCurrent Behavior
The @nrwl/storybook
library in version 14.1.9
does not allow to run storybook for angular.
The error:
Property 'uiFramework' does not match the schema. '@storybook/angular' should be one of @storybook/react,@storybook/html,@storybook/web-components,@storybook/vue,@storybook/vue3,@storybook/svelte.
Reason
The @nrwl/storybook
package does not list@storybook/angular
in its schema.
Checked in files
packages/storybook/src/executors/storybook/schema.json
packages/storybook/src/executors/build-storybook/schema.json
If the drop of support for @storybook/angular
is intentional, close this issue with comment, whether it is a temporary or permanent.
Thanks.
Issue Analytics
- State:
- Created a year ago
- Reactions:4
- Comments:8 (4 by maintainers)
Top Results From Across the Web
is missing from the TypeScript compilation. Please make sure ...
When I first tried to install Storybook, no webpack module had been added. I want to avoid adding unnecessary modules. angular · storybook...
Read more >@nrwl/storybook:init | Nx
Next generation build system with first class monorepo support and powerful integrations.
Read more >Use Storybook with Nx React Native | by Emily Xiong - Nx Blog
This blog will show how to add Storybook to Nx React Native applications. With Nx, you don't need to go through this long...
Read more >Storybook Addon Next
A no config Storybook addon that makes Next.js features just work in ... See this issue for more discussion on how Next.js Image...
Read more >nrwl-nx/community - Gitter
I can't see why the react/storybook plugins seem to create hidden folders (like ... No name was provided for external module '@myOrg/shared-ui' in ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi there @baunov @ales-albert-kilbergr @eglyte ! Thanks for this issue.
Please take a look at these comments here: Comment 1, Comment 2
Also, please take a look at the documentation as well as our new generator, change-storybook-targets.
I am assuming you did not use
nx migrate
to move to latest version, but that’s ok. You can use the change-storybook-targets to change your Storybook targets for Angular projects across the repo.As I noted in the comments I linked above, this is 100% intentional. So, @baunov no fix needed! 😃 Starting Nx v.14.1.8 we are moving away from the Nx executor, and we’re using the native Storybook executor.
This worked @mandarini, thank you so much! Hopefully, this helps someone else that is looking at this issue.