Update command as shown in docs (#95)

This commit is contained in:
Broda Noel
2022-11-04 13:18:21 -03:00
committed by GitHub
parent be08bc6085
commit a7e15ef472

View File

@@ -5,13 +5,13 @@
If you see an installation error for the following installation command:
```bash
npm init next-app nextjs-blog --example "https://github.com/vercel/next-learn/tree/master/basics/learn-starter"
npx create-next-app nextjs-blog --example "https://github.com/vercel/next-learn/tree/master/basics/learn-starter"
```
Try removing everything after `nextjs-blog`:
```bash
npm init next-app nextjs-blog
npx create-next-app nextjs-blog
```
If that doesnt work either, please let us know on [GitHub Discussions](https://github.com/vercel/next.js/discussions) with the error text, your OS, and Node.js version (make sure your Node.js version is at least 10.13). You can also reach out to [@chibicode on Twitter](https://twitter.com/chibicode).