mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-10 18:18:56 -04:00
fix: allow to use the --node-linker CLI option
This commit is contained in:
5
.changeset/fuzzy-buttons-love.md
Normal file
5
.changeset/fuzzy-buttons-love.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-installation": patch
|
||||
---
|
||||
|
||||
Allow to set `node-linker` through CLI options.
|
||||
@@ -34,6 +34,7 @@ export function rcOptionsTypes () {
|
||||
'lockfile',
|
||||
'modules-dir',
|
||||
'network-concurrency',
|
||||
'node-linker',
|
||||
'noproxy',
|
||||
'npmPath',
|
||||
'package-import-method',
|
||||
|
||||
@@ -35,6 +35,7 @@ export function rcOptionsTypes () {
|
||||
'lockfile',
|
||||
'modules-dir',
|
||||
'network-concurrency',
|
||||
'node-linker',
|
||||
'noproxy',
|
||||
'package-import-method',
|
||||
'pnpmfile',
|
||||
|
||||
@@ -55,6 +55,7 @@ export function rcOptionsTypes () {
|
||||
'lockfile-directory',
|
||||
'lockfile-only',
|
||||
'lockfile',
|
||||
'node-linker',
|
||||
'package-import-method',
|
||||
'pnpmfile',
|
||||
'reporter',
|
||||
|
||||
Reference in New Issue
Block a user