|-转 CentOS 8 安装Puppeteer 记录
先装node.js
yum install -y nodejs node -v
然后是装 cnpm (国外服务器不用这步)
npm install -g cnpm --registry=https://registry.npm.taobao.org
新建一个目录用来部署 例如 /data/js
再执行
yum install-y firefox
cnpm install puppeteer
(国外服务器用npm装,具体看https://github.com/puppeteer/puppeteer)
然后就可以了,但是现在没有中文字体 ,网页截图发现中文都是方块
参考教程 https://blog.csdn.net/wlwlwlwl015/article/details/51482065...
浏览更多内容请先登录。
立即注册
分享的网址网站均收集自搜索引擎以及互联网,非查问网运营,查问网并没有提供其服务,请勿利用其做侵权以及违规行为。
更新于:2022-05-21 07:22:01
|--转 Puppeteer浏览器窗口大小window size设置方法
最近在研究node.js爬虫,接触到Puppeteer包...
浏览更多内容请先登录。
立即注册
更新于:2022-06-01 02:49:00
相关内容
Centos7利用yum安装apache+mysql8+php7 一篇搞定!
Centos 服务器搭建(Centos8服务器搭建遇到的各种问题及解决方法)
Centos8 更新yum或安装软件时提示 Failed to download metadata for repo...
从CentOS 8到CentOS Stream,到底发生什么事了?
CentOS8出现“ Error: Failed to download metadata for repo ‘AppStrea...
如何将CentOS 8转换为CentOS Stream(202205实测有效)
Centos中查看nginx、apache、php、mysql配置文件路径
Centos7 安装Apache过程详解
推荐内容