-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
yarn install --frozen-lockfile fails because package.json requires "**/request/form-data": "^2.5.5" but yarn.lock only has form-data@^2.3.2, form-data@^2.5.4, form-data@~2.3.2.
~ ❯ curl -sL https://raw.githubusercontent.com/codefresh-io/cli/v0.89.5/package.json | grep -i form-data
"**/request/form-data": "^2.5.5"
~ ❯ curl -sL https://raw.githubusercontent.com/codefresh-io/cli/v0.89.5/yarn.lock | grep -A 2 "form-data@"
form-data@^2.3.2, form-data@^2.5.4, form-data@~2.3.2:
version "2.5.5"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.5.5.tgz#a5f6364ad7e4e67e95b4a07e2d8c6f711c74f624"
this blocks packaging for Nix as it requires pre-fetching all dependencies from a consistent yarn.lock file in a sandboxed offline build
can you please regenerate the yarn.lock file?
Metadata
Metadata
Assignees
Labels
No labels