I try to reproduce the https://stackblitz.com/edit/ngx-quill in my own environement. I got a new angular-cli project with all same dependency and same code.
But I got this error:
ERROR in node_modules/quill-delta/dist/Delta.d.ts(1,8): error TS1192: Module '"node_modules/quill-delta/node_modules/fast-diff/diff"' has no default export.
and
src/app/quill/quillAutolink.ts(1,8): error TS1192: Module '"/Users/lil-works1/Webdisk/www/npm/jolineck/node_modules/quill-delta/dist/Delta"' has no default export.
`
I have linked a really Up to Date angular cli Project in the readme. I
think You have installed a wrong quilljs Version or typings. Do Not Install
V2.x typings for quill 1.3.x
masnada lilian notifications@github.com schrieb am Fr., 26. Okt. 2018,
15:58:
I try to reproduce the https://stackblitz.com/edit/ngx-quill in my own
environement. I got a new angular-cli project with all same dependency and
same code.But I got this error:
ERROR in node_modules/quill-delta/dist/Delta.d.ts(1,8): error TS1192:
Module '"node_modules/quill-delta/node_modules/fast-diff/diff"' has no
default export.—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/KillerCodeMonkey/ngx-quill/issues/269, or mute the
thread
https://github.com/notifications/unsubscribe-auth/ACKOYNz6HElyHXUH-9tGXEE8eqd1_OTAks5uoxT3gaJpZM4X8SjV
.
So which typing I should install?
1.3.x ;) i think 1.3.10 should work. Cause major Versions are Not
compatible in most cases.
masnada lilian notifications@github.com schrieb am Fr., 26. Okt. 2018,
18:19:
So which typing I should install?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/KillerCodeMonkey/ngx-quill/issues/269#issuecomment-433463452,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ACKOYG6p2yrX0CfKwXnmPFgT88l3n1swks5uozX-gaJpZM4X8SjV
.
In your ngx-quill-angular-cli quill version is 1.3.6
Yeah but of You Check Out semantic Versioning the Last number is the hotfix
Version ;).
masnada lilian notifications@github.com schrieb am Fr., 26. Okt. 2018,
18:32:
In your ngx-quill-angular-cli quill version is 1.3.6
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/KillerCodeMonkey/ngx-quill/issues/269#issuecomment-433467518,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ACKOYBzZFysteljt2qHQe40YkFisKtxWks5uozkcgaJpZM4X8SjV
.
sorry I don't understand...
Then Google "semantic versioning"
masnada lilian notifications@github.com schrieb am Fr., 26. Okt. 2018,
18:47:
sorry I don't understand...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/KillerCodeMonkey/ngx-quill/issues/269#issuecomment-433472168,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ACKOYJA4_B5wkPr57lahCRtyFqRM9XUHks5uozy5gaJpZM4X8SjV
.
Most helpful comment
I have linked a really Up to Date angular cli Project in the readme. I
think You have installed a wrong quilljs Version or typings. Do Not Install
V2.x typings for quill 1.3.x
masnada lilian notifications@github.com schrieb am Fr., 26. Okt. 2018,
15:58: