Closed utterances-bot closed 2 years ago
Thanks for the tip! It came handy.
Wish I knew this sooner! Great explanation and solution! Thanks!
The explanation was get me into the adventure!, thank you!
very useful, thanks
Thanks! This is really helpful.
After running npm install --package-lock-only
, if it says "no such file or directory in ./node_modules/foo_bar_bla_bla" then you may need to get the recently added modules by running npm install
once again (this time without the --package-lock-only
). And in case your node_modules directory got messed up during the process, you may need to delete the node_modules directory before running this npm install
once again.
So it's not just npm install --package-lock-only
and voilà... You may still have some extra steps to perform after that.
Solving conflicts in package-lock.json | TkDodo's blog
Why you should never delete package-lock.json and how npm can solve the conflicts for you
https://www.dorfmeister.cc/blog/solving-conflicts-in-package-lock-json