(Ported from npm/cli#4227) TLDR This PR changes the default behaviour of NPM to not save package versions with the ^ prefix. Instead, packages would be saved with no prefix. As a TL;DR, the implications of this is that all dependencies will be pinned to the version you installed by default. Changing This Yourself If you're reading this PR and want to apply it to your own environments, invoke npm c

