Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

postcss-cli command not working

I am trying to use postcss-cli from the commandline. I did the following steps:

cd ~/projects/myProject
sudo npm install --save postcss-cli

and then I am trying the following commands:

postcss --help
node_modules/.bin/postcss --help

But this isn't working for me. I don't even get any error.

like image 756
Bene Avatar asked Aug 02 '15 13:08

Bene


1 Answers

In case someone is as stupid enough as me: You also need to install postcss-cli :-)

like image 191
jakub_jo Avatar answered Nov 22 '22 05:11

jakub_jo