問題タブ [cssnext]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
gulp - gulp: PostCSS の失敗 - postcss のバージョンが postcss-import のバージョンよりも高い
Gulp を使用して PostCss で CSS を変換しようとしています。
cssnext プラグインを PostCss に追加すると、次のエラーが発生します。
Unknown error from PostCSS plugin. Your current PostCSS version is 6.0.19, but postcss-import uses 4.1.16. Perhaps this is the source of the error below.
これは私のgulpfile.js
です:
完全なスタック トレース:
私の知る限り、postcss-import パッケージは cssnext の依存関係です。それで、私は何をすべきですか?