This repository was archived by the owner on Nov 20, 2024. It is now read-only.
This repository was archived by the owner on Nov 20, 2024. It is now read-only.
npm - update workspace-tools to latest version #18
npmhas support for workspaces since v7.24 (current: v9.8), but this tool only works withyarn,pnpmandrush.Also it is not documented.
I had to debug the code to notice it cannot read workspace the packages from
package-lock.jsonsince it usesworkspace-tools v0.9.8which only supports those three package managers, while the latest version supportslernaandnpnas well.