Open Bokdem opened 1 year ago
I met the same problem
Edit package.json, upgrade the postcss-cli to minimum version 8. For example in devDependencies section, change this:
"postcss-cli": "^7.1.0",
to
"postcss-cli": "^8.1.0",
Edit package.json, upgrade the postcss-cli to minimum version 8. For example in devDependencies section, change this:
"postcss-cli": "^7.1.0",
to
"postcss-cli": "^8.1.0",
It really works. Thanks a lot.
After i cloned the project and ran
npm install
andnpm start
, I got the following error in my terminal...