30 Days of Node.js – Day 7

As mentioned in an earlier post, reinventing the wheel is rather unproductive. That’s why npm (Node Package Manager) is bundled with Node.js. In today’s lesson, I’ve learned how to install and update npm itself as well as latest packages, exact versions of packages or package versions within a semantic range. The code snippets are not JavaScript files, but should be run inside a terminal directly. Today’s code snippets can be found on https://github.com/nielslange/30-days-of-node-js/tree/master/Day%2007%20-%20All%20about%20NPM.

References:

Leave a Reply

Your email address will not be published. Required fields are marked *