Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
325
Azure pipe line set up
posted

Hi,

We are using infragistics "@infragistics/igniteui-angular": "~13.2.16" in our packge.json file.
We generated the token for one of the user accounts, and configured registry, username (email), token and always-true in .npmrc file.
Also, we have configured the varibales in in the pipeline. (as per the link https://www.infragistics.com/products/ignite-ui-angular/angular/components/general/ignite-ui-licensing#azure-pipelines-configuration). But still, when the CI pipelines runs, it fails with below error


Error during npm install in Azure DevOps CI pipeline

GET 401 https://packages.infragistics.com/npm/js-licensed/@infragistics%2figniteui-angular 523ms (cache skip)
npm verb stack HttpErrorGeneral: 401 Unauthorized - GET https://packages.infragistics.com/npm/js-licensed/@infragistics%2figniteui-angular - Unauthorized

If we relace "~" with "^", then it is giving 404 error.
npm http fetch GET 404 https://registry.npmjs.org/@infragistics%2figniteui-angular 245ms (cache skip).

It is working fine locally. Can you please let us in this, how can we download the package in azure pipeline?

Parents Reply Children