Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup instructions error #912

Open
dviramontes opened this issue Apr 3, 2018 · 2 comments
Open

Setup instructions error #912

dviramontes opened this issue Apr 3, 2018 · 2 comments

Comments

@dviramontes
Copy link

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
Copy link

Also directory server does not exist

@walletdomain
Copy link

walletdomain commented May 4, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants