-
Notifications
You must be signed in to change notification settings - Fork 217
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
Slap flashes on screen for a split second and closes #229
Comments
@kenmorechalfant there should be more information in |
|
I also found out that if I create a new file by doing like:
It works and I can edit the file and save it... But once I quit and try to edit the file again with the same command the program opens for a split second and closes itself. |
Try running the same command with
If you don't find anything in the logs, try adding There is another (likely related) problem where errors during the loading process are thrown outside the current call stack, so there's no meaningful way to handle them: atom/text-buffer#110 |
Here's the output with https://gist.github.com/kenmorechalfant/a827dd95b95aaf314b01 Edit: I think my install of Node may be pretty out of date. I'm updating now. |
So I updated Node and NPM which actually turned out to be a huge headache. I thought it would take 2 minutes but it took 2 hours. Problem after problem. But now I'm on Node 5.x and Slap seems to be working so far. |
No errors. It just closes immediately.
I'm on Ubuntu 14.04 using standard terminal.
The text was updated successfully, but these errors were encountered: