Horje
command not found: create-next-app Code Example
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
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




Shell

Related
install helm on wsl Code Example install helm on wsl Code Example
git config list Code Example git config list Code Example
check if port is available linux Code Example check if port is available linux Code Example
unity logcat Code Example unity logcat Code Example
install telnet alpine Code Example install telnet alpine Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13