We are attempting to add the Ingite UI for Angular to an existing application as a proof of concept to swap out the UI. The Samples installed and functioned with no issue but when we attempted to run the command shown below we encountered the message about providing Infragistics Account Credentials. Is it possible add these tools to an existing application with only a trial license?
PM> ig add hierarchical-grid InventoryGrid
√ View 'InventoryGrid' added.
The project you've created requires the full version of Ignite UI from Infragistics private feed.
We are initiating the login process for you. This will be required only once per environment.
Adding a registry user account for https://packages.infragistics.com/npm/js-licensed/
Use you Infragistics account credentials. "@" is not supported,use "!!", so "username@infragistics.com" should be entered as "username!!infragistics.com"
Hello Eric,
Thank you for your response!
I was able to reproduce the behavior that you describe. I have created an issue in our github repo - https://github.com/IgniteUI/igniteui-cli/issues/536
You may follow the progress on it there. Also, if you have any information to add on this particular issue, you may provide it in the github issue.
Thank you for bringing this to our attention!
Best regards,Alexander
Hi Alex, sorry for the late reply. Not to derail from my first question but I cannot seem to get the ig command to work now from Visual Studio 2019. I type in "ig" and it simply hangs. I've even tried a brand new project that I just created and then was going to try to add the igniteui for angular to it.
I first made sure that the ignite-cli was installed:
PM> npm install -g igniteui-cli
> igniteui-cli@4.2.2 preuninstall C:\Users\erupp\AppData\Roaming\npm\node_modules\igniteui-cli> node ./scripts/uninstall.js
C:\Users\erupp\AppData\Roaming\npm\igniteui -> C:\Users\erupp\AppData\Roaming\npm\node_modules\igniteui-cli\bin\execute.jsC:\Users\erupp\AppData\Roaming\npm\ig -> C:\Users\erupp\AppData\Roaming\npm\node_modules\igniteui-cli\bin\execute.js
> igniteui-cli@4.2.2 postinstall C:\Users\erupp\AppData\Roaming\npm\node_modules\igniteui-cli> node ./scripts/install.js
+ igniteui-cli@4.2.2updated 1 package in 15.078s
Then I tried to start itPM> igStarting Step by step mode.For available commands, stop this execution and use --help.
It simply hangs here with no prompt to do anything. I did try this in VS Code and the commands worked. So maybe the question I need to ask is: Can I use the ignite-cli within Visual Studio 2019 or does it have to be in VS Code?
Hello Eric,Thank you for contacting the Infragistics support!
From what you describe, it looks like you are using an Ignite UI for JavaScript project and not Ignite UI for Angular. Such message would be displayed if you are trying to add an Ignite UI for JavaScript grid controls as they are no included in the OSS version of the product.
May you please let me know what version of the Ignite UI CLI you are using? Also, may you confirm that the type of your project is Ignite UI for Angular (--type=igx-ts)?
I am looking forward to your response!
Regards,Alexander Marinov