Gulp服务不适用于mac

时间:2017-02-01 11:55:30

标签: macos networking gulp

我曾经有一个linux,这个项目运行得很好。但在我切换到OSx之后,我的gulp服务停止了工作。

enter image description here

从终端开始,一切似乎都很正常

enter image description here

我的gulpfile服务:

gulp.task('serve', function() {
    browsersync.init({
        proxy: "bookrosa.dev",
    port: 3001
    });
});

1 个答案:

答案 0 :(得分:1)

将任务更改为

void run_game(){
    initial=time(NULL);
    inital_parameter();
    gotoxy(0,2);
    game_display();
    wait_time(1);
    game_movement();location_disp();
    game_display();
    gotoxy(0,100);
}

工作正常。