Require the latest version of npm

The npm that ships with 0.10 is 1.2.x and it is riddled with
race conditions.
This commit is contained in:
Austin Pray
2015-02-04 19:35:41 -06:00
parent 68e6419aee
commit 8c374e2136
3 changed files with 6 additions and 8 deletions

View File

@@ -15,6 +15,7 @@ Sage is a WordPress starter theme based on [HTML5 Boilerplate](http://html5boile
* PHP >= 5.4
* Node.js >= 0.10
* npm >= 2.1.5
* gulp (`npm install -g gulp`)
* Bower (`npm install -g bower`)
@@ -71,7 +72,7 @@ Sage uses [gulp](http://gulpjs.com/) as its build system and [Bower](http://bowe
### Install gulp and Bower
**Unfamiliar with npm? Don't have node installed?** [Download and install node.js](http://nodejs.org/download/) before proceeding.
Building the theme requires [node.js](http://nodejs.org/download/). We recommend you update to the latest version of npm: `npm install -g npm@latest`.
From the command line: