ionic-framework: Your current PostCSS version is 5.2.17, but autoprefixer uses 6.0.8. Perhaps this is the source of the error below.
Ionic version: (check one with “x”) [ ] 1.x (For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1) [ ] 2.x [x ] 3.x
I’m submitting a … (check one with “x”) [x ] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
Last night i try to create new project with ionic 3.x version, but there is no bug, today i try to create new project and then try to ionic serve
the error message show in cli like this : "Your current PostCSS version is 5.2.17, but autoprefixer uses 6.0.8. Perhaps this is the source of the error below."
what should i do ? please help me, ASAP. Thanks.
Expected behavior:
if it normal it will be run well, i think it’s newest bug in ionic CLI.
Steps to reproduce:
Related code:
$ionic serve
16:11:46] watch started ...
[16:11:46] build dev started ...
[16:11:46] clean started ...
[16:11:46] clean finished in 2 ms
[16:11:46] copy started ...
[16:11:46] transpile started ...
[16:11:49] transpile finished in 2.98 s
[16:11:49] preprocess started ...
[16:11:49] deeplinks started ...
[16:11:49] deeplinks finished in 20 ms
[16:11:49] preprocess finished in 22 ms
[16:11:49] webpack started ...
[16:11:49] copy finished in 3.28 s
[16:11:58] webpack finished in 8.96 s
[16:11:58] sass started ...
Your current PostCSS version is 5.2.17, but autoprefixer uses 6.0.8. Perhaps this is the source of the error below.
[16:11:59] dev server running: http://localhost:8101/
[INFO] Development server running
Local: http://localhost:8101
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 43 (3 by maintainers)
Commits related to this issue
- Update @ionic/app-scripts to fix https://github.com/ionic-team/ionic/issues/12441#issuecomment-317175488 — committed to sth-larp/deus-mobile by aeremin 7 years ago
- Update @ionic/app-scripts to fix https://github.com/ionic-team/ionic/issues/12441#issuecomment-317175488 — committed to alice-larp/alice-larp-sdk-deprecated by aeremin 7 years ago
- Update @ionic/app-scripts to fix https://github.com/ionic-team/ionic/issues/12441#issuecomment-317175488 — committed to sr-2020/nodejs-monorepo by aeremin 7 years ago
You need to downgrade ionic/app-scripts to version 1.3.7 for now. (rm -rf node_modules first)
please link to issue in app scripts
Hi, I changed my package.json part with my old project’s package.json and it worked for me (Delete node_modules then type npm install)
This should be fixed now. Please upgrade back to the latest version of app-scripts, and reinstall your node-modules.
You need to downgrade ionic/app-scripts to version 1.3.7 for now. (rm -rf node_modules first)
this worked for me!
@tunathoni I only change my package.json and delete my node_modules then type npm install.That’s all.
Changing package.json partly solve this issue, but now “vendor.js” not found
Ok @pvdyck i’ll make it open again
Hi @erdemozveren thanks for your help. It’s worked properly… Thank you so much. 👍