-
Notifications
You must be signed in to change notification settings - Fork 3.4k
TypeError: Cannot call method 'replace' of undefined #168
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
Comments
Make sure you are not giving marked a 'Buffer'. |
Make sure that you give |
I'm also getting this when using with EpicEditor https://github.com/OscarGodson/EpicEditor |
Hello: I have run into this issue when trying to use doxx. I have a directory with one *.js source file and then I invoke doxx to output documentation: % doxx --source ./ --target ./docs which results in the stack trace below. Version of node: 0.10.18 Any help is appreciated. --- x8 snip /usr/local/lib/node_modules/doxx/node_modules/marked/lib/marked.js:1099 |
To whatevernot, Just found your post which indicated a problem similar to mine. I have just solved it by putting a README.md file in the current directory and run doxx again. Hope that can help although it comes late. |
Hi - thanks for the reply! I recall somehow figuring it out a while back - I know it’s working now. Appreciated - regards. b… On Mar 19, 2014, at 12:34 AM, albertmcw [email protected] wrote:
|
It sounds like everyone that has this problem is using some other tool which is using marked. Unless someone can provide a reduced test case, there's not much that can be done. |
Marked crashed and asked me to report the problem.
I'm afraid I couldn't replicate the issue with text I can give you.
The text was updated successfully, but these errors were encountered: