Skip to content

Private NPM Registry Integration

To integrate with your private NPM registry you will first need to ensure that it is accessible from the internet, without needing to log into any proxies or VPNs.

TIP

If your registry is behind a corporate firewall, than you will likely need StackBlitz Enterprise installed behind the corporate firewall/on-prem in order to access your private NPM registry. For more information on Enterprise you can reach out to sales here.

If you can ping/access your registry without a proxy or firewall then you can follow these steps to connect it to your StackBlitz Teams plan, allowing all teammates access:

  1. Gather your Registry URL & Access Token
    These items can be found in your private npm registry server settings.
  2. Navigate to https://stackblitz.com/orgs/github/[YOUR_ORG_NAME]/settings and scroll to the bottom of the page
  3. Click “Add new registry” Add registry
  4. Enter the URL and Access Token, and click “Add registry” Add registry
  5. All package installations for your team will now run through your private registry