I am running postcss without the --watch option, and it does generate the output file, but the process does not terminate:
$ ./node_modules/.bin/postcss my.css -o twinkle.min.css --verbose
Processing my.css...
Finished my.css in 2.48 s
It keeps waiting here, seemingly forever. I can't figure out if it's watching a folder or expecting input from STDIN. As you can see, the --verbose option is not providing a lot of information.
I am running postcss without the --watch option, and it does generate the output file, but the process does not terminate:
It keeps waiting here, seemingly forever. I can't figure out if it's watching a folder or expecting input from STDIN. As you can see, the
--verbose
option is not providing a lot of information.Here is the dependencies section from my
package.json
:I'm using Mac OS 10.15.6