You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After 82f79ce I'm always getting the following error with node v0.3.6 (Linux debian 2.6.32-5-686). Works with 041247c.
node.js:68
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Fiber support was not enabled when you ran node. To enable support for fibers, please run node with the included `fiber-shim` script. For example, instead of running:
node script.js
You should run:
./fiber-shim node script.js
You will not be able to use Fiber without this support enabled.
The text was updated successfully, but these errors were encountered:
After 82f79ce I'm always getting the following error with node v0.3.6 (Linux debian 2.6.32-5-686). Works with 041247c.
The text was updated successfully, but these errors were encountered: