Thursday, August 6, 2020

Installing on MAC: NPM, Puppeteer, ATOM Editor

ATOM Editor

Note: I move mine to Applications folder for ease of management but you do you..

Also if you want to check your installation, just follow the instructions here: https://flight-manual.atom.io/getting-started/sections/installing-atom/

Finally, I also check the shell commands installation like this: https://www.javatpoint.com/how-to-install-atom-on-mac


NPM

Pre-installation checks
  • Go into a terminal 
brew update
brew upgrade
  • Install NPM
  • brew install node
     
  • Check the installation 
  • node -v
    npm -v

Puppeteer

  • Go into a terminal 
  • npm install -g puppeteer