GithubHelp home page GithubHelp logo

Comments (14)

orahul1 avatar orahul1 commented on June 1, 2024 4

Initially I installed version 1.6.0 for angular version 6 then I switched to 3.0.0 which fixed this issue.
step1
uninstall npm uninstall ngx-quill --save
step2
npm install [email protected]

from ngx-quill-editor.

damsorian avatar damsorian commented on June 1, 2024

Same issue with angular-cli only

from ngx-quill-editor.

armanfatahi avatar armanfatahi commented on June 1, 2024

I have the same issue in Angular 6.

from ngx-quill-editor.

jarodsmk avatar jarodsmk commented on June 1, 2024

Bump.

from ngx-quill-editor.

Ge2theZ avatar Ge2theZ commented on June 1, 2024

push

from ngx-quill-editor.

zerocewl avatar zerocewl commented on June 1, 2024

up! (Angular 6 + Angular cli)

from ngx-quill-editor.

jcpc91 avatar jcpc91 commented on June 1, 2024

same issue
WRROR in ./node_modules/ngx-quill-editor/index.ts
Module build failed: Error: /Users/jcpc91/Google_Drive/Proyectos/ConsultorioRenal/hospitalRenal/node_modules/ngx-quill-editor/index.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig via the 'files' or 'include' property.
The missing file seems to be part of a third party library. TS files in published libraries are often a sign of a badly packaged library. Please open an issue in the library repository to alert its author and ask them to package the library using the Angular Package Format

from ngx-quill-editor.

Akitha avatar Akitha commented on June 1, 2024

Same Here

from ngx-quill-editor.

curious-monggo avatar curious-monggo commented on June 1, 2024

uninstall then use other packages for a while. seems maintainer is quite busy

from ngx-quill-editor.

orahul1 avatar orahul1 commented on June 1, 2024

any solution ?

from ngx-quill-editor.

test0017 avatar test0017 commented on June 1, 2024

Hi Still facing same issue .
Anyone is resolved it please let me know .
The problem with ngx-quill-editor when i upgrade Angular4 to Angular5

from ngx-quill-editor.

orahul1 avatar orahul1 commented on June 1, 2024

what kind of error you are getting?

from ngx-quill-editor.

evanjmg avatar evanjmg commented on June 1, 2024
The missing file seems to be part of a third party library. TS files in published libraries are often a sign of a badly packaged library. Please open an issue in the library repository to alert its author and ask them to package the library using the Angular Package Format (https://goo.gl/jB3GVv).

with latest and also this
ngx-quill-editor/index.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig via the 'files' or 'include' property.

from ngx-quill-editor.

DanielSwiegersServian avatar DanielSwiegersServian commented on June 1, 2024

I had this issue specifically when running tests
I resolved it by including all ngx-quill-editor typescript files in my src/tsconfig.spec.json

{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/spec",
    "types": [
      "jasmine",
      "node"
    ]
  },
  "files": [
    "test.ts",
    "polyfills.ts"
  ],
  "include": [
    "**/*.spec.ts",
    "**/*.d.ts",
    "**/*.mock.ts",
    "../node_modules/ngx-quill-editor/**.ts"
  ],
}

from ngx-quill-editor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.