Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There's a long trail here (from npm/npm#11534 to npm/cli#755) but basically, npm installs globals as if there were a caret given in the version, so that `npm upgrade -g` won't ever do anything beyond that semver. Thus, we need to actually pass each individual package name to `npm install` (note: install, not upgrade) in order to actually update packages.
- Loading branch information