0
0

More than 3 years have passed since last update.

【gulp エラー】Error: [object Object] is not a PostCSS plugin

Last updated at Posted at 2021-01-12

エラーが発生した状況

npm で autoprefixer を 9.8.6 → 10.2.1 にアップデートした

原因と解決法

postcss being moved to peerDep
Error: [object Object] is not a PostCSS plugin · Issue #1358 · postcss/autoprefixer

npm i --save-dev postcss で postcss をインストールすると、エラーはなくなった

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0