web-dev-qa-db-fra.com

Erreur: Impossible de télécharger Chrome R686378! Définir "pupeteer_skip_chromium_download" env variable pour sauter Télécharger

J'essaie d'installer React-Snap à l'aide de cette commande 'Sudo NPM Installer --Save-Dev React-Snap' dans Ubuntu 18 Il me donne l'erreur

ERROR: Failed to download Chromium r686378! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download.

après la recherche, je vais obtenir la solution pour exécuter cette commande

Sudo npm install -g puppeteer --unsafe-perm=true --allow-root

après avoir exécuté cette commande toujours, je suis confronté à cette erreur, ma version réactive est de 16,8

    ERROR: Failed to download Chromium r686378! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download
    npm ERR! code ELIFECYCLE
    npm ERR! errno 1
    npm ERR! [email protected] install: `node install.js`
    npm ERR! Exit status 1
    npm ERR! 
    npm ERR! Failed at the [email protected] install script.
    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
6
Bahadur Singh Deol

Je l'ai corrigé en installant le chrome manuellement à l'aide de cette commande:

node node_modules/puppeteer/install.js
2
Afshin Ghazi