Running npm start does not start the development server. No error is given #9313
Unanswered
adityataps
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@adityataps did you ever figure this out? I'm having the same problem, but with Angular. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've been having some issue with starting the development server.
I have two computers; when I clone my repo and run
npm install
andnpm start
on one computer, there is no issue. However, when I clone the same repo into my other computer and run the same commands,npm install
works fine butnpm start
doesn't start the development server as expected. localhost:3000 also shows a 'page not found'... but no errors are thrown at the time of runningnpm start
. Any advice? This issue is only happening on this single computer with any react webapp, and I have already reinstalled node_modules multiple times and even reinstalled Node twice with no success.Below is the command run with the
--verbose
tag.Beta Was this translation helpful? Give feedback.
All reactions