Installation create-react-app @ latest failed with error code: 243

In the creation react project, execute the following command

npx create-react-app my-app

Given as follows:

 

 solution:

Global can be installed

npm install -g create-react-app 

 

Guess you like

Origin www.cnblogs.com/wang715100018066/p/11732128.html