Check if your package was installed globally
Get installation path where the given package is installed. Works for globally and locally installed packages
Resolves a given package if it is installed locally, then tries to resolve it from global registry, using battle-tested [global-modules][] package. Better approach than internal require.resolve
, so you can trust. You just get absolute filepath to some p
Returns path to globally installed package
Checks that given package is installed globally or locally.