What is a package-lock.json file . How does it help in resolving the version mismatch across the development team.package-lock.json locks the version of npm dependencies and ensures it gets download when ever npm install is run.
Recommended Books :
Data Structure and Algorithm : https://amzn.to/2PEwqUr
Cracking the coding interview : https://amzn.to/3tJ0kFt
Building Microservices : https://amzn.to/38ZrksB
#package-lock.json #CodedTribe #npm