question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I am trying to update my application to Angular 9, But it is showing below error I already set fullcalendar/angular to 4.4.5 beta here is my full package.json file

{ "name": "genius-app", "version": "1.3.0", "repository": { "type": "git", "url": "git+https://chiragmodi14@bitbucket.org/aswwordpress/genius-planner-app.git" }, "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test", "lint": "ng lint", "nodemon": "", "start:server": "nodemon ./node/app.js" }, "private": true, "dependencies": { "@angular/animations": "^9.0.1", "@angular/cdk": "^9.0.0", "@angular/common": "^9.0.1", "@angular/compiler": "^9.0.1", "@angular/core": "^9.0.1", "@angular/forms": "~9.0.1", "@angular/material": "^9.0.0", "@angular/material-moment-adapter": "^9.0.0", "@angular/platform-browser": "^9.0.1", "@angular/platform-browser-dynamic": "^9.0.1", "@angular/router": "^9.0.1", "@fullcalendar/angular": "^4.4.5-beta", "@fullcalendar/core": "^4.4.0", "@fullcalendar/daygrid": "^4.4.0", "@fullcalendar/interaction": "^4.4.0", "@fullcalendar/list": "^4.4.0", "@fullcalendar/timegrid": "^4.4.0", "angular": "^1.7.9", "bcryptjs": "^2.4.3", "body-parser": "^1.19.0", "chart.js": "^2.9.3", "classlist.js": "^1.1.20150312", "cookieconsent": "^3.1.1", "core-js": "^2.6.11", "country-list-js": "^3.1.5", "ejs": "^2.7.4", "email-templates": "^6.1.1", "express": "^4.17.1", "ical-generator": "^1.9.2", "jsonwebtoken": "^8.5.1", "mailchimp-api-v3": "^1.13.1", "multer": "^1.4.2", "mysql2": "^1.7.0", "ng-recaptcha": "^5.0.0", "ng2-charts": "^2.3.0", "ngx-color-picker": "^7.5.0", "ngx-cookieconsent": "^2.2.3", "ngx-image-cropper": "^3.0.3", "ngx-material-timepicker": "^5.3.0", "node-cron": "^2.0.3", "nodemailer": "^6.4.2", "rxjs": "^6.5.4", "sequelize": "^5.21.4", "stripe": "^7.15.0", "tslib": "^1.10.0", "web-animations-js": "^2.3.2", "zone.js": "~0.10.2" }, "devDependencies": { "@angular-devkit/build-angular": "~0.900.2", "@angular/cli": "^9.0.2", "@angular/compiler-cli": "^9.0.1", "@angular/language-service": "^9.0.1", "@types/jasmine": "~2.8.8", "@types/jasminewd2": "^2.0.8", "@types/node": "^12.11.1", "codelyzer": "^5.1.2", "jasmine-core": "~2.99.1", "jasmine-spec-reporter": "~4.2.1", "karma": "~4.0.0", "karma-chrome-launcher": "~2.2.0", "karma-coverage-istanbul-reporter": "^2.1.1", "karma-jasmine": "~1.1.2", "karma-jasmine-html-reporter": "^0.2.2", "ngx-scrollbar": "^7.2.0", "nodemon": "^1.19.4", "protractor": "^5.4.3", "ts-node": "~7.0.0", "tslint": "~5.11.0", "typescript": "~3.7.5" } } image

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:5
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
chiragatlascommented, Mar 12, 2020

I have forced update this, but drag and drop in calendar not working.

2reactions
dawa-liverpudliancommented, Apr 14, 2020

is fullcalendar compatible with angular 9 ??

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular Update Guide
Select the options that match your update. Angular versions. From v. 16.0, 15.0, 14.0, 13.0, 12.0, 11.0, 10.2, 10.1, 10.0, 9.1, 9.0, 8.2,...
Read more >
Upgrade to Angular 9 — Within 10 Minutes - Level Up Coding
Update your existing project to the new version of Angular now easily ... It's time for the new Angular version. The newest release...
Read more >
Angular 9 to Angular 11 - Step by Step Guide - Ideas2IT
1. Update Angular CLI and Node globally. First, check your current Node version and Angular CLI version. For Node, we used the NVM...
Read more >
Update from Angular 9 to Angular 11 - WebMAP Documentation
Update from Angular 9 to Angular 11 · ​ · Updating an already migrated project you should follow this process: · yarn global...
Read more >
How To Update Angular CLI To Latest Version
First update the local angular cli to version 8.3.17 or 8.x version by using below command. npm install --no-save @angular/cli@^8.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found