Hung Nguyen

Results 6 comments of Hung Nguyen

What are your error? Can you capture the errors? After see file rollup.config.js, I see some problem: 1. resolve() plugin should declare before commonjs() plugin() 2. typescript plugin should have...

I think this is behavior default of lerna so I will close this issue. Thanks for reading.

@zignd Webstorm supported, do you have any comment for this issue?

Do we have any updates on this issue? 🤔 I still encountered it in my project, I can't independently run `pnpm install` on one package in a mono repo.

@mm-edtake If you want to use `pnpm i --filer=xxx --dedupe-peer-dependents=false` in CI I think you can consider some options: 1. You need to update `pnpm-lock.yaml` locally with `dedupe-peer-dependents=false` [docs](https://pnpm.io/npmrc#dedupe-peer-dependents) after...