Answers for "command not found: create-next-app"

1

command not found: create-next-app

// 1st step
npm install react next react-router
// 2nd step
npm i create-next-app
// final step
npx create-next-app my-awesome-app
Posted by: Guest on July-07-2021
0

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
Posted by: Guest on September-07-2021

Code answers related to "command not found: create-next-app"

Browse Popular Code Answers by Language