-
Notifications
You must be signed in to change notification settings - Fork 699
Description
I installed build-essentials like mentioned on the site.
the installation is freezing when I get the following messages:
[nodegit] Fetching binary from S3.
[nodegit] Failed to install prebuilt, attempting compile.
[nodegit] Installing all devDependencies
[nodegit] Determining source dependencies.
[nodegit] Detecting vendor/libgit2.
[nodegit] Removing outdated vendor/libgit2.
[nodegit] Detecting vendor/libssh2.
[nodegit] Removing outdated vendor/libssh2.
[nodegit] Detecting vendor/http_parser.
[nodegit] Removing outdated vendor/http_parser.
[nodegit] Fetching vendor/libgit2.
[nodegit] Fetching vendor/libssh2.
[nodegit] Fetching vendor/http_parser.
[nodegit] Building native node module.
could anyone help?
edit:
i was trying to install with node 0.11.11
if i change to 0.10.0 i get the following error:
npm http GET https://registry.npmjs.org/nodegit
npm http 304 https://registry.npmjs.org/nodegit
npm http GET https://registry.npmjs.org/find-parent-dir
npm http GET https://registry.npmjs.org/fs-extra
npm http GET https://registry.npmjs.org/nodegit-promise
npm http GET https://registry.npmjs.org/promisify-node
npm http 304 https://registry.npmjs.org/find-parent-dir
npm http 304 https://registry.npmjs.org/nodegit-promise
npm http 304 https://registry.npmjs.org/promisify-node
npm http 304 https://registry.npmjs.org/fs-extra
npm ERR! Error: No compatible version found: find-parent-dir@'^0.3.0'
npm ERR! Valid install targets:
npm ERR! ["0.1.0","0.2.0","0.2.1","0.3.0"]
npm ERR! at installTargetsError (/usr/local/lib/node_modules/npm/lib/cache.js:682:10)
npm ERR! at /usr/local/lib/node_modules/npm/lib/cache.js:597:10
npm ERR! at saved (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:138:7)
npm ERR! at Object.oncomplete (fs.js:93:15)
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! npm-@googlegroups.com
npm ERR! System Linux 3.16.0-30-generic
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "nodegit"
npm ERR! cwd /home/mod/code/job/fortiden/dmcms-promt/node_modules
npm ERR! node -v v0.10.0
npm ERR! npm -v 1.2.14
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/mod/code/job/fortiden/dmcms-promt/node_modules/npm-debug.log
npm ERR! not ok code 0
with 0.12.0 its ok.