Questions tagged «grunt-contrib-watch»

6
发出咕throw声“检测到递归process.nextTick”
我正在使用Node.js v0.10.26运行Lion 10.9.2 我想在sass文件上设置自动编译,并用grunt进行实时重装,但没有什么复杂的... 运行时grunt watch出现以下错误 (node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral. util.js:35 var str = String(f).replace(formatRegExp, function(x) { ^ RangeError: Maximum call stack size exceeded 这是Gruntfile.js module.exports = function(grunt) { // Project configuration. grunt.initConfig({ pkg: …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.