error while loading shared libraries: libgbm.so.1: cannot open shared object file: Puppeteer in Nodejs on AWS EC2 instance

Viewed 18314

I'm using Puppetter module to scrape some data using Nodejs. It was working fine on my Macbook but when I deployed the build on AWS EC2 instance and hit that route which was scraping data. It started throwing error

error while loading shared libraries: libgbm.so.1: cannot open shared object file

1 Answers
Related