Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): fix out of date pnpm-lock.yaml #4341

Merged
merged 1 commit into from
Aug 15, 2024
Merged

Conversation

fnichol
Copy link
Contributor

@fnichol fnichol commented Aug 14, 2024

When attempting to launch the dev environment, the app/web resource in Tilt failed to build with an error. When running the equivalent of what Buck2 invokes (namely: pnpm install --frozen-lockfile), the following error message occured:

pnpm install --frozen-lockfile
Scope: all 11 workspace projects
 ERR_PNPM_LOCKFILE_CONFIG_MISMATCH  Cannot proceed with the frozen installation. The current "settings.autoInstallPeers" configuration doesn't match the value found in the lockfile

Update your lockfile using "pnpm install --no-frozen-lockfile"

Following the resolution as suggested yielded the pnpm-lock.yaml updates.

When attempting to launch the dev environment, the `app/web` resource in
Tilt failed to build with an error. When running the equivalent of what
Buck2 invokes (namely: `pnpm install --frozen-lockfile`), the following
error message occured:

```console
❯ pnpm install --frozen-lockfile
Scope: all 11 workspace projects
 ERR_PNPM_LOCKFILE_CONFIG_MISMATCH  Cannot proceed with the frozen installation. The current "settings.autoInstallPeers" configuration doesn't match the value found in the lockfile

Update your lockfile using "pnpm install --no-frozen-lockfile"
```

Following the resolution as suggested yielded the `pnpm-lock.yaml`
updates.

Signed-off-by: Fletcher Nichol <[email protected]>
@fnichol
Copy link
Contributor Author

fnichol commented Aug 14, 2024

/try

1 similar comment
@fnichol
Copy link
Contributor Author

fnichol commented Aug 15, 2024

/try

@fnichol fnichol added this pull request to the merge queue Aug 15, 2024
Merged via the queue into main with commit 8e05c3f Aug 15, 2024
28 checks passed
@fnichol fnichol deleted the fnichol/update-pnpm-lock branch August 15, 2024 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant