-
Notifications
You must be signed in to change notification settings - Fork 3
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
when importing, atom hangs #25
Comments
Ouch. I wonder if this could be the same issue as #22? Do you happen to remember what packages you updated? @hexsprite had a theory about incompatible packages but couldn't isolate it to a single one. Perhaps if you list your updates (even from memory if there is no physical trace) we can work together to come up with an isolated reproduction case? |
I updated nuclideand some other packages (i just hit update all). I had also some problems with react-native packager, so i needed to reinstall watchman. I therefore suspect it might have something to do with watchman. Can i disable watchman for importjs without uninstalling it? I am also using flow-type. |
There might be a way to disable watchman for a specific directory, not sure. There's no way to do this through import-js configuration unfortunately. |
@macrozone you could try to reproduce the problem with only atom-import-js and required deps loaded then re-add your plugins one by one until you find the issue ;) |
it works again after updating nuclide or after switching to atom-ide ;-) |
I updated some packages and reinstalled watchman.
now, when i try to import with cmd+shift+i, atom sometimes hang and has to be killed :-(
using latest version 0.11.0
The text was updated successfully, but these errors were encountered: