question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

cannot import ImageResize from 'quill-image-resize-module';

See original GitHub issue

hello,I am using anular4, when I put the mouse over it, the prompt Could not find the declaration file "C:./Users/Ying/Desktop/work/node_modules/_quill-image-resize-module@3.0.0@quill-image-resize-module/ image" of the module "Sleeve Image Resizing Module" -resize.min.js "implicitly possesses" any "type." If it does, trynpm install @ types / quill-image-resize-moduleor add a new declaration (.d.ts) file containingdeclare module’quill-image-resize-module’;[7016]

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:6
  • Comments:6

github_iconTop GitHub Comments

2reactions
benwindingcommented, May 15, 2019

This format worked for me…

import ImageResize from 'quill-image-resize-module';
1reaction
EnochGaocommented, Mar 8, 2019

i solved it,it need you add “noImplicitAny”: false in your tsconfig.json @jagotronic

Read more comments on GitHub >

github_iconTop Results From Across the Web

quill Cannot import modules/ImageResize. Are you sure it was ...
spring + quill + image-resize.min.js I copy the image-resize.min.js to the web root file (in my ... quill Cannot import modules/ImageResize.
Read more >
quill-image-resize-module--fix-imports-error - npm
A module for Quill rich text editor to allow images to be resized. And fix some error. Latest version: 3.0.0, last published: 3...
Read more >
Installing quill-image-resize-module results in creating ...
This import { ImageResize } from 'quill-image-resize-module'; should work after using the proper install command, per the NPM documents.
Read more >
quill-image-resize-module - Bountysource
Created 4 years ago in kensnyder/quill-image-resize-module with 10 comments. ... quill Cannot import modules/ImageResize. Are you sure it was registered?
Read more >
Quill Image Resize Module - Demo - CodePen
<a href="https://github.com/kensnyder/quill-image-resize-module">Quill ImageResize Module</a> ... <p>Click on the Image Below to resize</p>.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found