摘要:
1 背景 1.1 装包 2 问题 2.1 装包报错 peerDependencies WARNING postcss-load-config@^3.0.0 requires a peer of postcss@>=8.0.9 but none was installed 3 原因 3.1 必须要先装 阅读全文
摘要:
1 背景 1.1 安装gulp-postcss失败 npm install gulp-postcss -g // 错误信息 npm WARN gulp-postcss@9.0.1 requires a peer of postcss@^8.0.0 but none is installed. You 阅读全文
摘要:
1 问题 报错Error: Cannot find module 'gulp-postcss' 2 解决方法 2.1 运行以下指令 npm install gulp-postcss -g 阅读全文