DEV Community

deeerwin
deeerwin

Posted on

Can't create react app

Kindly help me figure out why there seems to be an error when I run npx create-react-app on my terminal.

It gets interrupted with bunch of errors.

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...

➤ YN0000: ┌ Resolution step
➤ YN0032: │ fsevents@npm:2.1.2: Implicit dependencies on node-gyp are discouraged
➤ YN0032: │ fsevents@npm:2.1.2: Implicit dependencies on node-gyp are discouraged

and more errors.

I have the latest node installed.

Thanks!

Top comments (0)