quill icon indicating copy to clipboard operation
quill copied to clipboard

npm warn deprecated [email protected]: This package is deprecated. Use require('node:util').isDeepStrictEqual instead

Open ethando1984 opened this issue 1 year ago • 3 comments

Please update quill-delta

ethando1984 avatar Feb 27 '25 02:02 ethando1984

I didn't realize this was a problem until yesterday when GH Actions started reporting errors on my project because of this.

eboye avatar Mar 22 '25 10:03 eboye

In case you are getting a build error try adding the lodash types

npm i @types/lodash --save-dev

Bishal-J avatar Apr 12 '25 05:04 Bishal-J

In case you are getting a build error try adding the lodash types

npm i @types/lodash --save-dev

Have tried but it is not working.

R-J-N-1810 avatar Apr 18 '25 04:04 R-J-N-1810