Welcome to mirror list, hosted at ThFree Co, Russian Federation.

npm-bin.md « commands « content « docs - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0f3d405175a4b037ff561076e6ecd2604bc2cedf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: npm-bin
section: 1
description: Display npm bin folder
---

### Synopsis

```bash
npm bin [-g|--global]
```

### Description

Print the folder where npm will install executables.

### See Also

* [npm prefix](/cli-commands/prefix)
* [npm root](/cli-commands/root)
* [npm folders](/configuring-npm/folders)
* [npm config](/cli-commands/config)
* [npmrc](/configuring-npm/npmrc)