1 ---
2 title: npm-bin
3 section: 1
4 description: Display npm bin folder
5 github_repo: npm/cli
6 github_branch: release/v6
7 github_path: docs/content/commands/npm-bin.md
8 redirect_from:
9 - /cli-documentation/v6/bin
10 - /cli-documentation/v6/cli-commands/bin
11 - /cli-documentation/v6/cli-commands/npm-bin
12 - /cli-documentation/v6/commands/bin
13 - /cli-documentation/v6/commands/npm-bin
14 - /cli-documentation/v6/npm-bin
15 - /cli/v6/bin
16 - /cli/v6/cli-commands/bin
17 - /cli/v6/cli-commands/npm-bin
18 - /cli/v6/commands/bin
19 - /cli/v6/npm-bin
20 ---
21
22 ### Synopsis
23
24 ```bash
25 npm bin [-g|--global]
26 ```
27
28 ### Description
29
30 Print the folder where npm will install executables.
31
32 ### See Also
33
34 - [npm prefix](/cli/v6/commands/npm-prefix)
35 - [npm root](/cli/v6/commands/npm-root)
36 - [npm folders](/cli/v6/configuring-npm/folders)
37 - [npm config](/cli/v6/commands/npm-config)
38 - [npmrc](/cli/v6/configuring-npm/npmrc)