Skip to content

Infragistics Community Forum / Web / Ignite UI for Angular / Cannot find module 'igniteui-angular'

Cannot find module 'igniteui-angular'

New Discussion
Gautam Singh
Gautam Singh asked on Jun 30, 2020 1:46 PM

i am getting Cannot find module ‘igniteui-angular’ after upgrading to licensed version.

followed the steps given here

https://www.infragistics.com/products/ignite-ui-angular/angular/components/general/ignite-ui-licensing.html

Visual studio code is not showing any error. but while using ng serve error is thrown.

Sign In to post a reply

Replies

  • 0
    Teodosia Hristodorova
    Teodosia Hristodorova answered on Jun 30, 2020 1:46 PM

    Hello,

    Thank you for the provided screenshots. In case the update and licensing are successful the module should be changed to  '@infragistics/igniteui-angular'  instead of 'igniteui-angular'.

    My suggestion in order to resolve this issue is to follow the steps below:

    1. Run npm uninstall igniteui-angular and delete the ignite-ui-cli.json file in case you have such a file already generated.

    2. Make sure that the  igniteui-angular": "^9.1.0" is deleted from the package.json file

    3. Run ng add igniteui-angular

    4. Run ng g @igniteui/angular-schematics:upgrade-packages

    5. You should be asked to log in and in case the entered credentials are correct the packages should be installed successfully.

    6. Run npm i

    7. Run ng serve

    On my side following these steps resolved the issue, please test them on your side and let me know of the result.

    Thank you for your cooperation.

    Looking forward to hearing from you.

    Sincerely,

    Teodosia Hristodorova

    Associate Software Developer

  • You must be logged in to reply to this topic.
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Gautam Singh
Favorites
0
Replies
1
Created On
Jun 30, 2020
Last Post
5 years, 8 months ago

Suggested Discussions

Tags

Created by

Created on

Jun 30, 2020 1:46 PM

Last activity on

Feb 12, 2026 9:51 AM