Skip to content

Commit 396fb4e

Browse files
authored
readme change. nextjs version conflict
1 parent 3e21a81 commit 396fb4e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ flowchart LR
5454
```
5555

5656
4. **Running the Application:**
57+
There is a high chance you will face this issue due to the Next.js 18 version conflict, which is global , so type the below to fix it and ignore the warnings while setup.
58+
59+
```bash
60+
npm install --legacy-peer-deps
61+
```
5762

5863
Once you have installed the dependencies, you can run the application locally using:
5964
```bash

0 commit comments

Comments
 (0)