【发布时间】:2016-06-03 23:49:34
【问题描述】:
大多数答案和解决方案都与 OSX 相关,主要集中在 Windows 7 中:
我已经在全球范围内安装了 Grunt & Grunt CLI。然后我在项目文件夹中进行了 npm install 以安装所有依赖项。
到目前为止没有问题,但是一旦我尝试运行“grunt build”命令,我就会在我的项目中收到以下警告:
Warning: You need to have Ruby and Sass installed and in your PATH for
this task to work. More info:
https://github.com/gruntjs/grunt-contrib-sass Use --force
to continue.
【问题讨论】: