twittwer / nx-tools

Workspace for Nx Plugins.
40 stars 7 forks source link

[BUG] Compodoc plug-in fails to run with Windows paths that have spaces #39

Closed workcomped closed 3 years ago

workcomped commented 3 years ago

If I attempt to run "nx run some-lib:compodoc" where any of the paths (the workspace or the arguments to compodoc) have spaces, this fails on Windows. This looks to be related to known issues with Windows and spawning child processes.

It seems the lines 288 and 289 are the culprits that cause this to occur.

twittwer commented 3 years ago

I just updated to Nx 12 and fixed some issues with the windows path separators (#38). Next will be the spaced paths.

github-actions[bot] commented 3 years ago

:tada: This issue has been resolved in version 1.5.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: