Skip to content

Commit d763456

Browse files
committed
update readme
1 parent 9f49b6b commit d763456

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,16 +227,18 @@ To display your blog posts from dev.to on the portfolio:
227227

228228
---
229229

230+
# FAQ:
230231

232+
1. For those facing the issue of "`next` is not recognized as an internal or external command, operable program or batch file."
231233

234+
Run the following command:
232235

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."
236+
```bash
237237

238-
Run the following command:
239238
npm install -g next
239+
240+
```
241+
240242
This installs Next.js globally
241243

242-
then do the usual "npm run dev"
244+
then do the usual `npm run dev`

0 commit comments

Comments
 (0)