grunt throw “Recursive process.nextTick detected”

前端 未结 6 1208
囚心锁ツ
囚心锁ツ 2020-12-07 18:05

I\'m running Lion 10.9.2 with nodejs v0.10.26

I want to setup an automated compilation on sass files and a live reload with grunt, nothing complicated but...

6条回答
  •  死守一世寂寞
    2020-12-07 18:50

    I just fixed a similar error "Recursive process.nextTick detected" causing by command: grunt server

    The solution? Use sudo grunt serve instead

提交回复
热议问题