-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathdebug-storybook.log
More file actions
31 lines (23 loc) · 989 Bytes
/
debug-storybook.log
File metadata and controls
31 lines (23 loc) · 989 Bytes
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
[17:20:01.694] [INFO] Checking the health of your Storybook..
[17:20:01.694] [DEBUG] Getting Storybook info...
[17:20:01.695] [DEBUG] Loading main config...
[17:20:01.762] [DEBUG] Getting stories paths...
[17:20:01.773] [DEBUG] Getting package manager...
[17:20:02.161] [DEBUG] Getting Storybook version...
[17:20:02.709] [WARN] .storybook: 1 issue found
[17:20:02.709] [INFO] Attention: The following dependencies are duplicated which might cause unexpected behavior:
@storybook/client-logger:
7.6.17, 7.6.20
@storybook/types:
7.6.17, 7.6.20
@storybook/core-events:
7.6.17, 7.6.20
@storybook/channels:
7.6.17, 7.6.20
@storybook/react-dom-shim:
7.6.20, 9.1.2
Please try de-duplicating these dependencies by running npm dedupe
You can find more information for a given dependency by running npm ls --depth=1 <package-name>
[17:20:02.713] [INFO] Storybook doctor is complete!
[17:20:02.713] [INFO] You can always recheck the health of your project(s) by running:
npx storybook doctor