blob: f3dc48286d372f9a7e19abf84a808e55a036f669 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
npm-bin(3) -- Display npm bin folder
====================================
## SYNOPSIS
npm.commands.bin(args, cb)
## DESCRIPTION
Print the folder where npm will install executables.
This function should not be used programmatically. Instead, just refer
to the `npm.bin` member.
|