平台:win7 node-version:v0.10.4 玉版:0.29.0
我想使用jade选项来观看滑块指示:
d:/webwork/
我的命令是:
jade -w -P ./slider
并获取下面的cmd结果:
jade -w -P ./slider
C:\Users\Administrator\AppData\Roaming\npm\node_modules\jade\node_modules\monocle\monocle.js:125
watched_directories[directory] = (new Date(stats.mtime)).getTime();
^
TypeError: Cannot read property 'mtime' of undefined
at C:\Users\Administrator\AppData\Roaming\npm\node_modules\jade\node_modules\monocle\monocle.js:125:57
at Object.oncomplete (fs.js:107:15)
如果我想使用jade default选项-w来监视文件更改,我应该使用什么命令?