Some time ago, I had integrated Puppeteer into an Express API on Heroku using their Git CLI. Recently, I decided to remove Puppeteer from the package.json file and went through the npm install process before trying to push to GitHub. However, it appears that the local Chromium file is still being written, and it's too large for GitHub to handle. Is there a way to completely uninstall Puppeteer?
Thank you