|

I’ve Installed Node.js

I’ve installed Node.js on my Mac. I want to mess around with Node.js later. But what I am interested in right now is NPM.

NPM (Node Package Manager), as it turns out, is being used as a module installer tool by all sorts of other tools and seems to have become a “thing.” It is a command line tool.

Installation: If you want to install it, you need to install Node.js which includes NPM as part of its installation. So, I have installed it.

I am going through a course on Lynda.com called:  Learning NPM the Node Package Manager. Ray Villalobos is the instructor.

 

Similar Posts