lerna ERR! E409 Failed to save packument
Current Behavior After a failed first attempt at lerna publish (70% of packages got published before failure), I get this message: lerna ERR! E409 Failed to save packument. A common cause is if you try to publish a new package before the previous package has been fully processed. This is my release command: “release”: “lerna […]