skip to Main Content

I’m using this in order to create an Next app

https://open.segment.com/create-next-app/

but I’m facing this:

create-next-app --example with-next-i18next with-next-sass with-next-seo next-learn

I got this error

Could not locate an example named "with-next-i18next". Please check your spelling and try again.

but I want multiple examples, is that possible?

thanks in advance
Carlos Vieira

2

Answers


  1. Make sure you use at least Node 12.
    On Node 10 I had the same error ("Could not locate an example named X…") on every example initialisation, switching to Node 12 solved the problem.

    Login or Signup to reply.
  2. Two things here:

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search