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

Doesn't work with flow 0.17.0 #67

Closed
meteficha opened this issue Oct 12, 2015 · 8 comments
Closed

Doesn't work with flow 0.17.0 #67

meteficha opened this issue Oct 12, 2015 · 8 comments

Comments

@meteficha
Copy link

I can't make fbjs-0.3.1 work with flow-0.17.0. Is it something wrong on my end?

Error messages: https://gist.github.com/meteficha/29bdec5a6ff168fabfa4

@gregwebs
Copy link

I saw the same issue when upgrading, but it mysteriously went away after reinstalling all my node_modules/

@zpao
Copy link
Member

zpao commented Oct 12, 2015

I can't repro - could have just been some caching issue. Thanks for reporting but I'm going to close out.

@zpao zpao closed this as completed Oct 12, 2015
@meteficha
Copy link
Author

@zpao Assuming it's a cache issue, what should I rm? I've tried rm -R node_modules to no avail. Is there another cache somewhere?

@gregwebs
Copy link

@zpao can we start a mail list for flow, or can the website specifically suggest using stackoverflow?

These are good ways to leverage the community of users to provide support.

@zpao
Copy link
Member

zpao commented Oct 12, 2015

If you're running as flow check src (from the root of the repo) you can try flow stop src which should kill the server that's running there. I'm not super well versed with the other ways Flow does caching so that might not do it.

@gregwebs That's a good idea. I know there's the IRC channel and there was likely a channel in the Reactiflux Slack (though I think that's "full").

@izaakschroeder
Copy link

Having the exact same issue as @meteficha here. Tried rebuilding node_modules, tried killing all instances of flow, no luck still 😦

node-4.1.0
npm-3.3.5
fbjs-0.3.2

Configuration:

[include]
src/

[libs]
node_modules/fbjs/flow/include

Anything that got it working or direction to poke in would be most helpful 😄

@gregwebs
Copy link

Ignoring fbjs fixed it for us

[ignore]
.*/react/node_modules/.*
.*/fbjs
.*/envify

@izaakschroeder
Copy link

Seems like a bit of a hack but it does work! Thanks @gregwebs 😄

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

4 participants