Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

command not found: create-next-app

Before create it manuely with

npm install react next react-router
Try to install the create-next-app package

npm i create-next-app
Then you can do again:

npx create-next-app my-awesome-app
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #command
ADD COMMENT
Topic
Name
5+7 =