-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: node_modules/ng2-tooltip-directive/lib/tooltip.directive.d.ts:110:21 #145
Comments
Which version of Angular are you using? |
|
Same here, using: |
@credondocr Dude, use this version. "ng2-tooltip-directive": "^2.9.22", |
I am using "ng2-tooltip-directive": "^2.9.22", its giving me same error with |
I'm using Angular 9.1.3
|
@ashishdch delete package-lock.json and then "npm install" |
I am using "ng2-tooltip-directive": "^2.10.3" it's giving me the same error. Is there a fix ? |
Same issue with
|
I having similar issue **Error: node_modules/@angular/cdk/accordion/index.d.ts:40:18 - error TS2707: Generic type 'ɵɵDirectiveDeclaration' requires between 6 and 8 type arguments. 40 static ɵdir: i0.ɵɵDirectiveDeclaration<CdkAccordion, "cdk-accordion, [cdkAccordion]", ["cdkAccordion"], { "multi": "multi"; }, {}, never, never, false, never>;** my package.json look like
|
After your last publish
2.10.0
I' m getting the following error during build timeThat is breaking the ci and local environment, any suggestion?
The text was updated successfully, but these errors were encountered: