-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build Error for v3.0.9 #628
Comments
@charan0017 Can you create stackbltz.com for sample ? It worked for me. |
@charan0017 please use v3.0.8 for while you can update your db
|
I experience the same issue with 3.1.0 |
Can try with v3.2.0? |
@charan0017, The issue appears to be caused by By adding the following to your package, you can utilize yarn resolutions for react-scripts to use the same version. "resolutions": {
"postcss-custom-properties": "^11.0.0"
}, for a more detailed explanation, you can see this answer and this csstools issue |
Wow, It just worked like Charm! Thanks. 😃 |
not working with pnpm |
pnpm steps:
// probably unminifier is not required - not tested :) |
I just updated
plyr-react
package from3.0.8
to3.0.9
and tried to re-build my react project.It just failed with the following error message!
my node.js version is
v14.17.5
The text was updated successfully, but these errors were encountered: