Skip to content

Commit 913bbbd

Browse files
committed
fix: update package locks
1 parent a1a8da4 commit 913bbbd

File tree

5 files changed

+17657
-47795
lines changed

5 files changed

+17657
-47795
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,14 @@ This repository is equipped with [Storybook](https://storybook.js.org/) for ease
3939
```sh
4040
npm install
4141
```
42+
43+
## Peer Dependencies
44+
45+
Due to breaking change in NPM you might need to enable legacy peer dependency resolution:
46+
47+
```sh
48+
# Globally:
49+
npm config set legacy-peer-deps true
50+
51+
# Or add --legacy-peer-deps to your npm install command
52+
```

0 commit comments

Comments
 (0)