MarketBot
MarketBot copied to clipboard
When install nodejs with npm install mostly failed at Puppeteer.
When installing nodejs with manual install mostly failed at puppeteer
by installing apt-get install chromium-browser & manually install again puppeteer will do the work. ( might be helpful for people unable to install puppeteer ) * for server linux mostly.
apt-get install chromium-browser
npm install puppeteer --unsafe-perm=true