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
Currently we handle syncing the lock file ourselves after a lerna version bump: npm install --package-lock-only --ignore-scripts --no-audit
Perhaps this is no longer necessary if we take advantage of the --sync-workspace-lock option added in Lerna Lite: lerna-lite WARN npm we recommend using --sync-workspace-lock which will sync your lock file via your favorite npm client instead of relying on Lerna-Lite itself to update it.
The text was updated successfully, but these errors were encountered:
Currently we handle syncing the lock file ourselves after a lerna version bump:
npm install --package-lock-only --ignore-scripts --no-audit
Perhaps this is no longer necessary if we take advantage of the
--sync-workspace-lock
option added in Lerna Lite:lerna-lite WARN npm we recommend using --sync-workspace-lock which will sync your lock file via your favorite npm client instead of relying on Lerna-Lite itself to update it.
The text was updated successfully, but these errors were encountered: