Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

NPM and other Node.js package managers happily deduplicate dependencies are compatible within the specified version constraints. So if 3 different modules in your build specifies `foo^2` and two other modules specify `foo^3`, in general you will have two copies of `foo` loaded.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: