运行“saas:dev”(sass)任务总线错误:10

时间:2016-02-15 10:30:25

标签: javascript gruntjs

我正在运行grunt-sass尝试编译我的SCSS,但是每次运行时我都会遇到总线错误:10。使用节点版本5.6.0,可以找到错误图像here

之前有人遇到过这个问题吗?

Gruntfile.js:

string[] scopes = new string[] {
    CalendarService.Scope.Calendar, // Manage your calendars
    CalendarService.Scope.CalendarReadonly // View your Calendars
 };

 var certificate = new X509Certificate2(keyFilePath, "notasecret", X509KeyStorageFlags.Exportable);

ServiceAccountCredential credential = new ServiceAccountCredential(
    new ServiceAccountCredential.Initializer(serviceAccountEmail) {
        Scopes = scopes
    }.FromCertificate(certificate));

2 个答案:

答案 0 :(得分:0)

可能是版本错误。尝试升级nodejs和/或grunt。错误已在此处报告:

https://github.com/gruntjs/grunt-contrib-watch/issues/204

答案 1 :(得分:0)

好的问题是我设置了我的SCSS错误,一个模块正在导入自己。在这种情况下,它是Bourbon Neat,波旁威士忌正在进口。