Skip to content

Compilation error is thrown: "Module not found: Error: Can't resolve 'igniteui-angular2'" (v5.0.1) #232

@norikois

Description

@norikois

Compilation error is thrown: "Module not found: Error: Can't resolve 'igniteui-angular2'"

Steps to reproduce

  1. Execute the following commands:

ng new my-app1
cd my-app1
npm install igniteui-angular2@5.0.1

  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

  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions