gpt4 book ai didi

javascript - 找不到本地 Npm 模块 "grunt-template-jasmine-istanbul"

转载 作者:行者123 更新时间:2023-11-30 16:47:51 27 4
gpt4 key购买 nike

这是我的 grunt 配置文件 - https://github.com/mdarif/JavaScript-Boilerplate/blob/1.3/GruntFile.js

它没有加载模块 - grunt-template-jasmine-istanbul 并且没有找到 Local Npm module "grunt-template-jasmine-istanbul"。安装了吗?

加载 grunt 任务,如 require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks);

希望有人能尽快提供帮助!

最佳答案

我必须安装 'load-grunt-tasks' 包来加载多个 grunt 任务,不包括 grunt-template-jasmine-istanbul 而不是 'matchdep' 包然后给出代码就像魅力一样。

require('load-grunt-tasks')(grunt, {
pattern: ['grunt-*', '!grunt-template-jasmine-istanbul']
});

关于javascript - 找不到本地 Npm 模块 "grunt-template-jasmine-istanbul",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30971755/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com