-
Notifications
You must be signed in to change notification settings - Fork 666
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
types error 'node_modules/pptxgenjs/types/index.d.ts' #672
Comments
Where is this coming from, Webpack? defs updated: |
Facing the same issue i have install "npm install pptxgenjs --save" in my angular 6 application and added demo in once file ng build --watch giving same error ERROR in node_modules/pptxgenjs/types/index.d.ts(1037,9): error TS1122: A tuple type element list cannot be empty. |
Thanks @Krishnakanth94 This is now fixed in the master branch. |
Thank's @gitbrent . |
node_modules/pptxgenjs/types/index.d.ts(1037,9): error TS1122: A tuple type element list cannot be empty.
node_modules/pptxgenjs/types/index.d.ts(1060,25): error TS8020: JSDoc types can only be used inside documentation comments.
node_modules/pptxgenjs/types/index.d.ts(1299,17): error TS8020: JSDoc types can only be used inside documentation comments.
node_modules/pptxgenjs/types/index.d.ts(1385,52): error TS1122: A tuple type element list cannot be empty.
The text was updated successfully, but these errors were encountered: