Last active
July 27, 2018 21:00
-
-
Save tomer-yoskovich/d3df3a5f5616e3e6ec4c5cffadeb478d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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