Skip to content
New issue

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

CSScomb error #56

Open
CLaBruno opened this issue Mar 7, 2015 · 1 comment
Open

CSScomb error #56

CLaBruno opened this issue Mar 7, 2015 · 1 comment

Comments

@CLaBruno
Copy link

CLaBruno commented Mar 7, 2015

I am having the same issue with CSS Comb. I added my Node path in the settings like so:

"node-path" : "C:/Program Files (x86)/nodejs/node",

And I added the path in my system variables as well:

C:\Program Files (x86)\nodejs

When I go to run CSS Comb I am still getting the error:

CSScomb error:
'node' is not recognized as an internal or external command, operable program or batch file.

Any more suggestions?

@Sim3k86
Copy link

Sim3k86 commented Apr 14, 2015

In my case system path looks like this:

%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs;C:\Program Files (x86)\Bitvise SSH Client

  • Did you edit user variable or system variable?
  • Make sure you have semicolons between each path
  • If you have 64-bit system, download and install 64-bit node.js and edit system variable

In addition I've commented out path in CSScomb user settings and left default path in global settings:
"node-path" : ":/usr/local/bin",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants