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.

Module '"../../@types/quill"' has no exported member 'Delta

See original GitHub issue

I installed quill, @types/quill and ngx-quill in my Angular 10 project.

but it gives me the following error

ERROR in ../../node_modules/ngx-quill/lib/quill-editor.component.d.ts:3:21
 - error TS2614: Module '"../../@types/quill"' has no exported member 'Delta'. 
Did you mean to use 'import Delta from "../../@types/quill"' instead?

3 import QuillType, { Delta } from 'quill';

also I installed quill-delta, and the is no @types/quill-delta in npm registry.

installed versions: ngx-quill: 12.0.1 (requires quill v1.3.7) quill: 1.3.7 quill-delta: 4.2.2 @types/quill: 2.0.4

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
KillerCodeMonkeycommented, Dec 11, 2020

please guys use the issue search… like semantic versioning is used… if you install quilljs 1.x you need the typings of quilljs in the version 1.x

1reaction
KillerCodeMonkeycommented, Jan 3, 2021

Nope i Just Support stable quill Versions.

You could try to use quill 2 dev4 but with old typings

Am 03.01.2021 in 10:21, Kfir Ozer notifications@github.com schrieb:

quill 2 is not supported ? if I install “@types/quill”: “^2.0.4” and “quill”: “2.0.0-dev.4” I get the same error.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/KillerCodeMonkey/ngx-quill/issues/1107#issuecomment-753589470, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARI4YCI5RFI3VK7EUYNGFDSYAZIXANCNFSM4UWVSIIA .

Read more comments on GitHub >

github_iconTop Results From Across the Web

9.2.0 Build error · Issue #882 · KillerCodeMonkey/ngx-quill
... error TS2614: Module '"C:/Users/pedro/Documents/Development/ussi/e-solutions/node_modules/@types/quill"' has no exported member 'Delta'.
Read more >
Problems with ngx-quill installation - Stack Overflow
ts:3:21 - error TS2614: Module '"quill"' has no exported member 'Delta'. Did you mean to use 'import Delta from "quill"' instead? 3 import...
Read more >
@types/quill - npm
Start using @types/quill in your project by running `npm i ... TypeScript icon, indicating that this package has built-in type declarations.
Read more >
types/quill/index.d.ts - UNPKG
The CDN for @types/quill. ... 22, export type DeltaOperation = { insert?: any; delete?: number; ... 176, // Blot interface is not exported...
Read more >
Module '"react"' has no exported member 'useDeferredValue'.
Module '"react"' has no exported member 'useDeferredValue'. For some reason, I can't seem to use React 18 features in my react application?
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