S
S
sergey19892014-07-24 19:42:14
Sublime Text
sergey1989, 2014-07-24 19:42:14

csscomb js not working in Sublime 3?

Hello. Installed Csscomb js in Sublime3, but the problem is that nothing happens after pressing Ctrl+Shift+C. It doesn't even throw errors. Repeated reinstallation did not bring any result. System - Windows 7.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
Z
zooks, 2014-07-24
@sergey1989

Most likely a hotkey conflict with another plugin. It can be discovered using FindKeyConflicts .
To install CSScomb, you need to:
1. Install Node.js
2. Restart your computer.
3. Write in the command line node -vto check the performance of the node.
4. Install csscomb.
5. Done.

P
Pavel Web, 2016-07-21
@Aksarr

Thank you for your help, installing Node.js helped me, though in large css files various errors constantly pop up, I have to process it in parts
90b6a620fb3e417c9febe535c5171495.png

S
sergey1989, 2014-07-24
@sergey1989

I read that node,js is needed for this plugin to work. I installed it from the repository, but csscomb didn't work. Maybe I missed something when installing node.js ?

V
Vitegor, 2016-01-15
@Vitegor

I had the same issue.
Installed the plugin from the repository, node.js was already installed but the keyboard shortcut didn't work.
Using the FindKeyConflicts plugin, I checked that there are no hotkey conflicts.
The problem turned out to be that I created a new file with ctrl + n, but did NOT SAVE it and tried to use csscomb in it. Apparently, until you save the file, it will not work.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question