tweekmonster / tmux2html

:cat2: Render full tmux windows or individual panes as HTML
MIT License
714 stars 16 forks source link

CI build (Github Actions) #18

Open isidroas opened 9 months ago

isidroas commented 9 months ago

Not ready, because the build is failing with the error:

$ make
cat assets/base.css | postcss --use autoprefixer --autoprefixer.browsers "last 4 versions" --use cssnano > .styles.css
Plugin Error: Cannot find package 'autoprefixer' imported from /usr/share/nodejs/postcss-cli/index.js'

evidences: https://github.com/isidroas/tmux2html/actions/runs/7593681225/job/20684407464

I don't know how to fix because I have no experience in javascript.