From 1332c7e6ea80be2a08ccf2bd1af9a852666ec547 Mon Sep 17 00:00:00 2001 From: juniorsysadmin Date: Tue, 3 Mar 2015 01:17:07 +1100 Subject: [PATCH] Make it obvious NodeSource doesn't have a npm package --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4230e2f7..d143df9f 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,11 @@ and configures global npm configuration settings. A defined type nodejs::npm is used for the local installation of npm packages. By default this module installs packages from the [NodeSource](https://nodesource.com) -repository on Debian and RedHat platforms. On SUSE, ArchLinux, FreeBSD, OpenBSD -and Gentoo, native packages are used. On Darwin, the MacPorts package is used. -On Windows the packages are installed via Chocolatey. +repository on Debian and RedHat platforms. The NodeSource Node.js package +includes the npm binary, which negates the need to use a separate npm package. +On SUSE, ArchLinux, FreeBSD, OpenBSD and Gentoo, native packages are used. On +Darwin, the MacPorts package is used. On Windows the packages are installed +via Chocolatey. ## Setup