From 3b64899a6e8b6f5c3d950f58712ef27fd19e1c76 Mon Sep 17 00:00:00 2001 From: Jill Molloy Date: Sat, 7 Mar 2015 00:45:18 -0800 Subject: [PATCH] update to sync-exec for node 0.12+ According to this issue: https://github.com/mgutz/execSync/issues/38 - node 0.12+ is not working with execSync. Since an update cannot be pushed because of the camel-cased name, a new version of was created here: https://www.npmjs.com/package/sync-exec I've updated the package.json to reference this new version as I was unable to generate using Yeoman because of this issue. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92c1eaf..4fe35c1 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "chalk": "^0.4.0", "dateformat": "^1.0.8-1.2.3", - "execSync": "~1.0.1-pre", + "sync-exec": "~0.5", "fs-extra": "^0.8.1", "gulp-util": "^2.2.20", "inquirer": "^0.4.1",