-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm start isn't working #12702
Comments
Hello @Numanpaf885, npm start is not working because you have to mention scripts in your package.json file. |
ad how I do that? |
Add scripts block in your package.json file.
For this to work, you need a dependency named react-scripts Install it using npm command otherwise you are good to go and refer documentation to clear your doubts.
in your terminal or command prompt depending on OS. |
thankyou very much it worked!! |
hi there i am a begginer coding and i was creating a create-react-app all was OK but when i tried to run
npm start
it gives me this error:here is a screenshot it maybe more helpfull
and i tried to run
npx expo start
and it returned me this:here is the package.json:
can anyone please help me
The text was updated successfully, but these errors were encountered: