From f7e49f3b25f7c3580ed4f4c94eb1395acfb401d7 Mon Sep 17 00:00:00 2001 From: petehunt Date: Thu, 27 Jun 2013 13:09:29 -0700 Subject: [PATCH] Recommend Node v0.10.0 due to https://github.com/isaacs/npm/issues/2907 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 7b59fa79f8d13..f46641c431371 100644 --- a/package.json +++ b/package.json @@ -58,5 +58,8 @@ "tmp": "~0.0.18", "grunt-contrib-compress": "~0.5.1" }, + "engines": { + "node": ">=0.10.0" + }, "preferGlobal": true }