Open rbottura opened 1 month ago
how does it get blocked? and what system are you trying to build this on (macOS, Windows, Linux)?
gulp-postcss/index.js existed but apparently triggered the error by being "not found", and I'm on windows, maybe it's from my npm version, but I tried w/ yarn and got the same, the fix with npm i postcss@8.1.0
worked tho
"solved" or more like a hack with :
npm i postcss@8.1.0
from stackoverflow post