Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
BrentHuang opened this issue Mar 12, 2024 · 1 comment
Open

Comments

@BrentHuang
Copy link

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

@sunlin7
Copy link

sunlin7 commented Apr 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants