marp-team / marp-vscode

Marp for VS Code: Create slide deck written in Marp Markdown on VS Code

Home Page:https://marketplace.visualstudio.com/items?itemName=marp-team.marp-vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failure to export: [CLIError] Failed converting Markdown. (spawn UNKNOWN)

song-wensong opened this issue · comments

Marp for VS Code v2.8.0
Windows 10
When I Export Slide Deck...
It reports the error:
Failure to export: [CLIError] Failed converting Markdown. (spawn UNKNOWN)

I don't know why and how to fix it.

Duplicated: #439

Duplicated: #439

If I use AdBlock in edge extension, then I can't Export Slide Deck...?

The error spawn UNKNOWN is generally known to occur when the current user does not have the necessary permissions to spawn the browser process.

That is often due to restrictions by Windows group policies. It is not related to the browser's extensions such as the adblocker.

The error spawn UNKNOWN is generally known to occur when the current user does not have the necessary permissions to spawn the browser process.

That is often due to restrictions by Windows group policies. It is not related to the browser's extensions such as the adblocker.

Thank you!
So how could I set it up to have the necessary permissions to spawn the browser process?

I cannot provide a specific because generally these kinds of restrictions are set by system administrators. Please consider to review with your IT department or system administrator.

I cannot provide a specific because generally these kinds of restrictions are set by system administrators. Please consider to review with your IT department or system administrator.

Thank you!