raghur / mermaid-filter

Pandoc filter for creating diagrams in mermaid syntax blocks in markdown docs
413 stars 74 forks source link

npm WARN deprecated puppeteer@19.11.1: < 21.5.0 is no longer supported #125

Open BrentHuang opened 6 months ago

BrentHuang commented 6 months ago

npm WARN deprecated puppeteer@19.11.1: < 21.5.0 is no longer supported

sunlin7 commented 5 months ago

workaround: export PUPPETEER_EXECUTABLE_PATH=/usr/bin/google-chrome

OR

strace -f -e execve node node_modules/.bin/mmdc # according the log find it tried call "~/.cache/puppeteer/chrome/linux-1108766/chrome-linux/chrome"
npm install puppeteer
mv ~/.cache/puppeteer/chrome/{linux-123.0.6312.122,linux-1108766 # move latest to be the desired  one