0

I'm using some third-party dependencies hosted on a corporate npm-registry (accessible publically) that fails my angular's app deployment

Is there a way to configure npm for Netfly ?

Ghassen
  • 591
  • 1
  • 15
  • 33

1 Answers1

0

The solution to override the default npm-registry is to commit your local .npmrc config file in the repo

Ghassen
  • 591
  • 1
  • 15
  • 33