-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
pnpm outdated lockfile error #2215
Comments
Hello @piquebu! Welcome to the elizaOS community. Thank you for opening your first issue; we appreciate your contribution. You are now an elizaOS contributor! |
So, have you tried, as this thingy recommends, |
Yes I did, also tried older releases which solved the issue. Now I'm just stuck in pnpm build. Turbo not found. |
This error occurs for me also, but only under the |
Perhaps this small PR would fix the branch for us? #2330 Or should this be fixed in the ci-cd for this branch 🤔 ? |
The use of pnpm install --no-frozen-lockfile can occur because of a malformed lock or also when we are developing and run multiple times the pnpm install pnpm build combination. the command is legit so when you get locked just skip the lock with this pnpm install --no-frozen-lockfile |
ERR_PNPM_OUTDATED_LOCKFILE Cannot install with "frozen-lockfile" because pnpm-lock.yaml is not up to date with /package.json
Note that in CI environments this setting is true by default. If you still need to run install in such cases, use "pnpm install --no-frozen-lockfile"
The text was updated successfully, but these errors were encountered: