-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathdebug-storybook.log
More file actions
39 lines (31 loc) · 1.93 KB
/
debug-storybook.log
File metadata and controls
39 lines (31 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[13:06:53.681] [INFO] Storybook Upgrade - v10.0.8
[13:06:53.693] [INFO] detect-projects-spinner-start: Detecting projects...
[13:06:53.694] [DEBUG] Finding Storybook projects...
[13:06:53.923] [DEBUG] Found 1 Storybook projects
[13:06:53.924] [INFO] detect-projects-spinner: Detecting projects: 1 projects
[13:06:53.925] [DEBUG] Getting Storybook data...
[13:06:53.925] [DEBUG] Getting Storybook info...
[13:06:53.930] [DEBUG] Loading main config...
[13:06:54.913] [DEBUG] Getting stories paths...
[13:06:54.933] [DEBUG] Getting package manager...
[13:06:55.433] [DEBUG] Getting Storybook version...
[13:06:55.434] [DEBUG] /.storybook - Validating before version... 8.6.8
[13:06:55.434] [DEBUG] /.storybook - Validating upgrade compatibility...
[13:06:55.434] [DEBUG] /.storybook - Fetching NPM version information...
[13:06:55.434] [DEBUG] Getting CLI versions from NPM for storybook...
[13:06:55.436] [DEBUG] Getting CLI versions from NPM for storybook@next...
[13:06:56.544] [DEBUG] /.storybook - Evaluating blockers...
[13:06:56.554] [DEBUG] Getting installed version for @storybook/experimental-addon-test...
[13:06:56.948] [INFO] detect-projects-spinner-stop: 1 project detected
[13:06:56.948] [DEBUG] Found 1 valid projects and 0 error projects
[13:06:56.948] [INFO] Upgrading from 8.6.8 to 10.0.8
[13:06:56.959] [ERROR] Blockers detected
Storybook has found potential blockers that need to be resolved before upgrading:
Major Version Gap Detected
Your Storybook version (v8.6.8) is more than one major version behind the target release (v10.0.8). Please upgrade one major version at a time.
You can upgrade to version 9 by running:
npx storybook@9 upgrade
Affected projects: /.storybook
More information: https://storybook.js.org/docs/9/migration-guide?ref=upgrade
---
After addressing this, you can try running the upgrade command again. You can also rerun the upgrade command with the --force flag to skip the blocker check and to proceed with the upgrade.