Posted: December 1st, 2011, 10:00pm MST
The integration of NPM into Node.js gives its users a simplified, yet solid avenue for packaging and distributing libraries of code. NPM has become accepted as the community standard when it comes to Node.js packaging, so its addition is one that is welcome with open arms. While the NPM addition is a step in the right direction for Node.js, version 0.6.3 does come with some problems of its own, such as the incorrect installation of man pages. An upcoming 0.6.4 release will supposedly take care of the issue, and it will also include the option to forego installation of NPM to accommodate tho...