Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [flux-dev] Problem when trying to run the node.js server

I figured it... The node version was 0.12 and before you start the node server, you need to have rabbitmq server running first. Also, before you running workbench, you need to havePlugin development environment installed on your eclipse. 
Also I created a gitter chatroom for this summer of code project, feel free to join.
https://gitter.im/BtXin/eclipsefluxsummerofcode?utm_source=share-link&utm_medium=link&utm_campaign=share-link

Xin Wei

On Fri, Apr 29, 2016 at 11:12 AM, Xin Wei <xinwei3@xxxxxxxxxxxx> wrote:
I'm wondering which version of node is used for flux now. I tried 0.12.13 and npm install succeed but npm start faild with 

unhandledRejection.js:96

throw e;

      ^

Error: connect ECONNREFUSED

    at exports._errnoException (util.js:746:11)

    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1012:19)


When I switched to version 4.2.1, the npm install failed.

Sincerely

Xin Wei



Back to the top