pawn002 / color-logic-testing

Workspace to vette various color libraries and related algos
0 stars 1 forks source link

Upgrade to latest Storybook #14

Open pawn002 opened 1 year ago

pawn002 commented 1 year ago

Current version is 6.5.x.

Newest as of this issue is 7.3.2

pawn002 commented 1 year ago

Attempt to upgrade via npx storybook@latest result in. . .


npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: color-logic-testing@0.0.0
npm ERR! Found: @angular-devkit/build-angular@13.3.11
npm ERR! node_modules/@angular-devkit/build-angular
npm ERR!   dev @angular-devkit/build-angular@"~13.3.3" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular-devkit/build-angular@">=14.1.0 < 17.0.0" from
 @storybook/angular@7.3.2
npm ERR! node_modules/@storybook/angular
npm ERR!   dev @storybook/angular@"^7.3.2" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.

This seems to require I upgrade the Angular version this research repo is based on.

pawn002 commented 1 year ago

Decided to start a new repo so that I can continue to stay up to date on Storybook while working on a new tool.

May upgrade the Angular version of this repo to support Storybook later.