@pnpm/config
Advanced tools
Comparing version 4.1.3 to 4.1.4
@@ -255,2 +255,6 @@ "use strict"; | ||
} | ||
if (opts.cliArgs['virtual-store-dir']) { | ||
throw new error_1.default('CONFIG_CONFLICT_VIRTUAL_STORE_DIR_WITH_GLOBAL', 'Configuration conflict. "virtual-store-dir" may not be used with "global"'); | ||
} | ||
delete pnpmConfig.virtualStoreDir; | ||
} | ||
@@ -257,0 +261,0 @@ else { |
{ | ||
"name": "@pnpm/config", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "Gets configuration options for pnpm", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23578
496