sindresorhus / p-queue

Promise queue with concurrency control
MIT License
3.39k stars 182 forks source link

Version 7.3.1 appears to be broken #174

Closed NSGolova closed 1 year ago

NSGolova commented 1 year ago

Error message:

Error: Could not load /opt/build/repo/node_modules/p-queue/dist/index.js (imported by src/utils/queue.js): ENOENT: no such file or directory, open '/opt/build/repo/node_modules/p-queue/dist/index.js'

Usage code: https://github.com/BeatLeader/beatleader-website/blob/d4d824c339a29f8fa7eab37d2d66440db673208c/src/utils/queue.js#L1 Failed deploy run: https://app.netlify.com/sites/nostalgic-kare-ad710f/deploys/63df31ac6248ae22b190fd34

Temporary fixed by using exactly 7.3.0

sindresorhus commented 1 year ago

// @Richienb

Richienb commented 1 year ago

The TypeScript compiler didn't automatically run on publish so the JavaScript never got built