quill
quill copied to clipboard
npm warn deprecated [email protected]: This package is deprecated. Use require('node:util').isDeepStrictEqual instead
I didn't realize this was a problem until yesterday when GH Actions started reporting errors on my project because of this.
In case you are getting a build error try adding the lodash types
npm i @types/lodash --save-dev
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.