jefago / tiny-markdown-editor

TinyMDE: A tiny, dependency-free embeddable HTML/JavaScript Markdown editor.
MIT License
115 stars 15 forks source link

on npm run build, gulp-postcss is blocking #86

Open rbottura opened 1 month ago

rbottura commented 1 month ago

"solved" or more like a hack with : npm i postcss@8.1.0

from stackoverflow post

jefago commented 1 month ago

how does it get blocked? and what system are you trying to build this on (macOS, Windows, Linux)?

rbottura commented 1 month ago

gulp-postcss/index.js existed but apparently triggered the error by being "not found", and I'm on windows, maybe it's from my npm version, but I tried w/ yarn and got the same, the fix with npm i postcss@8.1.0 worked tho