npm install hangs forever
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.
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
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.
Thanks @ctranxuan , upgrade falcor-router-demo to 1.0.4 solves the issue.
+1 for the falcor-router-demo: 1.0.4
Opened a PR with this change included: https://github.com/Netflix/falcor-express-demo/pull/6