grunt throw “Recursive process.nextTick detected”

前端 未结 6 1175
囚心锁ツ
囚心锁ツ 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:56

    Just had this problem. Resolved it by removing grunt.registerTask('watch', [ 'watch']);

提交回复
热议问题