Skip to content

Commit 31d23c8

Browse files
committed
fix:npm install fail
1 parent 7f7dbe8 commit 31d23c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

admin/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
```bash
44
# install dependencies
5-
npm install
5+
npm install --legacy-peer-deps
66

77

88
# serve with hot reload at localhost:3002
99
npm run dev
1010
```
1111

12-
1312
```bash
1413
# build for production and launch server
1514

@@ -21,4 +20,3 @@ npm run build:prod
2120
## License
2221

2322
[Apache License 2.0](LICENSE).
24-

0 commit comments

Comments
 (0)