TypeError: Invalid PostCSS Plugin found at: plugins[1]
, just replace in "package.json" ->
"postcss-nested": "^5.0.0",
to
"postcss-nested": "^4.2.3",
It happens because different parts of your system support different postcss. The PostCSS project is in the middle of migration process from PostCSS 7 to PostCSS 8
Hi everyone,
If anyone have the problem:
TypeError: Invalid PostCSS Plugin found at: plugins[1]
, just replace in "package.json" ->
"postcss-nested": "^5.0.0",
to
"postcss-nested": "^4.2.3",
It happens because different parts of your system support different postcss. The PostCSS project is in the middle of migration process from PostCSS 7 to PostCSS 8
You saved my day.
thanks!