paritytech / email-verification

e-mail verification for Parity.
https://github.com/ethcore/email-verification#parity-e-mail-verification
Other
8 stars 4 forks source link

Error while installing #6

Open panicape opened 7 years ago

panicape commented 7 years ago

i was following the steps in the wiki to install it and at the end it only shows me this: any idea why is showing this parity

/usr/bin/env: «node»: No existe el archivo o el directorio /bin/sh: 1: node: not found gyp: Call to 'node -e "require('nan')"' returned exit status 127 while in binding.gyp. while trying to load binding.gyp gyp ERR! configure error gyp ERR! stack Error: gyp failed with exit code: 1 gyp ERR! stack at ChildProcess.onCpExit (/usr/share/node-gyp/lib/configure.js:354:16) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.8.0-58-generic gyp ERR! command "/usr/bin/nodejs" "/usr/bin/node-gyp" "rebuild" gyp ERR! cwd /home/panicape/email-verification/node_modules/leveldown gyp ERR! node -v v4.2.6 gyp ERR! node-gyp -v v3.0.3 gyp ERR! not ok email-verification@0.1.0 /home/panicape/email-verification ├─┬ body-parser@1.17.2 │ ├── bytes@2.4.0 │ ├── content-type@1.0.2 │ ├─┬ debug@2.6.7 │ │ └── ms@2.0.0 │ ├── depd@1.1.0 │ ├─┬ http-errors@1.6.1 │ │ └── inherits@2.0.3 │ ├── iconv-lite@0.4.15 │ ├─┬ on-finished@2.3.0 │ │ └── ee-first@1.1.1 │ ├── qs@6.4.0 │ ├─┬ raw-body@2.2.0 │ │ └── unpipe@1.0.0 │ └─┬ type-is@1.6.15 │ ├── media-typer@0.3.0 │ └─┬ mime-types@2.1.15 │ └── mime-db@1.27.0 ├─┬ boom@4.3.1 │ └── hoek@4.1.1 ├── co@4.6.0 ├── co-express@1.2.2 ├─┬ config@1.26.1 │ ├── json5@0.4.0 │ └── os-homedir@1.0.2 ├── corser@2.0.1 ├─┬ express@4.15.3 │ ├─┬ accepts@1.3.3 │ │ └── negotiator@0.6.1 │ ├── array-flatten@1.1.1 │ ├── content-disposition@0.5.2 │ ├── cookie@0.3.1 │ ├── cookie-signature@1.0.6 │ ├── encodeurl@1.0.1 │ ├── escape-html@1.0.3 │ ├── etag@1.8.0 │ ├── finalhandler@1.0.3 │ ├── fresh@0.5.0 │ ├── merge-descriptors@1.0.1 │ ├── methods@1.1.2 │ ├── parseurl@1.3.1 │ ├── path-to-regexp@0.1.7 │ ├─┬ proxy-addr@1.1.4 │ │ ├── forwarded@0.1.0 │ │ └── ipaddr.js@1.3.0 │ ├── range-parser@1.2.0 │ ├─┬ send@0.15.3 │ │ ├── destroy@1.0.4 │ │ └── mime@1.3.4 │ ├── serve-static@1.12.3 │ ├── setprototypeof@1.0.3 │ ├── statuses@1.3.1 │ ├── utils-merge@1.0.0 │ └── vary@1.1.1 ├─┬ fetch-ponyfill@4.0.0 │ └─┬ node-fetch@1.6.3 │ ├── encoding@0.1.12 │ └── is-stream@1.1.0 ├─┬ levelup@1.3.8 │ ├─┬ deferred-leveldown@1.2.1 │ │ └── abstract-leveldown@2.4.1 │ ├── level-codec@6.1.0 │ ├─┬ level-errors@1.0.4 │ │ └─┬ errno@0.1.4 │ │ └── prr@0.0.0 │ ├─┬ level-iterator-stream@1.3.1 │ │ └─┬ readable-stream@1.1.14 │ │ ├── core-util-is@1.0.2 │ │ ├── isarray@0.0.1 │ │ └── string_decoder@0.10.31 │ ├── prr@1.0.1 │ ├── semver@5.1.1 │ └── xtend@4.0.1 ├─┬ morgan@1.8.2 │ ├── basic-auth@1.1.0 │ ├── debug@2.6.8 │ └── on-headers@1.0.1 ├── nocache@2.0.0 ├─┬ node-mailjet@3.1.0 │ ├── bluebird@3.5.0 │ ├─┬ json-bigint@0.2.3 │ │ └── bignumber.js@4.0.2 │ ├── qs@4.0.0 │ ├─┬ superagent@2.3.0 │ │ ├── component-emitter@1.2.1 │ │ ├── cookiejar@2.1.1 │ │ ├── extend@3.0.1 │ │ ├─┬ form-data@1.0.0-rc4 │ │ │ ├── async@1.5.2 │ │ │ └─┬ combined-stream@1.0.5 │ │ │ └── delayed-stream@1.0.0 │ │ ├── formidable@1.1.1 │ │ └─┬ readable-stream@2.3.3 │ │ ├── isarray@1.0.0 │ │ ├── process-nextick-args@1.0.7 │ │ ├── safe-buffer@5.1.1 │ │ ├── string_decoder@1.0.3 │ │ └── util-deprecate@1.0.2 │ └─┬ superagent-proxy@1.0.2 │ └─┬ proxy-agent@2.0.0 │ ├─┬ agent-base@2.1.1 │ │ └── semver@5.0.3 │ ├── http-proxy-agent@1.0.0 │ ├── https-proxy-agent@1.0.0 │ ├── lru-cache@2.6.5 │ ├─┬ pac-proxy-agent@1.1.0 │ │ ├─┬ get-uri@2.0.0 │ │ │ ├── data-uri-to-buffer@0.0.4 │ │ │ ├── file-uri-to-path@0.0.2 │ │ │ └─┬ ftp@0.3.10 │ │ │ ├─┬ readable-stream@1.1.14 │ │ │ │ ├── isarray@0.0.1 │ │ │ │ └── string_decoder@0.10.31 │ │ │ └── xregexp@2.0.0 │ │ └─┬ pac-resolver@2.0.0 │ │ ├── co@3.0.6 │ │ ├─┬ degenerator@1.0.4 │ │ │ ├── ast-types@0.9.12 │ │ │ ├─┬ escodegen@1.8.1 │ │ │ │ ├── esprima@2.7.3 │ │ │ │ ├── estraverse@1.9.3 │ │ │ │ ├── esutils@2.0.2 │ │ │ │ ├─┬ optionator@0.8.2 │ │ │ │ │ ├── deep-is@0.1.3 │ │ │ │ │ ├── fast-levenshtein@2.0.6 │ │ │ │ │ ├── levn@0.3.0 │ │ │ │ │ ├── prelude-ls@1.1.2 │ │ │ │ │ ├── type-check@0.3.2 │ │ │ │ │ └── wordwrap@1.0.0 │ │ │ │ └─┬ source-map@0.2.0 │ │ │ │ └── amdefine@1.0.1 │ │ │ └── esprima@3.1.3 │ │ ├── ip@1.0.1 │ │ ├── netmask@1.0.6 │ │ └── thunkify@2.1.2 │ └─┬ socks-proxy-agent@2.1.1 │ └─┬ socks@1.1.10 │ ├── ip@1.1.5 │ └── smart-buffer@1.1.15 └─┬ web3@0.18.4 ├── bignumber.js@2.0.7 (git+https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2) ├── crypto-js@3.1.8 ├── utf8@2.1.2 ├── xhr2@0.1.4 └── xmlhttprequest@1.8.0

npm ERR! Linux 4.8.0-58-generic npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "--production" npm ERR! node v4.2.6 npm ERR! npm v3.5.2 npm ERR! code ELIFECYCLE

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

npm ERR! Please include the following file with any support request: npm ERR! /home/panicape/email-verification/npm-debug.log