Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/dart/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Gruntjs Grunt watcher不是';我不再工作了_Gruntjs_Grunt Contrib Watch - Fatal编程技术网

Gruntjs Grunt watcher不是';我不再工作了

Gruntjs Grunt watcher不是';我不再工作了,gruntjs,grunt-contrib-watch,Gruntjs,Grunt Contrib Watch,我曾经在grunt watcher:siteaccess中使用grunt。将我的less编译成css。 我使用phpstorm 但不知怎的,它不会再工作了!我不知道为什么,但它不会真正安装grunt。当我使用grunt缓存但不使用grunt Watch时,它可以工作。 有人知道吗 grunt watch的输出是什么?我有一个非常类似的问题,尽管我在终端中单独使用grunt,而且在我的情况下,我正在监视的文件夹/文件树太大了。@omeinusch正常输出:运行“watcher:OI”(watche

我曾经在grunt watcher:siteaccess中使用grunt。将我的less编译成css。 我使用phpstorm

但不知怎的,它不会再工作了!我不知道为什么,但它不会真正安装grunt。当我使用grunt缓存但不使用grunt Watch时,它可以工作。
有人知道吗

grunt watch的输出是什么?我有一个非常类似的问题,尽管我在终端中单独使用grunt,而且在我的情况下,我正在监视的文件夹/文件树太大了。@omeinusch正常输出:运行“watcher:OI”(watcher)任务运行“watch”任务等待。。。但是什么都没发生你在看什么??你能为我们发布你的Grunfile.js内容吗?