-
-
Notifications
You must be signed in to change notification settings - Fork 155
Closed
Labels
bugSomething isn't workingSomething isn't workingduplicateThis issue or pull request already existsThis issue or pull request already exists
Description
Version of Marp Tool
@marp-team/marp-cli v3.4.0 (w/ @marp-team/marp-core v3.9.0)
Operating System
Windows
Environment
- OS version: Windows 10 22H2 Build 19045.4291
- Node.js version: the one baked into Marp CLI, when using npx it's the rather rusty 17.9.0
- Shell Environment: msys/bash (git-bash as distributed with git 2.44.0 for Windows)
Bug occurs in marp.exe
as well as when using npx @marp-team/marp-cli@latest
How to reproduce
- open git-bash
- create a minimal prez.md
- either
npx @marp-team/marp-cli@latest prez.md -o prez.html
or/path/to/marp prez.md -o prez.html
- it seems to freeze
marp --help
or marp --version
however work as expected. Using WindowsTerminal/Powershell works as expected.
Expected behavior
It should render the html/pdf or go into watchmode as requested and provide the usual [INFO]
/[WARN]
outputs accordingly.
Actual behavior
the msys terminal freezes
Additional information
Already tried running with MSYS_NO_PATHCONV=1
just in case it's related to msys's Posix path conversion but that didn't help.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingduplicateThis issue or pull request already existsThis issue or pull request already exists