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

Incompatiblities with Angular 4 #14

Closed
MatonAnthony opened this issue Apr 25, 2017 · 1 comment
Closed

Incompatiblities with Angular 4 #14

MatonAnthony opened this issue Apr 25, 2017 · 1 comment
Labels

Comments

@MatonAnthony
Copy link

As Angular 4 doesn't break compabilities, it should be compatible.
It isn't compatible because the package.json says it's only Angular 2 compatible.

├── UNMET PEER DEPENDENCY @angular/common@4.0.3
├── UNMET PEER DEPENDENCY @angular/core@4.0.3
├── UNMET PEER DEPENDENCY @angular/forms@4.0.3
└─┬ ng2-codemirror@1.1.1
  └── codemirror@5.25.2

npm WARN ng2-codemirror@1.1.1 requires a peer of @angular/core@^2.1.0 but none was installed.
npm WARN ng2-codemirror@1.1.1 requires a peer of @angular/forms@^2.1.0 but none was installed.
npm WARN ng2-codemirror@1.1.1 requires a peer of @angular/common@^2.1.0 but none was installed.

^ Console return from npm i --save ng2-codemirror

@yabab-dev yabab-dev added the bug label May 2, 2017
@m0squito
Copy link

Any chance this will get fixed?

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

No branches or pull requests

3 participants