From 347a04b7140c80fc0d91af020698f7a149c7965d Mon Sep 17 00:00:00 2001 From: Luis Alvarez D Date: Thu, 26 Nov 2020 19:07:36 -0500 Subject: [PATCH] Update install.md (#28) `create-next-app` no longer has a select step. --- errors/install.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/errors/install.md b/errors/install.md index 72c6705..7856070 100644 --- a/errors/install.md +++ b/errors/install.md @@ -14,10 +14,4 @@ Try removing everything after `--example`: npm init next-app nextjs-blog ``` -And hit return to choose the default template: - -``` -❯ Default starter app -``` - If that doesn’t 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).