yabab-dev/ng2-codemirror

Incompatiblities with Angular 4

MatonAnthony opened this issue · 1 comments

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

Any chance this will get fixed?