- clone the repo
- cd puppeteer-tut
cd ./node_modules/puppeteer
npm run install
cd -
-
Install the dependencies in the local node_modules folder.
-
In global mode (ie, with -g or --global appended to the command), it installs the current package context (ie, the current working directory) as a global package.
node app.js
npm run test
Happy learning!