mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 06:18:09 +00:00

PR-URL: https://github.com/nodejs/node/pull/37879 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
26 lines
434 B
Markdown
26 lines
434 B
Markdown
---
|
|
title: npm-bin
|
|
section: 1
|
|
description: Display npm bin folder
|
|
---
|
|
|
|
### Synopsis
|
|
|
|
```bash
|
|
npm bin [-g|--global]
|
|
```
|
|
|
|
Note: This command is unaware of workspaces.
|
|
|
|
### Description
|
|
|
|
Print the folder where npm will install executables.
|
|
|
|
### See Also
|
|
|
|
* [npm prefix](/commands/npm-prefix)
|
|
* [npm root](/commands/npm-root)
|
|
* [npm folders](/configuring-npm/folders)
|
|
* [npm config](/commands/npm-config)
|
|
* [npmrc](/configuring-npm/npmrc)
|