marp-team / marp-vscode

Marp for VS Code: Create slide deck written in Marp Markdown on VS Code
https://marketplace.visualstudio.com/items?itemName=marp-team.marp-vscode
MIT License
1.55k stars 72 forks source link

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

Closed song-wensong closed 7 months ago

song-wensong commented 7 months ago

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.

yhatt commented 7 months ago

Duplicated: #439

song-wensong commented 7 months ago

Duplicated: #439

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

yhatt commented 7 months ago

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.

song-wensong commented 7 months ago

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?

yhatt commented 7 months ago

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.

song-wensong commented 7 months ago

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!