Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Your current PostCSS version is 6.0.2, but postcss-ant uses 5.2.17 #14

Open
corysimmons opened this issue Jun 22, 2017 · 5 comments
Open

Comments

@corysimmons
Copy link
Owner

I hate trying to use PostCSS as a preprocessor... SugarSS sucks. PreCSS sucks. Everything sucks. Just use node-sass or stylus, and chokidar or something. ffs..

@Alaev
Copy link

Alaev commented Jul 27, 2017

+1 with Cory on that.
At the moment I use stylus.

@toklok
Copy link

toklok commented Jan 8, 2018

How does this work to get two versions of PostCSS? I need to run PostCSS version 6.0.16 and 5.2.17?

@corysimmons
Copy link
Owner Author

@toklok I don't think you can use the same API from different versions of the same package within the same project.

For instance if I make a pkg called foo and you npm i foo@1 and npm i foo@2 it will overwrite package.json. You could fork PostCSS and postcss-ant, and rename a ton of stuff if you had no other option, but I wouldn't recommend it.

Just update PostCSS and I'll get around to updating postcss-ant whenever people complain about it.

@alive-jekyll
Copy link

...

Just update PostCSS and I'll get around to updating postcss-ant whenever people complain about it.

so I guess this error is not getting a fix - "Your current PostCSS version is 7.0.5, but postcss-ant uses 5.2.18 "?

@corysimmons
Copy link
Owner Author

Yeah, sorry. Haven't updated this in forever. Let me do some chores and I'll take a look.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants