laverdet / node-fibers

Fiber/coroutine support for v8 and node.
MIT License
3.56k stars 224 forks source link

Node 20.6.1 support #470

Open gustawdaniel opened 1 year ago

gustawdaniel commented 1 year ago

I had this package in version 5.0.0 in dependencies. Then, I updated the node from 16 to 20 and the package manager from npm to pnpm. During installation I seen

node_modules/.pnpm/fibers@5.0.0/node_modules/fibers: Running install script...
ELIFECYCLE  Command failed.

I am fixing this by removing this package.

gustawdaniel commented 1 year ago

I checked https://github.com/laverdet/node-fibers/issues/450 and saw that support is only to node 16.