falcor-express-demo icon indicating copy to clipboard operation
falcor-express-demo copied to clipboard

npm install hangs forever

Open ksankaran opened this issue 10 years ago • 5 comments

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.

ksankaran avatar Aug 24 '15 16:08 ksankaran

In my case the problem is caused by git clone ssh://[email protected]/Netflix/falcor-path-syntax.git

error git clone ssh://[email protected]/Netflix/falcor-path-syntax.git Cloning into bare repository

This issue is solved by using: ssh -T -o "VerifyHostKeyDNS yes" [email protected]

It then looks we simply don't have access to falcor-path-syntax via ssh. git clone ssh://[email protected]/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: https://github.com/Netflix/falcor-router-demo/issues/7

bobvanluijt avatar Aug 26 '15 07:08 bobvanluijt

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.

ctranxuan avatar Sep 13 '15 07:09 ctranxuan

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

ja-be avatar Sep 15 '15 18:09 ja-be

+1 for the falcor-router-demo: 1.0.4

wembernard avatar Sep 18 '15 13:09 wembernard

Opened a PR with this change included: https://github.com/Netflix/falcor-express-demo/pull/6

tbranyen avatar Oct 18 '15 02:10 tbranyen