You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing an npm update, semantic went from 2.2.2 to 2.2.3, and this error appeared:
UNMET PEER DEPENDENCY gulp-minify-css@*
npm WARN [email protected] requires a peer of gulp-minify-css@* but none was installed.
npm WARN deprecated [email protected]: Please use gulp-clean-css
Solved with a simple npm install gulp-minify-css --save-dev, of course, but you know, when npm says an unmet peer is deprecated, I get a bit queasy and gassy ;)
The text was updated successfully, but these errors were encountered:
minify-css is no longer being used. We've updated to clean-css in 2.2.3 unfortunately forgot to wipe it from the package.json will remove in next bump.
When doing an npm update, semantic went from 2.2.2 to 2.2.3, and this error appeared:
Solved with a simple
npm install gulp-minify-css --save-dev
, of course, but you know, when npm says an unmet peer is deprecated, I get a bit queasy and gassy ;)The text was updated successfully, but these errors were encountered: