Can´t build

Hi, I can´t build Kibana 4.3.1 in Ubuntu 14.04, when running "npm run build" I get bellow errros. Aside of this (very odd) if I run with --force it fails few steps before, in _build:installNpmDeps task because a github time out trying to fetch jquery, which is working fine from command line! Any Idea?

Running "_build:downloadNodeBuilds:finish" task
Warning: unexpected eof Use --force to continue.

Aborted due to warnings.

npm ERR! Linux 3.13.0-32-generic
npm ERR! argv "node" "/usr/local/bin/npm" "run" "build"
npm ERR! node v0.12.9
npm ERR! npm  v3.7.1
npm ERR! code ELIFECYCLE
npm ERR! kibana@4.3.1 build: `grunt build`
npm ERR! Exit status 3
npm ERR!
npm ERR! Failed at the kibana@4.3.1 build script 'grunt build'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the kibana package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     grunt build
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs kibana
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls kibana
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/ruria/Kibana/npm-debug.log

Looks like it is unable to download the node.js binaries... Maybe running with the --verbose flag will shed some more light on the issue.

npm run build -- --verbose