mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-22 04:05:51 +00:00
777 B
777 B
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:
npm init next-app nextjs-blog --example "https://github.com/zeit/next-learn-starter/tree/master/learn-starter"
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 with your OS / Node.js version (make sure your Node.js version is at least 10.13). You can also reach out to @chibicode on Twitter.