pnpm changeset && pnpm install, get error [email protected] 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
-
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