Answer the question
In order to leave comments, you need to log in
"postcss" is not an internal or external command. postcss command not running. How to be??
I'm learning BEM. Installed postcss, according to the tutorial on YouTube.
npm i browser-sync --save-dev
browser-sync start --server --files 'style.css'
postcss style.post.css -o style.css
"postcss" не является внутренней или внешней
командой, исполняемой программой или пакетным файлом.
npm WARN [email protected] No description
npm WARN [email protected] No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
Answer the question
In order to leave comments, you need to log in
the postcss-cli package needs to be installed globally;
the -g flag just means global installation ;
when installed globally, the postcss command becomes available in the console
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question