You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a monorepo using pnpm and ^workspace protocol, the operation of finding missing edges (using loadActual without specifying ignoreMissing set to true) can take a lot of time. I guess it's because of pnpm symlinks where loadActual will try to scan a lot of node_modules. My goal is only to pack the package as it is without further changes.
My question: What is the impact of changing ignoreMissing to true ?
Thank you,
The text was updated successfully, but these errors were encountered:
Hello,
I have a question regarding the standard usage of npm-packlist.
In the readme this example is mentioned:
For a monorepo using
pnpm
and^workspace
protocol, the operation of finding missing edges (using loadActual without specifyingignoreMissing
set to true) can take a lot of time. I guess it's because of pnpm symlinks whereloadActual
will try to scan a lot of node_modules. My goal is only to pack the package as it is without further changes.My question: What is the impact of changing
ignoreMissing
to true ?Thank you,
The text was updated successfully, but these errors were encountered: