-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
Just doesn't do anything #25
Comments
Well I have similar issue. My browser just crash and I have to manualy open http://localhost:8090/ in browser. |
@OscarGodson wow thanks for such a detailed bug report! Unfortunately I'm really busy lately and am not sure when I'll have time to dive into this. Do you all think #24 is the same issue? If so, my gut feeling is that either node.js itself, one of the node modules, or one of the Rubygems released a new version which broke somrthing... Also look out for any weird messages you might have seen during installation... |
Did you guys get this error when installing? socketio/socket.io#1126 |
@OscarGodson try doing |
@bitboy90 Awesome find! I have just pushed a fix, which is completely in the backend. Do I'm not sure whether this will solve the problems of everybody on this thread, but hopefully it does. |
@suan So, I'm on a totally new computer, completely fresh everything, no errors installing any gems or anything and still doesn't do anything. The |
I followed the instructions in README.md, but it "just doesn't do anything". I used The solution was to add EDIT: I solved my last problem as well, my distro defaults to Python 3, and the library you're depending on expects Python 2. See instant-markdown/instant-markdown-d#10. |
Works for me (Mac OS X 10.7.5, MacVim Snapshot 66) after doing the following:
-- Terry |
FYI, I had this problem as well and discovered (after painstaking and tedious steps) that it was because I was using code fencing with syntax highlighting and spelled one of the code types wrong (javascrit instead of javascript). Might seem trivial and simple to catch but if your markdown is as long as mine is, it can be hard to know exactly what's wrong. |
I did a screencast to show: http://screencast.com/t/097egG9sTGtk
Doesn't do anything even tho it's installed correctly, right version, etc. All my other plugins seem to work tho.
Ideas?
The text was updated successfully, but these errors were encountered: