For downloading the dependencies in Angular project, I ran npm install
in cmd at project level folder. It seems this command is installing the latest version of the libraries and not the version mentioned in the package.json file. When I searched about the command it says this will download the version from packages.json. Does someone know about this?
E.g.
In package.json version @angular/animations": "^4.0.0"
and it downloaded @angular/animations@4.4.6
My Node version-6.11.3 and npm version-3.10.10