-
Notifications
You must be signed in to change notification settings - Fork 23
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
Build is failing due to MarkdownBear deleting all markdown content #81
Comments
This is odd. remark is definitely there. It is running
Unfortunately, I've got to go. Unassigning in case someone else knows the solution. |
I encountered this issue while adding coala to my project. Installing https://github.com/blazeu/atom-browsersync/blob/coala/.travis.yml#L14 ~> https://travis-ci.org/blazeu/atom-browsersync#L1047
|
I've found the real problem. remark won't run on older version of nodejs in shipped with circleci by default. See my build Using node v6.11.5 the build ran successfully. |
`remark` which is used by MarkdownBear won't run under default nodejs version in circleci. Fixes coala#81
`remark` which is used by MarkdownBear won't run under default nodejs version in circleci. Fixes coala#81
I've improved the title of this issue so people know what it is about. |
we have to change the whole README.md to get this rectified? |
No. We have to remove the whole README.md to get this rectified. There's no other option, and by that it means we cannot have any markdown. This is a definite bug on MarkdownBear coala/coala-bears#2131 |
making a new one will the option then... that's what I am saying |
https://circleci.com/gh/jayvdb/coala-atom/16
The text was updated successfully, but these errors were encountered: