pnpm config
Aliases: c
Керування файлами конфігурації.
The configuration files are in INI
format.
The local configuration file is located in the root of the project and is named .npmrc
.
Глобальний файл конфігурації знаходиться в одному з таких місць:
- If the $XDG_CONFIG_HOME env variable is set, then $XDG_CONFIG_HOME/pnpm/rc
- On Windows: ~/AppData/Local/pnpm/config/rc
- On macOS: ~/Library/Preferences/pnpm/rc
- On Linux: ~/.config/pnpm/rc
Команди
set <key> <value>
Встановити значення для ключа конфігурації.
get <key>
Вивести значення конфігурації для вказаного ключа.
delete <key>
Видалити ключ конфігурації з файлу конфігурації.
list
Показати всі параметри конфігурації.
Параметри
--global, -g
Встановити конфігурацію у файлі глобальної конфігурації.
--location
When set to project
, the .npmrc
file at the nearest package.json
will be used.
When set to global
, the performance is the same as setting the --global
option.
--json
Показати всі параметри конфігурації у форматі JSON.