sindresorhus / p-queue

Promise queue with concurrency control
MIT License
3.45k stars 185 forks source link

DeprecationWarning: No "main" or "exports" field defined in the package.json #157

Closed drmrbrewer closed 2 years ago

drmrbrewer commented 2 years ago

I'm getting the following warning when running a node app using the latest versison of pngquant-bin:

(node:23173) [DEP0151] DeprecationWarning: No "main" or "exports" field defined in the package.json for /root/workspace/myspace/node_modules/pngquant-bin/ resolving the main entry point "index.js", imported from /root/workspace/myspace/myapp.js.
Default "index" lookups for the main are deprecated for ES modules.
drmrbrewer commented 2 years ago

Sorry, posted to wrong package... closing...