We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C:\Work\explottens\Explottens>cocos compile -p win32 Building mode: debug Building... Required VS version : [2013, 2015, 2017] running: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.com" "C:\Work\explottens\Explottens\proj.win32\Explottens.sln" /Build "Debug" /Project "Explottens"'
'C:\Program' is not recognized as an internal or external command, operable program or batch file. Error running command, return code: 1.
I'm getting this error. It seems like the spaces are causing the trouble. Is there are fix to this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
C:\Work\explottens\Explottens>cocos compile -p win32
Building mode: debug
Building...
Required VS version : [2013, 2015, 2017]
running: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.com" "C:\Work\explottens\Explottens\proj.win32\Explottens.sln" /Build "Debug" /Project "Explottens"'
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
Error running command, return code: 1.
I'm getting this error. It seems like the spaces are causing the trouble. Is there are fix to this?
The text was updated successfully, but these errors were encountered: