Skip to content

Commit f5f51ee

Browse files
authored
Update README.md
1 parent 13465fb commit f5f51ee

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,3 +226,17 @@ To display your blog posts from dev.to on the portfolio:
226226
| tailwindcss |
227227

228228
---
229+
230+
231+
232+
233+
##FAQ:
234+
1. For those facing the issue of
235+
"'next' is not recognized as an internal or external command,
236+
operable program or batch file."
237+
238+
Run the following command:
239+
npm install -g next
240+
This installs Next.js globally
241+
242+
then do the usual "npm run dev"

0 commit comments

Comments
 (0)