问答详情
源自:5-2 使用 coffeescipt 和 ES6 来优化代码-2 在gulp中将CoffeeScript编译为JavaScript

在命令行中执行 gulp coffee 时提示错误 : Unhandled 'error' event 。 怎么解决

C:\Users\Administrator\gulp-first\todoList>gulp coffee
[22:35:24] Using gulpfile ~\gulp-first\todoList\gulpfile.js
[22:35:24] Starting 'coffee'...
[22:35:24] Finished 'coffee' after 8.3 ms

events.js:183
      throw er; // Unhandled 'error' event
      ^
C:\Users\Administrator\gulp-first\todoList\assets\js\add-todo-controller.coffee:
1:29: error: unexpected string
module.exports = ['$scope',([1;31m'$scope'[0m) ->
[1;31m                            ^^^^^^^^[0m

提问者:慕无忌6890528 2018-04-28 22:39

个回答

  • 糖妮
    2018-05-17 10:28:26

    好好看教程