gpt4 book ai didi

javascript - jit-咕噜声 : Plugin for the "clean" task not found?

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

当我运行 grunt build 时出现此错误,知道如何解决此问题吗?

咕噜构建

Running "concurrent:dist" (concurrent) task
Warning:
jit-grunt: Plugin for the "compass" task not found.
If you have installed the plugin already, please setting the static mapping.
See https://github.com/shootaroo/jit-grunt#static-mappings

Warning: Task "compass:dist" failed. Use --force to continue.

Aborted due to warnings.

Gruntfile.js

  require('jit-grunt')(grunt, {
express: 'grunt-express-server',
useminPrepare: 'grunt-usemin',
ngtemplates: 'grunt-angular-templates',
cdnify: 'grunt-google-cdn',
protractor: 'grunt-protractor-runner',
buildcontrol: 'grunt-build-control',
istanbul_check_coverage: 'grunt-mocha-istanbul',
ngconstant: 'grunt-ng-constant'
});

最佳答案

您需要安装 compass 插件作为依赖项。您可以通过从您的工作目录执行以下命令来实现此目的。

npm install grunt-contrib-compass --save-dev

希望这对您有所帮助!

关于javascript - jit-咕噜声 : Plugin for the "clean" task not found?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40424537/

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