postcss plugin autoprefixer requires postcss 81 autoprefixer와 postcss 동시에 설치할 때 오류나는 경우 autoprefixer와 postcss 패키지 설치하고 package.json 파일 확인해보니 위와 같다. npm run dev로 개발서버 열어보니 다음과 같은 오류가 발생한다. 이유는 바로 버전 충돌. postcss plugin autoprefixer requires postcss 8로 오류 검색해보면, 다음과 같은 이유를 알 수 있다. 아래 내용은, PostCSS는 버전 8로 업데이트 되었지만, PostCSS CLI가 아직 새 PostCSS 8+ API를 사용하는 PostCSS 플러그인를 다룰 수 있도록 업데이트가 안되어 있다는 것이다. 오토프리픽서 10버전 이후로는 새 PostCSS 8 API를 사용한다. https://stackoverflow.com/questions/64057023/error-p.. 2022. 10. 14. 이전 1 다음