I've never had this happen before, but now, when I npm install
in the root directory of my app, my package-lock.json
updates all the packages with node_modules/
. What is causing this?
Here's what I get before running npm i
Here's what I get after running npm i
package.json
withajv
andamqp-connection-manager
? – Lipetsknpm install
ornpm uninstall
(anything that updates package-lock.json) locally on my machine. When I do so on my company's ec2 instances, it doesn't happen. – Serval