DEV Community

Discussion on: When npm tells you you're hosed

Collapse
 
bnb profile image
Tierney Cyren

In my experience npm ci is very useful in very specific situations. Ironically, since you're blowing away the modules that were resolved you'll most likely end up with the same problem you had before if you try with npm ci since those modules are also resolved into pacakge-lock.json.

Thread Thread
 
john_papa profile image
John Papa

Those are great points. Thanks for adding