#ask #angularJS gulp-ng-annotate

时间:2015-03-03 06:39:25

标签: javascript angularjs

我在angularJS上有误,在插件中显示错误&gulp-ng-annotate' app.js:由于解析错误而无法处理来源

首先,我不知道gulp-ng-annotate功能,有谁知道?

1 个答案:

答案 0 :(得分:0)

gulp-ng-annotate是一个自动构建任务,它将捕获大多数依赖项,但有时需要使用/ * @ngInject * /语法提示。

要解决错误问题,请更新" gulp-ng-annotate":" ~0.3.6" to" gulp-ng-annotate":" ^ 0.5.2",  运行:

npm install --save-dev gulp-ng-annotate

sudo npm install --save-dev gulp-ng-annotate

运行" npm update"

npm update