[Problem solving] create-react-app failed to create

1. Error prompt

Insert picture description here

2. Solution

(1) Update npm

npm install -g npm@latest

(2) Reinstall

 create-react-app my-app

Insert picture description here

(3) Use

cd my-app
npm start

Browser visit http://localhost:3000

Guess you like

Origin blog.csdn.net/weixin_44704985/article/details/112563431