这是我的 grunt 配置文件 - https://github.com/mdarif/JavaScript-Boilerplate/blob/1.3/GruntFile.js
它没有加载模块 -grunt-template-jasmine-istanbul
并得到Local Npm module "grunt-template-jasmine-istanbul" not found. Is it installed?
加载 grunt 任务,例如require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks);
希望有人能尽快提供帮助!