Hi there
I'm encountering an issue when running commands in Particle CLI within Particle Workbench. The problem seems to be related to how Particle CLI interprets file paths when the user name contains spaces. The command I'm trying to execute looks like this:
make -f 'C:\Users\Doni del Toro.particle\toolchains\buildscripts\1.15.0\Makefile' compile-user -s
As you can see, the user name "Doni del Toro" contains spaces, and this seems to be causing Particle CLI to skip part of the path, resulting in the command not executing correctly.
I've tried wrapping the entire path, including the user name, in both single and double quotes, but the problem persists.
Has anyone faced a similar issue with Particle CLI or with development tools that don't handle user names with spaces correctly in Windows? Is there any solution or specific configuration I should modify to resolve this problem?
Any advice or assistance would be greatly appreciated. Thank you.