diff --git a/gulpfile.js b/gulpfile.js index af48fb9746..b8aa6ff0fb 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -126,7 +126,7 @@ gulp.task('serve', function(cb) { script: paths.server, ext: '.js .json', ignore: paths.serverIgnore, - exec: '%cd%/node_modules/.bin/babel-node', + exec: './node_modules/.bin/babel-node', env: { 'NODE_ENV': 'development', 'DEBUG': process.env.DEBUG || 'freecc:*'