when I run: yarn add postcss-pxtorem, I get a warning " > postcss-pxtorem@6.0.0" has unmet peer dependency "postcss@^8.0.0".
See original GitHub issueThis is my project`s package.json.
The waning
This is this postcss-pxtorem`s package.json
This is this postcss`s package.json
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
What does 'has unmet peer dependency' mean when ...
The package vue-loader has a peer dependency on vue-template-compiler ... To resolve this warning you should run yarn add <package> for each ...
Read more >Yarn warns about peer dependencies even if they are installed
Clone git@github.com:fathyb/yarn-unmet-peer-deps.git; Run yarn; You should see this : warning " > material-ui@1.0.0-beta.19" has unmet peer ...
Read more >warning " > styled-components@5.3.6" has unmet peer ...
A peer dependency means that you have to provide the package with that dependency, it doesn't get included by default. You mentioned you...
Read more >@minko-fe/postcss-pxtorem - NPM Package Overview - Socket
Start using Socket to analyze @minko-fe/postcss-pxtorem and its 1 dependencies to secure your app from supply chain attacks.
Read more >Sage not generating any FE assets when making SCSS or JS ...
There were some warnings when I ran 'Yarn'… warning " > autoprefixer@10.4.2" has unmet peer dependency "postcss@^8.1.0". warning ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
PostCSS plugin postcss-pxtorem requires PostCSS 8.
Help. I got the same problem when running with npm: Syntax Error: Error: PostCSS plugin postcss-pxtorem requires PostCSS 8. And then I add postcss v8.3.0 to the package.json, but it does’t work.