I had the same error when I tried to upgrade my packages. I realized the problem was that some of the packages depend on postcss:^6, while others depend on postcss:^8. After checking my package-lock.json, I located and upgraded the conflicting package. (I had to remove node_modules and package-lock.json, then reinstall everything.) After that, the error was gone.