ng-bootstrap removes "dev": true flag from multiple packages in package-lock.json

46 Views Asked by At

Angular v17, ng-bootstrap v16. I create new project with "ng new ...", and then add ng-bootstrap with "npm install ng-bootstrap". Then, I check what changed in package-lock.json, and I see that many packages have their "dev": true flag removed. For example "@angular/compiler-cli", "@babel/core" and so on.

Why is it doing this?

0

There are 0 best solutions below