Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

303
Views
An unhandled exception occurred: ENOENT: no such file or directory, lstat 'D:\a\1\s\node_modules\quill'

ngx-quill on prod does not work anyone has an idea ? I have using "ngx-quill": "^13.4.0", it could not find quill but does work locally.

It does not work on the pipeline..

An unhandled exception occurred: ENOENT: no such file or directory, lstat 'D:\b\565\s\node_modules\quill'

how do we run npm install again on the pipeline badi ?

enter image description here

enter image description here

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

It's better to use the package of quill specially for ngx. So you can uninstall quill or ngx-quill before and clean what you installed.

Then :

npm install ngx-quill

import the QuillModule

import { QuillModule } from 'ngx-quill'

And QuillModule in the NgModule you want use quill :

@NgModule({
  imports: [
    ...,

    QuillModule.forRoot()
  ],
  ...
})
class YourModule { ... }
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!