pnpm changeset && pnpm install, get error eslint-config-acme@0.0.0 inside the workspace #5028
Unanswered
vaynevayne
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
git actions echo
then i add
--no-frozen-lockfile``jsx
jobs:
- name: Install Dependencies
run: pnpm install --no-frozen-lockfile
What is the correct process?
After I execute the pnpm changeset, I need to delete the lockfile and re-execute the pnpm install? That's not good, right?
Beta Was this translation helpful? Give feedback.
All reactions