question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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 issue

This is my project`s package.json. image

The waning image

This is this postcss-pxtorem`s package.json image

This is this postcss`s package.json image

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
xiaoyang678commented, Aug 4, 2021

PostCSS plugin postcss-pxtorem requires PostCSS 8.

image

1reaction
LiZhajicommented, Jun 5, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found