Update dependencies, remove "as" for links, ZEIT -> Vercel. (#14)

This commit is contained in:
Lee Robinson
2020-09-16 01:53:09 -05:00
committed by GitHub
parent d90855ed3f
commit a24ee6c823
19 changed files with 23 additions and 33 deletions

View File

@@ -5,7 +5,7 @@
If you see an installation error for the following installation command:
```bash
npm init next-app nextjs-blog --example "https://github.com/zeit/next-learn-starter/tree/master/learn-starter"
npm init next-app nextjs-blog --example "https://github.com/vercel/next-learn-starter/tree/master/learn-starter"
```
Try removing everything after `--example`:
@@ -20,4 +20,4 @@ And hit <kbd>return</kbd> to choose the default template:
Default starter app
```
If that doesnt work either, please let us know on [GitHub Discussions](https://github.com/zeit/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).
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).