Ngx-quill: Not able to add ngx-quill in Angular 7 project

Created on 28 Oct 2018  路  2Comments  路  Source: KillerCodeMonkey/ngx-quill

I have tried to use ngx-quill in angular 7 project as per the instruction is given. I am getting the below error and project compilation failed and I don't see any theme or css file also inside the package
ERROR in ./node_modules/ngx-quill/fesm5/ngx-quill.js
Module not found: Error: Can't resolve 'quill' in '/Users/yogesh_bansal/Yogesh_Personal/Projects/Angular/kuviknotes-ng/node_modules/ngx-quill/fesm5'

Most helpful comment

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

You will still need to install quill with the following command:
npm i quill

All 2 comments

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

You will still need to install quill with the following command:
npm i quill

dudes please read the readme first, checkout the linked examples there and search through existing issues... before opening the same issue again and again and again...

@ExplodingCow thank!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

EventectiveNButler picture EventectiveNButler  路  21Comments

tonychangcheng picture tonychangcheng  路  29Comments

tokaika picture tokaika  路  23Comments

ShaneJohnsonCC picture ShaneJohnsonCC  路  18Comments

wupaz picture wupaz  路  25Comments