As soon as you start a new node/react/vue/js project, create a ".npmrc" file and add this "save-exact=true".

Or run:

echo "save-exact=true" > .npmrc

I still not understand why this isn't the default case.

Comments