Understanding npm dependency resolution

Bhammarker Rahul
Learn With Rahul
Published in
5 min readSep 24, 2017

--

In the front-end world everything is being used as a package and delivered in terms of packages. Packages depend on other packages and they express those dependencies in a specific type of notation called semantic versioning. So to manage these there are a strong need of an efficient package management system and there are many available like bower, yarn and npm. Among all the npm seems to won the competition we wont go…

--

--