'npm install'忽略了我的package.json文件
I have an Angular 6.0.7 project that I've pulled from our repository. Globally, I have Angular 10.0.4 installed. When I navigate to the project's directory and do an npm install from within VS code, I would expect Angular 6.0.7 to be installed as a local i...