After forking repos, I added the command to always upgrade node_modules to the newest versions such that it would get the repos I forked.
However, this has problems, as there are now numerous issues with dependencies updating and not have backwards compatibility.
Therefore, we should remove the command to upgrade in the dockerfile and make sure to respect the yarn.lock file, which helps 'lock' in what versions of dependencies we are using.
After forking repos, I added the command to always upgrade node_modules to the newest versions such that it would get the repos I forked.
However, this has problems, as there are now numerous issues with dependencies updating and not have backwards compatibility.
Therefore, we should remove the command to upgrade in the dockerfile and make sure to respect the yarn.lock file, which helps 'lock' in what versions of dependencies we are using.