Browse Source

update installation guide

AykutSarac 3 years ago
parent
commit
b668dc14ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -57,7 +57,7 @@ JSON Visio is data visualization tool for your json data which seamlessly illust
 ## 🛠 Development Setup
 ## 🛠 Development Setup
 
 
 ```sh
 ```sh
-  npm install
+  npm install --legacy-peer-deps
   npm run dev
   npm run dev
 ```
 ```