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
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?
The text was updated successfully, but these errors were encountered:
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
In addition I've commented out path in CSScomb user settings and left default path in global settings: "node-path" : ":/usr/local/bin",
"node-path" : ":/usr/local/bin",
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: