The Real Power of Bash

Get yourself acquainted with the installation of some significant packages.

As mentioned in the previous lesson, Bash could be used with multiple tools to carefully manage packages of any software. In this lesson, we are going to cover multiple technologies and see what Bash is really capable of!

NPM with Bash

NPM is a package manager which is used to install and manage packages for mainly Node.js, a JavaScript framework. It is also used to manage package depencies. It’s an online repository that we use to install/update node packages.

1. Install:

To install npm via Bash, you need to run this commmand on the terminal. In fact the same format is followed to install anything in Bash:

Get hands-on with 1200+ tech skills courses.