madskristensen / WebCompiler

Visual Studio extension for compiling LESS and Sass files
Other
451 stars 173 forks source link

Program not found c:\program #310

Open aschoenebeck opened 7 years ago

aschoenebeck commented 7 years ago

Installed product versions

Description

Build process fails with: 3> WebCompiler: Begin cleaning output of compilerconfig.json 3> WebCompiler: Done cleaning output of compilerconfig.json 3>
3> WebCompiler: Begin compiling compilerconfig.json 3>C:\Users\xxx\Source\Repos\xxx\Scripts\materialize\sass\materialize.scss : WebCompiler error 0: Der Befehl "c:\Program" ist entweder falsch geschrieben oder 3>C:\Users\xxx\Source\Repos\xxx\Scripts\materialize\sass\materialize.scss : WebCompiler error 0: konnte nicht gefunden werden. 3>C:\Users\xxx\Source\Repos\xxx\Scripts\materialize\sass\materialize.scss : WebCompiler error 0: 3> WebCompiler: Done compiling compilerconfig.json

Steps to recreate

  1. Install webcompiler
  2. Right click on materialize.scss -> Compile
  3. Set compile on build in Webcompiler context menu
  4. Rebuild solution

Current behavior

It fails with an error.

Expected behavior

It should generate materialize.css without errors.

Comments

Everything works great on my development system. But when I try to build the solution on my home system, this error occures which is strange. I've googled for "WebCompiler error 0: c:\program" but no solutions there work for me.

markvantilburg commented 7 years ago

Does your user folder contain special characters? xxx in your text

aschoenebeck commented 7 years ago

No its just a name like "John". No special characters.