© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Abhi Gattineni
after executing npx create-react-app my-app, instead of creation of new application i am facing this error.
Sabin Adams
Site Reliability Engineer
This doesn't look like an error, you should be able to run cd my-app and then npm start and it should spin up your local server and serve up your site to localhost:3000
cd my-app
npm start
localhost:3000
Sabin Adams
Site Reliability Engineer
This doesn't look like an error, you should be able to run
cd my-appand thennpm startand it should spin up your local server and serve up your site tolocalhost:3000