Hacker News new | ask | show | jobs
by swrobel 2947 days ago
Here's an issue I've experienced with using upgrade: https://github.com/yarnpkg/yarn/issues/5749
1 comments

> and I noticed that certain packages were completely missing from the node_modules folder, yet are listed in yarn.lock

Sounds like what I'd expect from running yarn clean...

(If anyone isn't aware: that command doesn't clean target folders but rather goes crazy inside node_modules.)

Yeah you're misreading my issue