csscomb / jetbrains-csscomb

CSScomb plugin for JetBrains IDEs: IDEA, PyCharm, WebStorm, PhpStorm, RubyMine
87 stars 7 forks source link

[Windows] Error 193 WebStorm8 #2

Open ghost opened 10 years ago

ghost commented 10 years ago

It works fine with command line "csscomb assets/css". But when I try to sort files using created CSScomb tool it crashes with Error 193: %1 is not a valid Win32 application. I already had checked info from microsoft (http://support.microsoft.com/kb/812486) but it still not working. Program path in WebStromTools is: C:\Users\username\node_modules\csscomb\bin\csscomb (without spaces and copies)

LostSenSS commented 9 years ago

I have this error on Windows 8.1 too.

linkurzweg commented 9 years ago

I get the same error on Windows 8.1

MitoZ commented 9 years ago

if you installed csscomb in global then – Program: csscomb.cmd – Parameters: $FilePath$ – Working directory: $FileDir$

LostSenSS commented 9 years ago

@MitoZ

– Program: csscomb.cmd

It works, thank you