I had checked global package minimatch for gulp
$ npm list -g minimatch
+-- [email protected]
| `-- [email protected]
| +-- [email protected]
| | +-- [email protected]
| | | `-- [email protected] deduped
| | `-- [email protected]
| `-- [email protected]
| `-- [email protected]
| `-- [email protected]
| +-- [email protected]
| | `-- [email protected] deduped
| `-- [email protected]
Now, i wanted to update all minimatch versions from specific gulp package (all [email protected] and [email protected]) to latest version.
Is their any command in npm that updates my existing package dependencies?
Here is my solution, you can create symbolic link for minimatch package by using
here is link for more explanation https://docs.npmjs.com/cli/link
I think you must not update them manually, because if something comes up wrong, you will have to delete everything and install again. it there are some migration issue disturbing you then try.
here is documentation https://docs.npmjs.com/cli/link