Skip to content

Commit

Permalink
Use puppeteer 2 for backward compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
back2dos committed Apr 22, 2020
1 parent 68023da commit 6be44b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/travix/commands/JsCommand.hx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class JsCommand extends Command {
Sys.putEnv('PUPPETEER_SKIP_CHROMIUM_DOWNLOAD', 'true');
default:
}
exec('npm', ['i', '--save-dev', 'puppeteer', 'http-server-legacy']);
exec('npm', ['i', '--save-dev', 'puppeteer@2', 'http-server-legacy']);
}
});
}
Expand Down

0 comments on commit 6be44b9

Please sign in to comment.