You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a grunt task with the following details for a project in a directory structure that contains spaces on Windows I receive the following error:
Error:
Running "typedoc:build" (typedoc) task
'C:\Users\marlow_p\Documents\Visual' is not recognized as an internal or external command,
operable program or batch file.
Warning: Task "typedoc:build" failed. Use --force to continue.
This looks like a bug in grunt-typedoc, not typedoc. grunt-typedoc calls child_process.spawn() to invoke typedoc's CLI, and I'm guessing that's what is splitting your path on spaces.
When running a grunt task with the following details for a project in a directory structure that contains spaces on Windows I receive the following error:
Error:
Running "typedoc:build" (typedoc) task
'C:\Users\marlow_p\Documents\Visual' is not recognized as an internal or external command,
operable program or batch file.
Warning: Task "typedoc:build" failed. Use --force to continue.
GruntFile.js:
The text was updated successfully, but these errors were encountered: