but when I do it, it throws an error telling me that it's unable to find jscs in "c:\program".
My 2 cents : the space in "Program Files" is not escaped.
Workaround for others with the same issue : building a symlink from %APPDATA%/npm/node_modules to %PROGRAMFILES%/node/node_modules with a administrator level CMD and the command mklink /d.
Hi, I would like to change JSCS path from
to
but when I do it, it throws an error telling me that it's unable to find jscs in "c:\program". My 2 cents : the space in "Program Files" is not escaped.