Skip to content

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

License

Notifications You must be signed in to change notification settings

vincent99/npm-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
}

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published