UNPKG

find-node-modules

Version:

Return an array of all parent node_modules directories

27 lines (19 loc) 440 B
--- section: cli-commands title: npm-bin description: Display npm bin folder --- # npm-bin(1) ## Display npm bin folder ### Synopsis ```bash npm bin [-g|--global] ``` ### Description Print the folder where npm will install executables. ### See Also * [npm prefix](/cli-commands/prefix) * [npm root](/cli-commands/root) * [npm folders](/configuring-npm/folders) * [npm config](/cli-commands/config) * [npmrc](/configuring-npm/npmrc)