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

npm install hangs forever #2

Open
ksankaran opened this issue Aug 24, 2015 · 5 comments
Open

npm install hangs forever #2

ksankaran opened this issue Aug 24, 2015 · 5 comments

Comments

@ksankaran
Copy link

Hi,

I was trying to install the demo in ubuntu 14.04 LTS and npm install hangs in the following line:
make: Leaving directory '/home/ksankaran/workspace/node/falcor-express-demo/node_modules/falcor-router-demo/node_modules/pouchdb/node_modules/leveldown/build'

Any help is appreciated. Please let me know if you need any other data points from my end.

@bobvanluijt
Copy link

In my case the problem is caused by git clone ssh://git@github.com/Netflix/falcor-path-syntax.git

error git clone ssh://git@github.com/Netflix/falcor-path-syntax.git Cloning into bare repository

This issue is solved by using: ssh -T -o "VerifyHostKeyDNS yes" git@github.com

It then looks we simply don't have access to falcor-path-syntax via ssh.
git clone ssh://git@github.com/Netflix/falcor-path-syntax.git returns: fatal: Could not read from remote repository. Please make sure you have the correct access rights

Update, see reference: Netflix/falcor-router-demo#7

@ctranxuan
Copy link

Hello,
I had the same issue. In the package.json, I upgraded "falcor-router-demo" to version "1.0.4" and it works now.
I use npm v0.12.7.
Hope this helps.

@ja-be
Copy link

ja-be commented Sep 15, 2015

Thanks @ctranxuan , upgrade falcor-router-demo to 1.0.4 solves the issue.

@wembernard
Copy link

+1 for the falcor-router-demo: 1.0.4

@tbranyen
Copy link
Contributor

Opened a PR with this change included: #6

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

6 participants