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

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

慕无忌6890528

2018-04-28 22:39

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

写回答 关注

1回答

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

    好好看教程

前端内容的自动化构建

手把手教你如何自动化构建JavaScript和CSS

22252 学习 · 23 问题

查看课程

相似问题