I have tried installing in a couple ways...
npm install -S vue@*
npm install -S vue@latest
However, in the package.json they don't use * or latest, there is an actual version. I also don't want to have to manually edit this for each dependency. I also don't want to have to run an upgrade command in npm, I want it to be latest from initial install. How do I install in a way where the version is declared latest or *?