I'm in the process of developing a project using npm 7.24.0 and executing
npm install --lockfile-version 2 --legacy-peer-deps
After the project is built, it adds an additional line to package.json
"dependencies": {
"2": "^3.0.0",
Could this be due to the lockfile version constraint or for a different reason?