fullcalendar'' has no exported member 'Options'.- getting error in Angular

Just do this - you're probably using the Angular CLI:

npm i @types/fullcalendar -s

You don't have the typings


The problem is in fullcalendar package inside ap-angular2-fullcalendar node_modules. Fullcalendar has been updated 3.8.0 but you need 3.7.0... My solution is...

Step 1: npm install [email protected] --save;

Step 2: in your package.json write/edit 'postinstall' to "rm -Rf ./node_modules/app-angular2-fullcalendar/node_modules"