Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
設定 | pnpm
[go: Go Back, main page]

メインコンテンツまでスキップ
Version: 9.x

設定

pnpm uses npm's configuration formats. したがって、npm と同じ方法で設定できます。 例えば、

pnpm config set store-dir /path/to/.pnpm-store

ストアが設定されていない場合、pnpm は自動的に同じドライブにストアを作成します。 If you need pnpm to work across multiple hard drives or filesystems, please read the FAQ.

さらに、pnpm は npm がインストールに使用するのと同じ設定を使用します。 npm で動作するように構成されているプライベートレジストリーに関する設定がある場合、 pnpm で追加の設定をすることなくリクエストを認証することができます。

In addition to those options, pnpm also allows you to use all parameters that are flags (for example --filter or --workspace-concurrency) as options:

workspace-concurrency = 1
filter = @my-scope/*

See the config command for more information.