I used npm i puppeteer as stated in the Documentation and I\'m getting the following error:
npm i puppeteer
(node:2066) UnhandledPromiseRejectionWarning: Error: Chr
In my case, it worked after deleting node_modules folder and package-lock.json file and running npm install again.