mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-10 05:32:09 +08:00
fix npm7 broken dependencies
This commit is contained in:
@@ -73,6 +73,12 @@ For example, recently, because I am not a python expert, I spent a 2 hours to re
|
||||
npm install --dev
|
||||
```
|
||||
|
||||
For npm@7, you need --legacy-peer-deps
|
||||
|
||||
```
|
||||
npm install --legacy-peer-deps --dev
|
||||
```
|
||||
|
||||
# Backend Dev
|
||||
|
||||
```bash
|
||||
|
Reference in New Issue
Block a user