You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compilation error is thrown: "Module not found: Error: Can't resolve 'igniteui-angular2'"
Steps to reproduce
Execute the following commands:
ng new my-app1
cd my-app1
npm install igniteui-angular2@5.0.1
Copy the following files in the attached file "sources.zip".
index.html: to my-app1\src
app.component.html, app.component.ts, app.module.ts: to my-app1\src\app
npm start
Result
ERROR in ./src/app/app.module.ts
Module not found: Error: Can't resolve 'igniteui-angular2' in 'my-app1\src\app'
Expected result
No error is thrown and compilation succeeds.
NOTE:
When you install igniteui-angular2@4.1.1, no error is thrown and compilation succeeds.
Attachments
Attach a sample if available, and screenshots, if applicable. sources.zip