I am having toruble installing the puppeteer library
问题 I am trying to build a simple web scraper and the first thing I have to do is install the puppeteer library. So I run the commands (I am on the latest linux Mint): sudo npm init -y and sudo npm i puppeteer but I get these errors: ▌ ╢░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟ WARN engine puppeteer@3.0.2: wanted: {"node":">=10.18.1"} (current: {"node":"8.10.0","npm":"3.5.2"}) loadDep:ws → request ▄ ╢███████████████████████████░░░░░░░░░░░░░░░░╟ > puppeteer@3.0.2 install