From 830f479c4539dbc15ecf68dcbf1ccf8cfc15776c Mon Sep 17 00:00:00 2001 From: altkatz Date: Tue, 20 Jan 2015 22:23:50 +0800 Subject: [PATCH] npm version must > 2.0 Otherwise relative path in packages.json won't work, which maybe confusing for contributors which may use newest node but with older npm. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c8d9c7..6695151 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,8 @@ npm 2.x is required for this project. To build the project: - # Install node and npm first, then: + # Install node and npm first (make sure npm --version > 2.0), then: + sudo npm install -g grunt-cli bower # In the project folder: cd omega-build