使用mean.io设置Gulp

时间:2016-01-11 01:56:32

标签: gulp mean-stack mean.io

我很擅长使用meanstack。我无法使用mean.js工作。所以我试图让mean.io正常运作。

当我运行$ node server时,它当前工作正常。

然而,当我安装Gulp并尝试以这种方式运行时,我收到以下错误:

  

C:\用户\ markl \保管箱\服务器\ FS4>吞   C:\ Users \ markl \ Dropbox \ Server \ FS4 \ gulpfile.js:6 var env =   process.env.NODE_ENV || '发展&#39 ;; ^^^

     

SyntaxError:意外的令牌变量       在exports.runInThisContext(vm.js:53:16)       在Module._compile(module.js:414:25)       at Object.Module._extensions..js(module.js:442:10)       在Module.load(module.js:356:32)       在Function.Module._load(module.js:313:12)       在Module.require(module.js:366:17)       at require(module.js:385:17)       在Liftoff.handleArguments(C:\ Users \ markl \ AppData \ Roaming \ npm \ node_modules \ gulp \ bin \ gulp.js:116:3)       在Liftoff。 (C:\用户\ markl \应用程序数据\漫游\ NPM \ node_modules \吞\ node_modules \剥离\ index.js:192:16)       在module.exports(C:\ Users \ markl \ AppData \ Roaming \ npm \ node_modules \ gulp \ node_modules \ flagged-respawn \ index.js:17:3)

知道可能导致这种情况的原因吗?

1 个答案:

答案 0 :(得分:0)

看起来你可能有旧版本的平均值。引用的行已经注释了一段时间,应该被删除。

现在gulpfile基本上重定向到gulp目录,允许项目保存许多单独的gulp配置。

https://github.com/linnovate/mean/blob/master/gulpfile.js

您使用的是什么版本的MEAN?