我试图运行咕噜命令,但当我运行时,会出现以下错误:
MacBook de-Paulo:家居设计师PauloDuarte$ grunt加载"imagemin.js“tasks...ERROR
错误:找不到模块“imagemin-pngquant”
运行"jshint:all“(jshint)任务
public/modules/landing/directives/scrollOnClick.client.directive.js 13 \ $target = $(idToScroll);未定义^ '$‘。17 \\ $('body').animate({scrollTop:$target.offset().top});^ '$‘未定义。
55个文件中的2个错误致命错误:无效URI“MacBook de-Paulo:家居设计师PauloDuarte$
有人能帮忙吗?谢谢
发布于 2014-10-07 03:58:55
您可以尝试使用npm安装所需的模块:
npm install imagemin-pngquanthttps://stackoverflow.com/questions/25567692
复制相似问题