-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm install fibers with error(node v12.15.0) #449
Comments
upgrade fibers |
i am seeing the same for the latest fibers version, ( |
Just piping in to say I installed fibers 5.0.0 on node 14.6.0 and now everything works great again. Thanks! |
Thank you! This took forever to figure out. Working on the exact same versions as gavmck above. |
Ugh annoying. Going to start removing fibers. nvm install 16 Works as of 6/18/2024 |
@advancedsoftwarecanada fibers has been obsolete for 4 years [e2a0ed9] and entirely unsupported for 3 years [8f28098]. |
But, was absolutely amazing and a true shame for the community to lose :) And only responding because the throught of this project brings a smile to my face -- truly what JS / Node should have been :) |
Yeah I'm definitely proud of what I built! Happy to be "prior art" in the history book. async/await was definitely the right choice for JS. With fibers you can have hundreds of pending stack. With async/await you can have millions |
Hi could you help investigate this issue?
From the README
if you are running 64-bit nodejs version 12.x or 14.x on Linux, OS X, or Windows (7 or later) then you should be able to install fibers from npm just fine.
I checked my node version is
v12.15.0
and my machine is mac os which should runnpm install
when I changed the node to
v6.10.2
, there is no such error. but I need upgrade node version tov12.15.0
or higher version now, When I run same commandnpm install
, I see the above error, What I need do for nodev12.15.0
to reslove this issue?The text was updated successfully, but these errors were encountered: