I have installed version 1.0.0 of a library and then updated package.json file with version 1.1.0, then I have run the 'npm ci' command, it's installed the latest version and not refering the version from package-lock.json file, Why its behave unexpected?
Asked
Active
Viewed 744 times