Ngx-quill: 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.

Created on 26 Oct 2018  Â·  7Comments  Â·  Source: KillerCodeMonkey/ngx-quill

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.
`

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:

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
.

All 7 comments

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
.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

victorevox picture victorevox  Â·  99Comments

ThomasOliver545 picture ThomasOliver545  Â·  24Comments

zpydee picture zpydee  Â·  80Comments

matrium0 picture matrium0  Â·  20Comments

bMil21 picture bMil21  Â·  16Comments