Skip to content

Instantly share code, notes, and snippets.

@Timer
Created August 2, 2019 18:07
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save Timer/833d9946fa8a05ba855729d05a38ac23 to your computer and use it in GitHub Desktop.
Save Timer/833d9946fa8a05ba855729d05a38ac23 to your computer and use it in GitHub Desktop.
Creating a new project with npm <= 5.2

If you use npm 5.1 or earlier, you can't use npx. Instead, install create-next-app globally:

npm install -g create-next-app

Now you can run:

create-next-app
@Paulap35
Copy link

Paulap35 commented Apr 3, 2020

Run it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment