Replies: 1 comment 2 replies
-
Don't you have a single |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a monorepo which use yarn workspace + lerna.
Now, I want switch to pnpm!
But when I use pnpm import to transform yarn.lock to pnpm-lock.yaml.
I found it just transform the dependencies which i define in the root package.json and ignore the dependencies which i define in the workspace's packages.
So, I have to merge all package.json in my workspace to the root. and then run pnpm import to resolve this problem.
Will you have an idea to let pnpm import support monorepo?
Beta Was this translation helpful? Give feedback.
All reactions