MaximeHeckel / HarborJS

Dokku Web Interface and Account Management
MIT License
111 stars 19 forks source link

node-gyp rebuild fail #17

Open JacobCZ opened 7 years ago

JacobCZ commented 7 years ago

I've just tried to install this on Ubuntu 14.04 and I'm constantly getting this error when in run npm install:

npm ERR! Linux 4.4.0-64-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "--verbose"
npm ERR! node v4.2.6
npm ERR! npm  v3.5.2
npm ERR! code ELIFECYCLE

npm ERR! node-v8-clone@0.4.5 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the node-v8-clone@0.4.5 install script 'node-gyp rebuild'.
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 node-v8-clone package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs node-v8-clone
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls node-v8-clone
npm ERR! There is likely additional logging output above.
npm verb exit [ 1, true ]

npm ERR! Please include the following file with any support request:
npm ERR!     /root/HarborJS/npm-debug.log

Any ideas?

hgouveia commented 7 years ago

+1 , same happend to me, this is because of "docker.io" module, please consider to move to https://github.com/apocas/dockerode , docker.io npm module is not been supported anymore