node/deps/npm/docs/content/commands/npm-bin.md
Ruy Adorno 73b3e06c91
deps: upgrade npm to 7.7.0
PR-URL: https://github.com/nodejs/node/pull/37879
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2021-03-23 22:10:30 -04:00

434 B

title section description
npm-bin 1 Display npm bin folder

Synopsis

npm bin [-g|--global]

Note: This command is unaware of workspaces.

Description

Print the folder where npm will install executables.

See Also