Skip to content

Instantly share code, notes, and snippets.

@tomer-yoskovich
Last active July 27, 2018 21:00
Show Gist options
  • Save tomer-yoskovich/d3df3a5f5616e3e6ec4c5cffadeb478d to your computer and use it in GitHub Desktop.
Save tomer-yoskovich/d3df3a5f5616e3e6ec4c5cffadeb478d to your computer and use it in GitHub Desktop.
# comment 1
mkdir myFolder
cd myFolder
# initialize new project (creates package.json).
# "-f" means to accept defaults for package name, author, etc.
npm init -f
# Installs puppeteer and a compatible version of Chromium. ~100mb download
npm install puppeteer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment