postcss/postcss-cli

Can't parse SCSS files due to error

belyan opened this issue · 2 comments

I have installed latest version of postcss-cli. When I run postcss dist/**/*.scss -r --verbose I get this error:

if (shim$1.Parser.looksLikeNumber(arg) &&
TypeError: shim$1.Parser.looksLikeNumber is not a function

Versions

"postcss": "8.0.0",
"postcss-cli": "8.3.1",

Please post the full error with stack trace. Also, what's your postcss-scss version?

Closing for lack of response.