R
Railway6mo ago
Just Uo

Puppeteer

i am trying to deploy https://github.com/SpikeHD/AmazonMonitor on railway but getting some error with puppeteer. it was showing Error: Could not find Chrome (ver. 115.0.5790.98). This can occur if either after runing this node node_modules/puppeteer/install.js there is no error in deploy logs but puppeteer is not working Project: 0fc38f13-9174-404a-8cd1-8e8905e14adb
GitHub
GitHub - SpikeHD/AmazonMonitor: Amazon price checker, item monitor ...
Amazon price checker, item monitor and stock monitor, all shoved into a Discord bot - GitHub - SpikeHD/AmazonMonitor: Amazon price checker, item monitor and stock monitor, all shoved into a Discord...
Solution:
@Just Uo I had this issue in the past, i added a postinstall script in my package.json "scripts":{"postinstall": "npx puppeteer browsers install chrome"}...
Jump to solution
2 Replies
Percy
Percy6mo ago
Project ID: 0fc38f13-9174-404a-8cd1-8e8905e14adb
Solution
Boxer
Boxer6mo ago
@Just Uo I had this issue in the past, i added a postinstall script in my package.json "scripts":{"postinstall": "npx puppeteer browsers install chrome"}