JS: Package Managers

The classics

  • npm

  • Yarn

New kids on the block

  • Skypack Load optimized npm packages with no install and no build tools.

  • pnpm Fast, disk space efficient package manager

  • jspm jspm provides a module CDN and package management for import maps, allowing any package from npm to be loaded directly in the browser fully optimized without further tooling.