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
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
In case of errors like #1861, yarn may finish in an invalid state. It happened to me while removing a dependency, which has been removed from the package.json, but not from the yarn.lock. Subsequent executions of the command resulted in
$ yarn remove bootstrap-css-only
yarn remove v0.17.3
[1/2] Removing module bootstrap-css-only...
error This module isn't specified in a manifest.
info Visit https://yarnpkg.com/en/docs/cli/remove for documentation about this command.
If the current behavior is a bug, please provide the steps to reproduce.
As try to remove some dependencies while having scoped packages in you build as well. As #1861 is not determinitic, you may have to do it some times to reproduce.
What is the expected behavior?
When failing, yarn should preserve the consistency of package.json and yarn.lock
Please mention your node.js, yarn and operating system version.
yarn 0.17.3
win7 64bit
node 6.9.1
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
In case of errors like #1861, yarn may finish in an invalid state. It happened to me while removing a dependency, which has been removed from the package.json, but not from the yarn.lock. Subsequent executions of the command resulted in
If the current behavior is a bug, please provide the steps to reproduce.
As try to remove some dependencies while having scoped packages in you build as well. As #1861 is not determinitic, you may have to do it some times to reproduce.
What is the expected behavior?
When failing, yarn should preserve the consistency of package.json and yarn.lock
Please mention your node.js, yarn and operating system version.
yarn 0.17.3
win7 64bit
node 6.9.1
The text was updated successfully, but these errors were encountered: