Get all npm packages installed globally
Install
$ yarn add npm-global-list
Usage
const npmGlobalList = // => ['list', 'of', 'globally', 'installed', 'packages', ...]
API
npmGlobalList()
Returns a promise
Related
- npm-global-list-cli — CLI for this module
License
MIT © Bu Kinoshita