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

Error when installing falcor-router-demo #7

Closed
bobvanluijt opened this issue Aug 26, 2015 · 0 comments
Closed

Error when installing falcor-router-demo #7

bobvanluijt opened this issue Aug 26, 2015 · 0 comments

Comments

@bobvanluijt
Copy link

Both are failing with the current repo.

git clone https://github.com/Netflix/falcor-router-demo && npm install
or
npm install falcor-router-demo

Problem recurs when falcor-router-demo is a dependency. Example: Netflix/falcor-express-demo#2

Fix:
In package.json:
"dependencies": { "falcor": "^0.1.2", "falcor-json-graph": "^1.1.0", "falcor-router": "^0.2.8", "pouchdb": "~3.6.0", "promise": "^7.0.3", "rx": "2.5.3" }

or

"dependencies": { "falcor": "~0.1.12", "falcor-json-graph": "~1.1.5", "falcor-router": "~0.2.9", "pouchdb": "~3.6.0", "promise": "~7.0.4", "rx": "~2.5.3" }

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

Successfully merging a pull request may close this issue.

1 participant