Bug Report
Current behavior
The repository used as a "solution", https://github.com/githubtraining/react-solution/, will not spin up correctly locally with npm start.
Reproduction
Steps to reproduce the behavior in the course:
- Clone https://github.com/githubtraining/react-solution/
- CD into the repo
- Run
npm start
- See error
Expected behavior
I would expect the solution repository to be able to work immediately upon clone
Additional context
I found this out when testing a dependabot PR - I wanted to see that things worked as they would on master and found that master doesn't work either.
Whatever the solution is, it should probably also be applied to https://github.com/githubtraining/react-template/.
cc @hectorsector @partyshah
Bug Report
Current behavior
The repository used as a "solution", https://github.com/githubtraining/react-solution/, will not spin up correctly locally with
npm start.Reproduction
Steps to reproduce the behavior in the course:
npm startExpected behavior
I would expect the solution repository to be able to work immediately upon clone
Additional context
I found this out when testing a dependabot PR - I wanted to see that things worked as they would on
masterand found thatmasterdoesn't work either.Whatever the solution is, it should probably also be applied to https://github.com/githubtraining/react-template/.
cc @hectorsector @partyshah