Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to solve "customFds not yet supported" Error

How to solve "customFds not yet supported" Error

Problem

I installed geddy.js. After installation i created and app with geddy using command:

geddy app myapp
cd myapp

But when i tried geddy inside myapp i am getting following Error with log details as:

Error: customFds not yet supported
    at setStreamOption (child_process_uv.js:386:13)
    at ChildProcess.spawn (child_process_uv.js:397:3)
    at Object.spawn (child_process_uv.js:317:9)
    at Object.createWorker (/usr/local/lib/node_modules/geddy/lib/cluster/hack_master.js:46:22)
    at Object.createWorkers (/usr/local/lib/node_modules/geddy/lib/cluster/master.js:291:14)
    at Object. (/usr/local/lib/node_modules/geddy/lib/cluster/master.js:207:14)
    at [object Object].runItem (/usr/local/lib/node_modules/geddy/lib/utils/async.js:108:10)
    at [object Object]. (/usr/local/lib/node_modules/geddy/lib/utils/async.js:113:12)
    at Array. (/usr/local/lib/node_modules/geddy/lib/utils/async.js:148:54)
    at EventEmitter._tickCallback (node.js:195:26)

Can anyone help me resolving the issue. Thanks in advance.

Problem courtesy of: Dar Hamid

Solution

I had the same problem because I was using an old version of node. Try to upgrade

Solution courtesy of: Gpx

Discussion

View additional discussion.



This post first appeared on Node.js Recipes, please read the originial post: here

Share the post

How to solve "customFds not yet supported" Error

×

Subscribe to Node.js Recipes

Get updates delivered right to your inbox!

Thank you for your subscription

×