How does the remote server CentOS 7.264-bit install and run puppeteer?

problem description

remote server system: CentOS 7.264-bit

npm i puppeteer installation failed to run, solve.


has too little content to judge.
check your login users to see if they have permissions.


most direct installation of puppeteer fails because puppeteer relies on Google's Chromium , which is available in puppeteer npm document ;

1. You can change the npm image to the npm image of Taobao, and then install it.

2. You can follow

npm I-- save puppeteer@1.10.0-- ignore-scripts

Menu