commonmark / commonmark/commonmark.js

Windows is not supported

Open
#143 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
1.6k
Forks
231
Avg merge
2d 11h
Merged PRs (30d)
3

Description

The commonmark executable does not run on Windows because it reads /dev/stdin as a file. The project also uses Make and various *nix commands for development instead of standard npm scripts.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the commonmark executable failure on Windows and inspect how it reads /dev/stdin. Then review the Make and *nix development commands alongside the available npm scripts. Done means the executable runs on Windows and the documented development workflow no longer depends on those platform-specific commands.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, nodejs
Domain
build-system, cli, developer-experience
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 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.