Whenever I run the package install command, I get a weird error.
PS /Users/xxxxx/IdeaProjects/NA_VEEVA_MARS> sfdx force:package:install --package 04XXXXXXXXXXXXXX
ERROR running force:package:install: Cannot read properties of undefined (reading 'length')
I verified that I'm logged into the correct dev hub and destination org. Does anybody know how to resolve this?
{
"cliVersion": "sfdx-cli/7.165.0",
"architecture": "darwin-x64",
"nodeVersion": "node-v16.17.0",
"pluginVersions": [
"@oclif/plugin-autocomplete 1.3.0 (core)",
"@oclif/plugin-commands 2.2.0 (core)",
"@oclif/plugin-help 5.1.12 (core)",
"@oclif/plugin-not-found 2.3.1 (core)",
"@oclif/plugin-plugins 2.1.0 (core)",
"@oclif/plugin-update 3.0.0 (core)",
"@oclif/plugin-version 1.1.2 (core)",
"@oclif/plugin-warn-if-update-available 2.0.4 (core)",
"@oclif/plugin-which 2.1.0 (core)",
"alias 2.1.0 (core)",
"apex 1.2.0 (core)",
"auth 2.2.3 (core)",
"community 2.0.0 (core)",
"config 1.4.17 (core)",
"custom-metadata 2.0.0 (core)",
"data 2.1.2 (core)",
"generator 2.0.2 (core)",
"info 2.0.1 (core)",
"limits 2.0.1 (core)",
"org 2.2.0 (core)",
"schema 2.1.1 (core)",
"signups 1.2.0 (core)",
"source 2.0.12 (core)",
"telemetry 2.0.0 (core)",
"templates 55.1.0 (core)",
"trust 2.0.3 (core)",
"user 2.1.0 (core)",
"@salesforce/sfdx-plugin-lwc-test 1.0.0 (core)",
"salesforce-alm 54.8.1 (core)"
],
"osVersion": "Darwin 21.6.0",
"shell": "zsh",
"rootPath": "/Users/georgemandala/.local/share/sfdx/client/7.165.0-65b4bb0"
}
Whenever I run the package install command, I get a weird error.
I verified that I'm logged into the correct dev hub and destination org. Does anybody know how to resolve this?
CLI Version Info