Files
npm/doc/api/bin.md
isaacs 2e45745967 Close #1582 Make prefixes better on windows
1. Make prefixes and paths more windows-like on windows.
2. Abstract out all path-munging behavior to lib/npm.js where it belongs.
2011-10-21 18:34:22 -07:00

287 B

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.