Stop checking your dependencies in to source control

Previously whenever you wanted to lock down a version of your software that was using NPM for dependency management, you had to check in your entire node_modules folder in to source control. This led to a lot of issues, not the least of which was the fact that your repository size grew by hundreds of megs. […]

Read More