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
35
Unable to move from trail to licensed ( getting 401 Unauthorized)
posted

He team,

We are moving from trail to licensed version. We followed the given instruction from Ignite UI Licensing (infragistics.com) .
And we added below lines in file .npmrc 

@infragistics:registry=packages.infragistics.com/.../
//packages.infragistics.com/npm/js-licensed/:_auth=my_token
//packages.infragistics.com/npm/js-licensed/:_password=pass
//packages.infragistics.com/npm/js-licensed/:username=username!!infragistics.com
//packages.infragistics.com/npm/js-licensed/:email=username@infragistics.com
//packages.infragistics.com/npm/js-licensed/:always-auth=true

After run  ig upgrade-packages command we got the following error

Logged in as username to scope @infragistics on packages.infragistics.com/.../.
Installing npm packages.
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash.
npm ERR! code E401
npm ERR! 401 Unauthorized - GET packages.infragistics.com/.../@infragistics/igniteui-angular - Unauthorized.

Version  - 
angular - 10.0.0

ignite ui angular (trail) - 10.0.0

Thanks