2019-11-05 14:55:08 -05:00
|
|
|
---
|
2019-11-18 21:01:39 +02:00
|
|
|
section: cli-commands
|
2019-11-05 14:55:08 -05:00
|
|
|
title: npm-bin
|
|
|
|
description: Display npm bin folder
|
|
|
|
---
|
|
|
|
|
2019-11-18 21:01:39 +02:00
|
|
|
# npm-bin(1)
|
2019-11-05 14:55:08 -05:00
|
|
|
|
|
|
|
## Display npm bin folder
|
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
```bash
|
|
|
|
npm bin [-g|--global]
|
|
|
|
```
|
|
|
|
|
|
|
|
### Description
|
|
|
|
|
|
|
|
Print the folder where npm will install executables.
|
|
|
|
|
|
|
|
### See Also
|
|
|
|
|
2020-10-02 17:52:19 -04:00
|
|
|
* [npm prefix](/cli-commands/prefix)
|
|
|
|
* [npm root](/cli-commands/root)
|
2019-11-05 14:55:08 -05:00
|
|
|
* [npm folders](/configuring-npm/folders)
|
2020-10-02 17:52:19 -04:00
|
|
|
* [npm config](/cli-commands/config)
|
2019-11-05 14:55:08 -05:00
|
|
|
* [npmrc](/configuring-npm/npmrc)
|