I'm running embark on embark_demo project. embark blockchain / geth works fine & it says "account funded" but when I run embark build / embark run it cannot seem to find the ethereum node.
Further it points some error at:
Error: error connecting to blockchain node
at Error (native)
at checkWeb3IsConnected (/usr/local/lib/node_modules/embark/lib/contracts/deploy_manager.js:44:27)



Not sure if embark build starts a node, you mite want to try one window:
To start/stop the node, and in another window:
Oh get creative and run them together in same window using the & symbol, and piping | to grep to only show lines with a :
But then you gotta do
to stop the node cos it's in background.