Skip to the content.

node-modules.io

A website dedicated to alternatives to npmjs.com

Host your own node package registry

How to use alternative registries

For one-off use:

npm --registry http://registry.node-modules.io/ install express

To remember registry setting:

npm set config registry http://registry.node-modules.io/

Mirrors

Alternative search engines for the npm registry

Alternative ways to download packages

Alternatives to npm-cli