Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 329 Bytes

File metadata and controls

15 lines (13 loc) · 329 Bytes

npm-proxy

Proxy to allow talking to an internal NPM repository and fall back to the public one when a package is not found

Configuration

Create a npm-proxy.config.json:

{
  "listenPort": 5985,
  "internalNpm": "http://your-internal-npm:5984",
  "publicNpm": "http://registry.npmjs.org"
}