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
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
The text was updated successfully, but these errors were encountered:
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.
^ Console return from
npm i --save ng2-codemirror
The text was updated successfully, but these errors were encountered: