Grunt服务正常,但在grunt构建后遇到了实例化模块的问题

时间:2017-07-07 12:11:22

标签: angularjs npm gruntjs bower yeoman

面对grunt构建的问题。 尝试了一切,并删除了所有异常获取模块一个接一个并检查但没有得到任何结果,这些是我目前使用的模块。

在tomcat服务器中部署dist文件夹。

app.js

angular
    .module(
            'vendwiseApp',
            [ 'ngResource', 'ngCookies', 'ngAnimate', 'ngTouch',
                    'ngSanitize', 'ui.router', 'ui.bootstrap', 'ngMessages',
                    'picardy.fontawesome', 'angular-momentjs', 'FBAngular',
                    'lazyModel', 'toastr', 'angularBootstrapNavTree',
                    'oc.lazyLoad', 'ui.select', 'ui.tree', 'textAngular',
                    'colorpicker.module', 'angularFileUpload', 'ngImgCrop',
                    'datatables', 'datatables.bootstrap',
                    'datatables.colreorder', 'datatables.colvis',
                    'datatables.tabletools', 'datatables.scroller',
                    'datatables.columnfilter', 'ui.grid',
                    'ui.grid.resizeColumns', 'ui.grid.edit',
                    'ui.grid.moveColumns', 'ngTable', 'angular-flot',
                    'easypiechart', 'uiGmapgoogle-maps', 'ui.calendar',
                    'ngTagsInput', 'pascalprecht.translate', 'ngMaterial',
                    'localytics.directives', 'wu.masonry', 'ipsum',
                    'angular-intro', 'dragularModule', 'base64',
                    'ngIntlTelInput', 'googlechart', 'rt.asyncseries' ])

控制台错误

  

未捕获错误:[$ injector:modulerr]由于以下原因无法实例化模块应用程序:   错误:[$ injector:modulerr]由于以下原因导致无法实例化模块ngResource:   错误:[$ injector:nomod]模块&ng; ngResource'不可用!您要么错误拼写了模块名称,要么忘记加载它。如果注册模块,请确保将依赖项指定为第二个参数。

0 个答案:

没有答案