Dave Gordon
09/01/2022, 9:31 PMnpm install?
What caused me problems was the react version on step1 was older than the master branch and resulted in Attempted import error: 'Routes' is not exported from 'react-router-dom'. If I had installed from master, it would have been fine.
I added this pull request to update those react versions in step1
I was thinking it might make the tutorial easier if the same package.json dependancies were present on each of the step branches?
So no matter what step a user opts to run npm install on they will be able to run prior or subsequent steps without having to run the install again? Any thoughts on that?Matt (pactflow.io / pact-js / pact-go)
Dave Gordon
09/02/2022, 1:47 PM