npm install - npm package.json multiple registries -
we have internal nexus npm repository in have published first component. my-component@1.0.0 have npm proxy goes , out in world , gets global npm dependencies.
in .npmrc have defined registry as
registry=http://my.interal.proxy:8081/repository/npmjs-proxy strict-ssl=false my internal npm repo has my-component@1.0.0
http://my.interal.repo:8081/repository/npm is there way can tell package.json download my-component@1.0.0 internal repo , rest of them proxy.
in other post read create group of npm , proxy registries npm-all , use one. rite looking client side solution.
Comments
Post a Comment