Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module not found: Error: Can't resolve 'igniteui-angular-wrappers' (v5.0.5) #241

Closed
norikois opened this issue Jan 18, 2018 · 2 comments
Closed
Assignees

Comments

@norikois
Copy link

Description

Module not found: Error: Can't resolve 'igniteui-angular-wrappers' (v5.0.5)

Steps to reproduce

  1. Create a new app

ng new my-app1
cd my-app1
npm install @infragistics/ignite-ui-full
npm install igniteui-angular-wrappers

  1. Copy the following files from the attached sources.zip
    index.html: to "src" folder
    app.component.html, app.component.ts, app.module.ts: to "src/app" folder

  2. npm start

Result

Module not found: Error: Can't resolve 'igniteui-angular-wrappers' (v5.0.5)

Expected result

Such an error should not occur.

Attachments

Attach a sample if available, an
sources.zip
d screenshots, if applicable.

Notes

igniteui-angular-wrappers/dist/npm/package.json still has

"main": "bundles/igniteui-angular2.umd.js",

This might be the cause.

@mpavlinov mpavlinov self-assigned this Jan 18, 2018
@mpavlinov mpavlinov added the bug label Jan 18, 2018
@mpavlinov
Copy link
Contributor

@norikois You're correct. Next time you can do a PR.

mpavlinov added a commit that referenced this issue Jan 18, 2018
@mpavlinov
Copy link
Contributor

PR is merged. Closing this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants