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