Open felpin opened 6 years ago
When running the command yarn install the file yarn.lock is updated, adding react-router and its dependencies.
yarn install
The lock file should contain all the dependencies of the project and this PR adds a missing dependency on it.
When running the command
yarn install
the file yarn.lock is updated, adding react-router and its dependencies.The lock file should contain all the dependencies of the project and this PR adds a missing dependency on it.