bitpay / insight

A bitcoin blockchain explorer and API
https://insight.bitpay.com/
MIT License
1.19k stars 1.11k forks source link

Setup instructions error #912

Open dviramontes opened 6 years ago

dviramontes commented 6 years ago

Hello, your setup instructions call for

git clone -b next https://github.com/bitpay/insight.git && cd insight/server
npm install
npm start

but branch next is not available upstream.

git clone -b next https://github.com/bitpay/insight.git && cd insight/server Cloning into 'insight'... fatal: Remote branch next not found in upstream origin

bitcoinbrisbane commented 6 years ago

Also directory server does not exist

walletdomain commented 6 years ago

Is there a manual workaround to continue the setup?

git clone https://github.com/bitpay/insight.git - that command works so I can get the repository on the local system. Then, if I go into the insight directory and do "npm i", it seems to install everything needed. npm start results in every line being an error. Starting with this one:

ionic serve

sh: 1: ionic: not found