finnp / finnp/node-travisjs

`travisjs badge` is broken @ node v6

Open
#18 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
28
Forks
5
PR merge metrics
No merged PRs in 30d

Description

```
$ node -v
v6.0.0

$ travisjs badge
(node:20670) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
[![Build Status](https://travis-ci.org/textlint/textlint.svg?branch=master)](https://travis-ci.org/textlint/textlint)
```

[graceful-fs](https://github.com/isaacs/node-graceful-fs) show warning message and break following use-case.

```
$ travisjs badge | pbcopy
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce `travisjs badge` under Node v6 and compare its output when piped to `pbcopy`. Start at the `travisjs badge` command entry point and inspect how the `graceful-fs` warning reaches stdout. Done means the badge output can be piped cleanly without the warning breaking the generated Markdown.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.