Charlie Robles
Charlie Robles

Reputation: 39

Im running a react app using npm start but i get an "ENOENT" error saying my Path is wrong, what could it be?

Im working with react. I finished my application , but when i want to run it , it gives me an ENOENT error.

enter image description here

Upvotes: 0

Views: 123

Answers (1)

vpzomtrrfrt
vpzomtrrfrt

Reputation: 477

It looks like you're running npm start from your home directory, which is likely not correct. Enter the project directory with cd first.

Upvotes: 1

Related Questions