Перейти до основного змісту
Версія: 9.x

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

Show all the config settings.

Options

--global, -g

Set the configuration in the global config file.

--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

Show all the config settings in JSON format.