-
Notifications
You must be signed in to change notification settings - Fork 92
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
Code cannot parse src code #194
Comments
I've got the same error here: error: I'm on Windows 7. |
Same error here as well I'm using: |
I was getting this too when Codo's internal CoffeeScript dependency was 1.9. I manually uninstalled it and had it use a 1.8 (higher up node_modules), and it worked fine then. |
Unfortunately it seems broken at the moment: coffeedoc/codo#194 coffeedoc/codo#195 And the auto-webhook site is down too: coffeedoc/coffeedoc.info#9 Given these issues, going to just write docs manually.
I don't really know why but my problem auto-solved... |
It still happens when using coffee1.8.0 |
Unfortunately it seems broken at the moment: coffeedoc/codo#194 coffeedoc/codo#195 And the auto-webhook site is down too: coffeedoc/coffeedoc.info#9 Given these issues, going to just write docs manually.
codo uses its own coffee-script folder in codo/node_modules. So the simplest workaround until this is resolved seems to be (at least it worked for me):
Note: The code to document should not use coffeescript 1.9.0 features |
The fix seems to be fairly simple:
but should be
Just add the @ in line 10 in front of node. |
Unfortunately it seems broken at the moment: coffeedoc/codo#194 coffeedoc/codo#195 And the auto-webhook site is down too: coffeedoc/coffeedoc.info#9 Given these issues, going to just write docs manually.
Unfortunately it seems broken at the moment: coffeedoc/codo#194 coffeedoc/codo#195 And the auto-webhook site is down too: coffeedoc/coffeedoc.info#9 Given these issues, going to just write docs manually.
I had this issue, and using the latest version from github fixes it for me. Tip: to get the latest version from github into your package.json until the fixes are released, just use:
|
Unfortunately it seems broken at the moment: coffeedoc/codo#194 coffeedoc/codo#195 And the auto-webhook site is down too: coffeedoc/coffeedoc.info#9 Given these issues, going to just write docs manually.
Nice work folks. Would you mind publishing this update to npm? Thanks! |
2.0.11 released |
Unfortunately it seems broken at the moment: coffeedoc/codo#194 coffeedoc/codo#195 And the auto-webhook site is down too: coffeedoc/coffeedoc.info#9 Given these issues, going to just write docs manually.
Unfortunately it seems broken at the moment: coffeedoc/codo#194 coffeedoc/codo#195 And the auto-webhook site is down too: coffeedoc/coffeedoc.info#9 Given these issues, going to just write docs manually.
Unfortunately it seems broken at the moment: coffeedoc/codo#194 coffeedoc/codo#195 And the auto-webhook site is down too: coffeedoc/coffeedoc.info#9 Given these issues, going to just write docs manually.
Unfortunately it seems broken at the moment: coffeedoc/codo#194 coffeedoc/codo#195 And the auto-webhook site is down too: coffeedoc/coffeedoc.info#9 Given these issues, going to just write docs manually.
I've tried several versions, neither works.
The most recent version (2.0.8 and 2.0.9) generates this error.
The text was updated successfully, but these errors were encountered: