Create monorepo and add SEO starter example. (#46)

This commit is contained in:
Delba de Oliveira
2021-09-09 15:06:21 +01:00
committed by GitHub
parent c1abbdb54c
commit f3a215a416
167 changed files with 9536 additions and 4 deletions

17
basics/errors/install.md Normal file
View File

@@ -0,0 +1,17 @@
# Create a Next.js App - Installation Error
> Linked from https://nextjs.org/learn/basics/create-nextjs-app/setup
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-starter/tree/master/learn-starter"
```
Try removing everything after `nextjs-blog`:
```bash
npm init 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).