Simply changing "postcss": "7.0.39" to "postcss": "8" in package.json file and than Doing a npm install fixed it for me .
"postcss": "7.0.39"
"postcss": "8"
package.json
npm install