From 754910a22db4f81aa299289078efac6e4d10f1ab Mon Sep 17 00:00:00 2001 From: Michael Novotny Date: Thu, 31 Aug 2023 11:15:13 -0500 Subject: [PATCH] Updates minimum node version in documentation (#133) --- basics/errors/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/errors/install.md b/basics/errors/install.md index 204f9f9..bfe4df7 100644 --- a/basics/errors/install.md +++ b/basics/errors/install.md @@ -14,4 +14,4 @@ Try removing everything after `nextjs-blog`: npx create-next-app nextjs-blog ``` -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). +If that doesn’t work either, please let us know in a [GitHub Issue](https://github.com/vercel/next-learn/issues) with the error text, your OS, and Node.js version (make sure your Node.js version 18 or higher).