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
{{ message }}
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
npm has support for workspaces since v7.24 (current: v9.8), but this tool only works with yarn, pnpm and rush.
Also it is not documented.
I had to debug the code to notice it cannot read workspace the packages from package-lock.json since it uses workspace-tools v0.9.8 which only supports those three package managers, while the latest version supports lerna and npn as well.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
npm
has support for workspaces since v7.24 (current: v9.8), but this tool only works withyarn
,pnpm
andrush
.Also it is not documented.
I had to debug the code to notice it cannot read workspace the packages from
package-lock.json
since it usesworkspace-tools v0.9.8
which only supports those three package managers, while the latest version supportslerna
andnpn
as well.The text was updated successfully, but these errors were encountered: