fix: allow to use the --node-linker CLI option

This commit is contained in:
Zoltan Kochan
2022-01-04 04:20:23 +02:00
parent 7bac7e8be2
commit 0da31c70c7
4 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@pnpm/plugin-commands-installation": patch
---
Allow to set `node-linker` through CLI options.

View File

@@ -34,6 +34,7 @@ export function rcOptionsTypes () {
'lockfile',
'modules-dir',
'network-concurrency',
'node-linker',
'noproxy',
'npmPath',
'package-import-method',

View File

@@ -35,6 +35,7 @@ export function rcOptionsTypes () {
'lockfile',
'modules-dir',
'network-concurrency',
'node-linker',
'noproxy',
'package-import-method',
'pnpmfile',

View File

@@ -55,6 +55,7 @@ export function rcOptionsTypes () {
'lockfile-directory',
'lockfile-only',
'lockfile',
'node-linker',
'package-import-method',
'pnpmfile',
'reporter',