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
Lerna cannot bump versions due to incompatibility of the lock
file, so it was ignored during the version bumping.
This workaround introduced a bug mentioned at #389
Now I've tried to bump versions without ignoring the lock file
and it works, so the workaround is simply removed by this commit.
Ref: lerna/lerna#3418 (comment)
…398)
Lerna cannot bump versions due to incompatibility of the lock
file, so it was ignored during the version bumping.
This workaround introduced a bug mentioned at #389
Now I've tried to bump versions without ignoring the lock file
and it works, so the workaround is simply removed by this commit.
Ref: lerna/lerna#3418 (comment)
The workaround for incompatibility between lerna@7 and npm@9 prevents
package-lock.json
from being updated correctlyRef: 05a5fe0
The text was updated successfully, but these errors were encountered: