ERROR in node_modules/@fullcalendar/core/main.d.ts(545,27): error TS1005: ',' expected.
See original GitHub issueI have error for @fullcalendar/core module in my angular6 project. Error is
ERROR in node_modules/@fullcalendar/core/main.d.ts(545,27): error TS1005: ',' expected.
node_modules/@fullcalendar/core/main.d.ts(1582,29): error TS1005: ',' expected.
node_modules/@fullcalendar/core/main.d.ts(1591,29): error TS1005: ',' expected.
node_modules/@fullcalendar/core/main.d.ts(1596,29): error TS1005: ',' expected.
Any one know that solution please tell me.
Issue Analytics
- State:
- Created 4 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
tsc with node.d.ts is giving error TS1005: ';' expected. #4004
grunt Running "typescript:base" (typescript) task >> typings/cookie-parser/cookie-parser.d.ts(11,15): error TS1005: ';' expected.
Read more >Error TS1005: ';' expected. TypeScript Angular 6 For First Build ...
But when I executing the application using ng serve -o I got the following error. ERROR in node_modules/rxjs/internal/types.d.ts(81,44): error ...
Read more >node modules rxjs internal types d ts 81 44 error TS1005 ...
I got an error of:- node_modules/rxjs/internal/types.d.ts(81,44): error TS1005: ';'. Which I had expected after the installation of Angular ...
Read more >Error - [tsc] node_modules/@fluentui/react/lib/components ...
types.d.ts(13,35): error TS1005: ';' expected. I am trying to develop this SPFX inside our SharePoint online site @ https ...
Read more >node_modules/@types/cors/index.d.ts(41,52): error ts1005
You.com is an ad-free, private search engine that you control. Customize search results with 150 apps alongside web results. Access a zero-trace private ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@philippe9 Don’t use
document.addEventListener('DOMContentLoaded',
in ngOnInit hook and use typescript ^3.1.1. I’am fork you repo, and fix it: https://stackblitz.com/edit/angular-rdlpeo?file=src/app/app.component.tsTry use ng-fullcalendar@2.0.3 https://stackblitz.com/edit/ng-fullcalendar2-demo
Just updating fullcalendar packages to latest will solve the issue