Answer the question
In order to leave comments, you need to log in
How to run csscomb.js ?
I am using Ubuntu 14.04. Installed node.js, npm csscomb , the csscomb.js add-on for Sublime Text 3, set the path to the configuration file in the settings.
However, I'm already on the move csscomb assets/css
. Since in response I get /usr/bin/env: node: No such file or directory
As I understand it, the system does not see ccscomb? Tried to reinstall everything in order, but to no avail.
Sublime does not react in any way when pressing the ctrl + shift + c combination, it does not even write errors.
I suspect that the problem may lie in the fact that I am not familiar with node.js and may be missing some elementary steps, or just dumb. So, good people, help to understand.
Answer the question
In order to leave comments, you need to log in
Everything was solved by reinstalling all the components again, according to this guide:
1. Install nodejs on Ubuntu:
Open terminal and run this:
sudo apt-get install nodejs
sudo apt-get install npm
sudo apt-get install nodejs-legacy
node --version
npm --version
The node executable is called nodejs. Head-on solution - create a symlink /usr/bin/node -> /usr/bin/nodejs
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question