ImJohnMDaniel / sfdx-toolbox-package-utils

Salesforce CLI plugin to help with second generation packaging related tasks
Other
26 stars 5 forks source link

`toolbox:package:dependencies:install` fails when trying to install non-pinned dependencies #9

Open ImJohnMDaniel opened 2 years ago

ImJohnMDaniel commented 2 years ago

toolbox:package:dependencies:install fails when trying to install non-pinned dependencies.

Error seen:

Beginning installs of packages...

Installing package 04t1T0000000000000 : referencePackageA 0.1.0.LATEST
ERROR running toolbox:package:dependencies:install:  Cannot read properties of undefined (reading 'includes')
ImJohnMDaniel commented 1 year ago

Correction. This was closed by mistake.

veaux commented 11 months ago

Did you know of a workaround for this? I'm getting similar on Win 10 when running sf toolbox package dependencies install. The manage command seemed to work. sf update is run daily.

Error Message: ERROR running toolbox:package:dependencies:install: Cannot read properties of undefined (reading 'startsWith')

ImJohnMDaniel commented 11 months ago

@veaux Is your project using non-pinned dependencies?

veaux commented 11 months ago

I believe so @ImJohnMDaniel. We are using the LATEST keyword.

ImJohnMDaniel commented 11 months ago

@veaux, I will email you for more info. Thanks