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.

ERROR in node_modules/@fullcalendar/core/main.d.ts(545,27): error TS1005: ',' expected.

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
irustmcommented, Mar 23, 2019

@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.ts


Try use ng-fullcalendar@2.0.3 https://stackblitz.com/edit/ng-fullcalendar2-demo

0reactions
Sriramamoorthycommented, Aug 18, 2019

Just updating fullcalendar packages to latest will solve the issue

Read more comments on GitHub >

github_iconTop 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 >

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