nekken / ng2-fullcalendar

95 stars 47 forks source link

Angular4,found version 4, expected 3 #59

Open ipvinner opened 7 years ago

ipvinner commented 7 years ago

could somebody help to fix issue. suddenly project compile error:

ERROR in Error: Metadata version mismatch for module node_modules/ap-angular2-fullcalendar/index.d.ts, found version 4, expected 3, resolving symbol SystemModule in
src/app/system/system.module.ts, resolving symbol SystemModule in /src/app/system/system.module.ts

cli: 1.4.1 node: 6.9.1

package.json "ap-angular2-fullcalendar": "^1.3.5", how can I fix that?

felipeprov commented 7 years ago

Same problem here Angular CLI: 1.5.4 Node: 6.9.5 OS: win32 x64 Angular: 4.4.6

haziqazmi commented 7 years ago

same problem node: 6.11.3 cli :1.0.0 ap-angular2-fullcalendar": "^1.3.5"

thealessandro commented 6 years ago

Same problem Angular CLI: 1.5.5 Node: 6.11.4 OS: linux x64 Angular: 4.4.6 ap-angular2-fullcalendar: "^1.3.1" fullcalendar: "^3.4.0"

m404056626 commented 6 years ago

Same problem

vjkmr5757 commented 6 years ago

try to install ap-angular2-fullcalendar@1.3.1 npm install ap-angular2-fullcalendar@1.3.1

Kategn commented 6 years ago

I had the same problem. Change fullcalendar version (npm install ap-angular2-fullcalendar@1.3.1) solved it :)