upgrade angular 14 (storybook fails to start)
See original GitHub issueI am trying to upgrade angular 14 with the nrwl migration command,
My storybook is failing to run
> nx run stories:storybook
Schema validation failed with the following errors:
Data path undefined should NOT have additional properties(assets).
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
> NX Ran target storybook for project stories (4s)
β 1/1 failed
β 0/1 succeeded [0 read from cache]
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
please see the above error and advise if anything i am missing
Issue Analytics
- State:
- Created a year ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
storybook fails to start after upgrade angular - Stack Overflow
After I upgraded angular from 12 to 14 I have a problem with start storybook app. There are some problems on run:
Read more >Nx 14.2 β Angular v14, Storybook update, lightweight Nx and ...
Read all about the Angular v14 upgrade that comes with it, TypeScript and other 3rd party package upgrades, improved Angular CLI to NxΒ ......
Read more >@storybook/angular - npm
Start using @storybook/angular in your project by running `npm i @storybook/angular`. There are 12 other projects in the npm registry usingΒ ...
Read more >Upgrading to Storybook 6 (and Nx versions >10.1.x and <14.0.0)
If your workspace is on a version of Nx older than Nx 14, then you will be able ... The @nrwl/angular:storybook-migrate-defaults-5-to-6 generator will...
Read more >Upgrading to Storybook(v 6.3) for Angular 12
This article has few straight forward fixes which the migration document failed to mention or the fixes are in some other documents. Step...
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
Thanks a lot @mandarini. It worked!!!
@mandarini Can you please check https://github.com/nrwl/nx/issues/11044 and advise?