Skip to content

Commit

Permalink
update to sync-exec for node 0.12+
Browse files Browse the repository at this point in the history
According to this issue: mgutz/execSync#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.
  • Loading branch information
jillmolloy committed Mar 7, 2015
1 parent 1005c17 commit 3b64899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

1 comment on commit 3b64899

@jhamit
Copy link

@jhamit jhamit commented on 3b64899 Apr 14, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please accept this into master. It fixed our issue as well.

@jillmolloy thanks for the fix

Please sign in to comment.