Is there a better way to check if you are using the latest version of npm or any other package you installed globally with npm? I do this: `npm outdated -g --depth=0` | Hashnode
Is there a better way to check if you are using the latest version of npm or any other package you installed globally with npm? I do this: `npm outdated -g --depth=0`
Is there a better way of checking global packages installed with npm?