Is there any rule to move from a trial version to a valid licenced product?
I own a "Infragistics Ultimate 2019 Vol 2 (Electronic Download)" version but when I try to activate in a project whit Angular v 9.1.11 I get an error like this:
npm ERR! 404 Not Found - GET packages.infragistics.com/.../igniteui-angular-9.1.1.tgznpm ERR! 404npm ERR! 404 '@infragistics/igniteui-angular@^9.1.1' is not in the npm registry.npm ERR! 404 You should bug the author to publish it (or use the name yourself!)npm ERR! 404 It was specified as a dependency of 'app4'npm ERR! 404npm ERR! 404 Note that you can also install from anpm ERR! 404 tarball, folder, http url, or git url.
I am following the instructions on this link:
www.infragistics.com/.../ignite-ui-licensing.html
I read in this link, that my licence still under support
https://ko.infragistics.com/support/product-lifecycle
Hello,
I have been looking into this issue and discussed it with our engineering staff to examine this further. The issue should be already fixed. Please try again to upgrade to a licensed version of the product and check whether do you see iginteui-angular package in our ProGet site.
Please test this and let me know how it behaves.
Thank you for your cooperation.
Looking forward to hearing from you.
Sincerely,
Teodosia Hristodorova
Associate Software Developer
I can´t see it
Can you please login to our ProGet site, and check whether do you see iginteui-angular package under the js-licensed feed here.Looking forward to hearing from you.
I was trying with an existing app, but then I try building a new one from zero using "schematics" but I get the same result
this is the log for a new app:
PS C:\Temp\angular-test> ng new myapp2 --style=scssCREATE myapp2/angular.json (3654 bytes)CREATE myapp2/.editorconfig (274 bytes)CREATE myapp2/.gitignore (631 bytes)CREATE myapp2/browserslist (429 bytes)CREATE myapp2/karma.conf.js (1018 bytes)CREATE myapp2/tsconfig.app.json (210 bytes)CREATE myapp2/tsconfig.spec.json (270 bytes)CREATE myapp2/src/favicon.ico (948 bytes)CREATE myapp2/src/index.html (292 bytes)CREATE myapp2/src/main.ts (372 bytes)CREATE myapp2/src/polyfills.ts (2835 bytes)CREATE myapp2/src/styles.scss (80 bytes)CREATE myapp2/src/test.ts (753 bytes)CREATE myapp2/src/assets/.gitkeep (0 bytes)CREATE myapp2/src/environments/environment.prod.ts (51 bytes)CREATE myapp2/src/environments/environment.ts (662 bytes)CREATE myapp2/src/app/app-routing.module.ts (246 bytes)CREATE myapp2/src/app/app.module.ts (393 bytes)CREATE myapp2/src/app/app.component.html (25757 bytes)CREATE myapp2/src/app/app.component.spec.ts (1059 bytes)CREATE myapp2/src/app/app.component.ts (211 bytes)CREATE myapp2/src/app/app.component.scss (0 bytes)CREATE myapp2/e2e/protractor.conf.js (808 bytes)CREATE myapp2/e2e/tsconfig.json (214 bytes)CREATE myapp2/e2e/src/app.e2e-spec.ts (639 bytes)CREATE myapp2/e2e/src/app.po.ts (301 bytes)√ Packages installed successfully."git" no se reconoce como un comando interno o externo,programa o archivo por lotes ejecutable.PS C:\Temp\angular-test\myapp2> ng --version _ _ ____ _ ___ / \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _| / △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | | / ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | | |___/
Angular CLI: 9.1.9Node: 10.15.3OS: win32 x64
Angular: 9.1.11... animations, common, compiler, compiler-cli, core, forms... platform-browser, platform-browser-dynamic, routerIvy Workspace: Yes
Package Version-----------------------------------------------------------@angular-devkit/architect 0.901.9@angular-devkit/build-angular 0.901.9@angular-devkit/build-optimizer 0.901.9@angular-devkit/build-webpack 0.901.9@angular-devkit/core 9.1.9@angular-devkit/schematics 9.1.9@angular/cli 9.1.9@ngtools/webpack 9.1.9@schematics/angular 9.1.9@schematics/update 0.901.9rxjs 6.5.5typescript 3.8.3webpack 4.42.0
PS C:\Temp\angular-test\myapp2> npm adduser --registry=packages.infragistics.com/.../ --scope=@infragistics --always-authUsername: (charmer_ppp!!hotmail.com)Password: (<default hidden>)Email: (this IS public) (charmer_ppp@hotmail.com)Logged in as charmer_ppp!!hotmail.com to scope @infragistics on packages.infragistics.com/.../.PS C:\Temp\angular-test\myapp2> npm install @infragistics/igniteui-angularnpm ERR! code E404npm ERR! 404 Not Found - GET packages.infragistics.com/.../igniteui-angular-9.1.2.tgznpm ERR! 404npm ERR! 404 '@infragistics/igniteui-angular@latest' is not in the npm registry.npm ERR! 404 You should bug the author to publish it (or use the name yourself!)npm ERR! 404npm ERR! 404 Note that you can also install from anpm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in:npm ERR! C:\Users\charm\AppData\Roaming\npm-cache\_logs\2020-06-19T16_58_21_183Z-debug.logPS C:\Temp\angular-test\myapp2>
I have been looking into described behavior and tried to reproduce it, however, on my side, I was able to update without any errors using the licensing topic.
Could you please provide me more details about the exact steps and when you receive such errors? Were you able to successfully log in?
In case you are using schematics, my suggestion is to try to delete the node_modules and the package-lock.json file of the project. After that execute "npm install" and then "ng g @igniteui/angular-schematics:upgrade-packages". You'll be asked to login to our npm registry if not already setup and you should use the same credentials as for your account on our website. Keep in mind that since npm is disallowing the use of the "@" symbol inside your username as it is considered as being "not safe for the net", you should replace the "@" symbol with "!!" (two exclamation marks).
Please try this on your side and let me know the observed behavior.