We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f49b6b commit d763456Copy full SHA for d763456
README.md
@@ -227,16 +227,18 @@ To display your blog posts from dev.to on the portfolio:
227
228
---
229
230
+# FAQ:
231
232
+1. For those facing the issue of "`next` is not recognized as an internal or external command, operable program or batch file."
233
234
+Run the following command:
235
-##FAQ:
-1. For those facing the issue of
- "'next' is not recognized as an internal or external command,
236
-operable program or batch file."
+```bash
237
238
-Run the following command:
239
npm install -g next
+
240
+```
241
242
This installs Next.js globally
243
-then do the usual "npm run dev"
244
+then do the usual `npm run dev`
0 commit comments