M
M
malayamarisha2022-01-25 17:59:42
Angular
malayamarisha, 2022-01-25 17:59:42

How to fix quill module not found error?

There is an angular project uploaded to github.
I copy the project to another computer, install the dependencies and get the following error: Error: Module not found: Error: Can't resolve 'ngx-quill' Tell me
how to fix the error?
Where the initial project lies, there is no error and quill works without problems.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir, 2022-01-25
@Casufi

The documentation says that some of the modules need to be installed manually
https://github.com/KillerCodeMonkey/ngx-quill


install @angular/core, @angular/common, @angular/forms, @angular/platform-browser, quill v1.x, @types/quill v1.x and rxjs - peer dependencies of ngx-quill

Did you put them on your computer with --save?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question