Ngx-quill: Can't resolve 'quill' in 'xxx/node_modules/ngx-quill/fesm5'

Created on 2 Oct 2018  ·  4Comments  ·  Source: KillerCodeMonkey/ngx-quill

Most helpful comment

installing it?

npm i -S quill or yarn -S add quill

ngx-quill does not bundle its dependencies, so you have to install it on your own. you should read the readme and also read the outputs of your shell when you install something. There useful hints like "ngx-quill requires quill xxx but nothing was installed".

These are basics if you want to develop js software for browser or server...

All 4 comments

Quilljs is also a peer Dependency...

patrickbattisti notifications@github.com schrieb am Di., 2. Okt. 2018,
14:28:

[image: captura de tela 2018-10-02 as 09 27 06]
https://user-images.githubusercontent.com/35247414/46348486-8dce5780-c625-11e8-88de-07ec35e0c5ad.png
[image: captura de tela 2018-10-02 as 09 27 41]
https://user-images.githubusercontent.com/35247414/46348487-8dce5780-c625-11e8-8770-4bd4279d5d48.png
[image: captura de tela 2018-10-02 as 09 27 49]
https://user-images.githubusercontent.com/35247414/46348489-8dce5780-c625-11e8-8a9a-b6b33b9a8d62.png


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/251, or mute the
thread
https://github.com/notifications/unsubscribe-auth/ACKOYJl8cLCksv7KuRRm0PDPLh_CcMgqks5ug1wHgaJpZM4XD7Xk
.

installing it?

npm i -S quill or yarn -S add quill

ngx-quill does not bundle its dependencies, so you have to install it on your own. you should read the readme and also read the outputs of your shell when you install something. There useful hints like "ngx-quill requires quill xxx but nothing was installed".

These are basics if you want to develop js software for browser or server...

install @angular/core, @angular/common, @angular/forms, _quill_ and rxjs - peer dependencies of ngx-quill.

npm install quill and @types/quill to the latest.

I faced the same issue when upgrading from angular 5 to 8. Hope this helps others who are watching this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jadamconnor picture jadamconnor  ·  5Comments

qikong333 picture qikong333  ·  5Comments

Rlcolli4 picture Rlcolli4  ·  3Comments

Fzwael picture Fzwael  ·  3Comments

anshumandikshit picture anshumandikshit  ·  3Comments