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

Hello World: casual-browserify fails in Windows #83

Closed
robertohuertasm opened this issue Sep 5, 2016 · 10 comments
Closed

Hello World: casual-browserify fails in Windows #83

robertohuertasm opened this issue Sep 5, 2016 · 10 comments

Comments

@robertohuertasm
Copy link

I've been trying to run the example in Windows and I've had to change several things to make it work. I'm going to raise some issues in order to know if there's something that I'm missing or the repo has to be updated.

First problem that I have found is that casual-browserify seems to fail in Windows. I've submitted a PR in order to solve it.

@kamilkisiela
Copy link
Owner

Could you try to use casual instead of casual-browserify? It would help a lot, maybe we could just switch to causal and that's it :)

@robertohuertasm
Copy link
Author

Sure, I'll give it a try and let you know!

@kamilkisiela
Copy link
Owner

@robertohuertasm Hi again! :) Could you try the new example #88 ?

@robertohuertasm
Copy link
Author

Ok. Btw, I've tried casual and seems to be working

@kamilkisiela
Copy link
Owner

That's fantastic! I'll merge it soon

@kamilkisiela
Copy link
Owner

kamilkisiela commented Sep 5, 2016

@robertohuertasm I really appreciate your feedback! Thank you so much :) If you have any questions about angular2-apollo you can reach me on official apollostack slack at #angular2-apollo or directly pm me

@robertohuertasm
Copy link
Author

@kamilkisiela you're very welcome! 😉 It's a pleasure to help in any way possible. I'm testing it right now. It takes forever to install all the npm dependencies... Server works ok but the client is not working for me. It's complaining of lacking typings (see the attachment). I'd suggest adding some postInstall script in order to execute typings install too because I was lacking graphql typings too (this one is defined in typings.json).
errors

@robertohuertasm
Copy link
Author

Which typescript version should I be using? I've got 1.8.10 installed.

@kamilkisiela
Copy link
Owner

But the typings/ suppose to be included in the repository right now, so there's no point of use postinstall for it.

AngularCLI uses ts@2.0.0

Try to run this:

npm uninstall -D typescript
npm i -D typescript@beta

@robertohuertasm
Copy link
Author

@kamilkisiela yes, that did the trick!

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

2 participants