@adrenalinruslan

Не могу запустить: puppeteer на heroku?

Не могу запустить скрипт с puppeteer на heroku. Выходит ошибка, как исправить помогите пожалуйста.

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"
  }
}


5e9840df8ea8b441509428.png

5e9840e6d8fc6443388679.png
  • Вопрос задан
  • 77 просмотров
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Похожие вопросы