gulp-favicons不能作为gulp工作流程的一部分

时间:2016-04-12 13:10:54

标签: npm gulp

我安装了gulp-favicons作为我的gulp工作流程的一部分,但是当我使用favicons = require('gulp-favicon');时即使没有运行任务它也崩溃了,它仍会产生以下错误:

/Volumes/SK Repo 1.0/Projects/Stalin Kay/Web Development/htdocs/namcor/mockup/node_modules/gulp-favicons/index.js:3
(() => {
  ^
SyntaxError: Unexpected token )
    at exports.runInThisContext (vm.js:73:16)
    at Module._compile (module.js:443:25)
    at Object.Module._extensions..js (module.js:478:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (/Volumes/SK Repo 1.0/Projects/Stalin Kay/Web Development/htdocs/namcor/mockup/gulpfile.js:6:16)
    at Module._compile (module.js:460:26)
    at Object.Module._extensions..js (module.js:478:10)

1 个答案:

答案 0 :(得分:0)

你的Node.js版本太旧了。 <select class="dropdown-select" name="mySelect" id="chapter" ng-options="option.Icnumber for option in selected" ng-model="selected.Icnumber" ng-change="updateChapter(selected.Icnumber.Icnumber)"> </select> <a ng-show="nextChapter" class="ng-hide" ng-click="updateChapterNext(selected.Icnumber.Icnumber)">Next Chapter</a> 在其arrow functions中使用code。自Node.js 4.x。

以来,Arrow函数才可用

favicons README中提到了该要求:

  

Node.js模块,用于生成favicon及其相关文件。最初是为Google的Web Starter Kit和Catalyst而构建的。 需要节点4 +。