Answer the question
In order to leave comments, you need to log in
Can't run: puppeteer on heroku?
Can't run script with puppeteer on heroku. I get an error, how to fix it please help.
const browser = await puppeteer.launch({
'args' : [
'--no-sandbox'
]
});
{
"name": "test2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"puppeteer": "^3.0.0"
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question