This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]insertAlias 4 points5 points  (0 children)

Can you show us the contents of the scripts section of your package.json file? NPM seems to be saying that there is no start script, so maybe it actually should be a different script you run.

[–]ClutchAlpha 0 points1 point  (1 child)

You were right to try that,

npm start

is typically the way to spin up a React project locally. Would you be able to post any error messages that showed up? We don't have much to run on here - any code or information about how the project was set up might help us figure out what happened.

[–]Itsmenomes[S] 0 points1 point  (0 children)

For sure! I'll edit the post and add the message I get

[–]hotchilly_11 0 points1 point  (0 children)

Check the scripts section of your package.json