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

Fix the autoInstallPeers error #22

Closed
julienbrg opened this issue Jan 4, 2024 · 0 comments · Fixed by #30
Closed

Fix the autoInstallPeers error #22

julienbrg opened this issue Jan 4, 2024 · 0 comments · Fixed by #30
Labels
bug Something isn't working
Milestone

Comments

@julienbrg
Copy link
Contributor

In Github actions, we always get the following error:

Run pnpm install
 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"
Error: Process completed with exit code 1.

Source: https://github.com/w3hc/w3hc-hardhat-template/actions/runs/7402621541/job/20140860724#step:7:12

The checks pass when autoInstallPeers is manually set to false in the pnpm-lock.yaml file, but let's fix the Github action.

@julienbrg julienbrg added the bug Something isn't working label Jan 4, 2024
@julienbrg julienbrg added this to the v.0.2.0 milestone Jan 4, 2024
@julienbrg julienbrg linked a pull request Jan 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant