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
935
Deploying application to Azure DevOps
posted

I am attempting to deploy my working version to an Azure DevOps hosting site and I am getting the following error:

14292 error code E404
14293 error 404 Not Found - GET https://registry.npmjs.org/@infragistics%2figniteui-angular - Not found
14294 error 404
14295 error 404 '@infragistics/igniteui-angular@12.0.3' is not in the npm registry.
14296 error 404 You should bug the author to publish it (or use the name yourself!)
14297 error 404 It was specified as a dependency of 'UI'
14298 error 404 Note that you can also install from a
14299 error 404 tarball, folder, http url, or git url.
14300 verbose exit [ 1, true ]

##[error]Error: Npm failed with return code: 1

Is there something I need to add to the YML/TF scripts for the build pipeline in order to access the paid subscription so my build goes through properly? I remember having to set a build variable in NPM for my local but I can't find the page and I don't remember it saying anything about applying the same changes to an automated build location.

Parents Reply Children
No Data