Functionsยง
- get_
bun_ global_ prefix - Get the bun global
node_modulespath viabun pm bin -g. - get_
global_ node_ modules_ paths - Get all global
node_modulespaths for package lookup. - get_
global_ prefix - Get the global
node_modulespath, with support for a custom override. - get_
npm_ global_ prefix - Get the npm global
node_modulespath usingnpm root -g. - get_
pnpm_ global_ prefix - Get the pnpm global
node_modulespath viapnpm root -g. - get_
yarn_ global_ prefix - Get the yarn global
node_modulespath viayarn global dir. - is_
global_ path - Check if a path is within a global
node_modulesdirectory.