asyncawait icon indicating copy to clipboard operation
asyncawait copied to clipboard

Not install in latest node/npm.

Open farazalikhan786 opened this issue 1 year ago • 1 comments

Not install in latest version of npm...

farazalikhan786 avatar Apr 03 '24 11:04 farazalikhan786

Hi @farazalikhan786, this library is built on node-fibers, which has been discontinued for a few years now. If you really need to use this library, you'll need to use an older node version (<=14). But most people should be fine with native async/await support in JavaScript/TypeScript these days.

yortus avatar Apr 06 '24 05:04 yortus