Files
next-learn/basics/errors/install.md
2022-11-04 11:18:21 -05:00

713 B
Raw Blame History

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:

npx create-next-app nextjs-blog --example "https://github.com/vercel/next-learn/tree/master/basics/learn-starter"

Try removing everything after nextjs-blog:

npx create-next-app nextjs-blog

If that doesnt work either, please let us know on GitHub 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.