ATOM Editor
- Get the zip installation from: https://atom.io/
- Download
- Unzip and install
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 updatebrew upgrade
- Install NPM
- Check the installation node -v
brew install node
npm -v
Puppeteer
- Go into a terminal npm install -g puppeteer
No comments:
Post a Comment