• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2section: cli-commands
3title: npm-bin
4description: Display npm bin folder
5---
6
7# npm-bin(1)
8
9## Display npm bin folder
10
11### Synopsis
12```bash
13npm bin [-g|--global]
14```
15
16### Description
17
18Print the folder where npm will install executables.
19
20### See Also
21
22* [npm prefix](/cli-commands/npm-prefix)
23* [npm root](/cli-commands/npm-root)
24* [npm folders](/configuring-npm/folders)
25* [npm config](/cli-commands/npm-config)
26* [npmrc](/configuring-npm/npmrc)
27