I was trying to install puppeteer using npm -i puppeteer
. But i'm geeting error as i dont have admin rights.
Is there any way to download the package folder and paste it into my project folder?
I downloaded the files from puppeteer GitHub page, but I'm getting errors and there are many folders. What should be the path? These doesn't seem to work. const puppeteer = require('./puppeteer'); const puppeteer = require('./puppeteer/packages/puppeteer'); Image: Files downloaded from github(these files are under the folder named puppeteer)