You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, the previous version in which this bug was not present was: 10.1.x
Description
Peer dependency warnings appearing for new created project or as well after updating existing project to v11.
🔬 Minimal Reproduction
Create a new project using cli 11.0.1 or update existing project to v11.
After running npm install, peer dependency warnings are showing, as below.
🔥 Exception or Error
npm WARN [email protected] requires a peer of postcss@^8.1.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of postcss@^8.1.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of postcss@^8.1.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of postcss@^8.1.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of postcss@^8.1.0 but none is installed. You must install peer dependencies yourself.
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: 10.1.xDescription
Peer dependency warnings appearing for new created project or as well after updating existing project to v11.🔬 Minimal Reproduction
Create a new project using cli 11.0.1 or update existing project to v11.
After running npm install, peer dependency warnings are showing, as below.
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
The text was updated successfully, but these errors were encountered: