Hey there, UdjinM6, I believe you'll be able to help me here:
I am having a hard time trying to install an Insight Blockchain Explorer for DASH (https://github.com/UdjinM6/insight-api-dash). Although I am following the Quick Install, when I get to "$ npm install" i get this:
Lot's of errors, and a "npm not ok" at the end. Since yesterday I've been trying to figure out the problem, but I have not been able to identify what is causing it.
Can you help me?
I would like to provide a DASH Blockchain Explorer online. I've already got dashd running with "txindex=1" at the dash.conf, Node.js installed, and "INSIGHT_FORCE_RPC_SYNC=1" at the .bashrc.
Thanks
I am having a hard time trying to install an Insight Blockchain Explorer for DASH (https://github.com/UdjinM6/insight-api-dash). Although I am following the Quick Install, when I get to "$ npm install" i get this:
:~/insight-api$ npm install
npm http GET https://registry.npmjs.org/async
npm http GET https://registry.npmjs.org/base58-native/0.1.2
npm http GET https://registry.npmjs.org/bignum
npm http GET https://registry.npmjs.org/bitauth
npm http GET https://registry.npmjs.org/buffertools
npm http GET https://registry.npmjs.org/commander
npm http GET https://registry.npmjs.org/cron
npm http GET https://registry.npmjs.org/express
npm http GET https://registry.npmjs.org/glob
npm http GET https://registry.npmjs.org/leveldown
npm http GET https://registry.npmjs.org/levelup
npm http GET https://registry.npmjs.org/lodash
npm http GET https://registry.npmjs.org/microtime
npm http GET https://registry.npmjs.org/mkdirp
npm http GET https://registry.npmjs.org/moment
npm http GET https://registry.npmjs.org/nodemailer
npm http GET https://registry.npmjs.org/preconditions
npm http GET https://registry.npmjs.org/request
npm http GET https://registry.npmjs.org/socket.io/1.0.6
npm http GET https://registry.npmjs.org/socket.io-client/1.0.6
npm http GET https://registry.npmjs.org/soop/0.1.5
npm http GET https://registry.npmjs.org/winston
npm http GET https://registry.npmjs.org/xmlhttprequest
npm http GET https://registry.npmjs.org/nodemailer-smtp-transport
npm http GET https://registry.npmjs.org/chai
npm http GET https://registry.npmjs.org/grunt
npm http GET https://registry.npmjs.org/grunt-cli
npm http GET https://registry.npmjs.org/grunt-concurrent
npm http GET https://registry.npmjs.org/grunt-contrib-jshint
npm http GET https://registry.npmjs.org/grunt-contrib-watch
npm http GET https://registry.npmjs.org/grunt-env
npm http GET https://registry.npmjs.org/grunt-markdown
npm http GET https://registry.npmjs.org/grunt-mocha-test
npm http GET https://registry.npmjs.org/grunt-nodemon
npm http GET https://registry.npmjs.org/memdown
npm http GET https://registry.npmjs.org/should
npm http GET https://registry.npmjs.org/sinon
npm ERR! Error: failed to fetch from registry: bitauth
npm ERR! at /usr/share/npm/lib/utils/npm-registry-client/get.js:139:12
npm ERR! at cb (/usr/share/npm/lib/utils/npm-registry-client/request.js:31:9 )
npm ERR! at Request._callback (/usr/share/npm/lib/utils/npm-registry-client/ request.js:136:18)
npm ERR! at Request.callback (/usr/lib/nodejs/request/main.js:119:22)
npm ERR! at Request.<anonymous> (/usr/lib/nodejs/request/main.js:212:58)
npm ERR! at Request.emit (events.js:88:20)
npm ERR! at ClientRequest.<anonymous> (/usr/lib/nodejs/request/main.js:412:1 2)
npm ERR! at ClientRequest.emit (events.js:67:17)
npm ERR! at HTTPParser.onIncoming (http.js:1261:11)
npm ERR! at HTTPParser.onHeadersComplete (http.js:102:31)
npm ERR! You may report this log at:
npm ERR! <http://bugs.debian.org/npm>
npm ERR! or use
npm ERR! reportbug --attach /home/vvitch/insight-api/npm-debug.log npm
npm ERR!
npm ERR! System Linux 3.13.0-46-generic
npm ERR! command "node" "/usr/bin/npm" "install"
npm ERR! cwd /home/user/insight-api
npm ERR! node -v v0.6.12
npm ERR! npm -v 1.1.4
npm ERR! message failed to fetch from registry: bitauth
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/user/insight-api/npm-debug.log
npm not ok
Lot's of errors, and a "npm not ok" at the end. Since yesterday I've been trying to figure out the problem, but I have not been able to identify what is causing it.
Can you help me?
I would like to provide a DASH Blockchain Explorer online. I've already got dashd running with "txindex=1" at the dash.conf, Node.js installed, and "INSIGHT_FORCE_RPC_SYNC=1" at the .bashrc.
Thanks
Last edited by a moderator: