less更新报错 wr无法监控

来源:2-3 Chrome调试LESS样式

我的名字竟然重了

2015-05-29 17:23

http://img.mukewang.com/55682fff0001262306880508.jpg

不知道为什么! window环境

写回答 关注

3回答

  • 慕桂英7172078
    2017-04-10 23:41:31

    http://img.mukewang.com/58eba7690001794709180306.jpg

    wr --exec "lessc duang.less duang.css" duang.less。

    还是不可以

  • 夏浅浅Sarah
    2015-08-11 12:32:42

    wr工具此时执行的是spawn,需要执行的是exec,正确的代码为:wr --exec "lessc duang.less duang.css" duang.less。详解如下:

    exec:

    the command will not be parsed, as will be run as given

    should handle i/o redirection shell operators

    stdout and stderr output will be buffered until the command is complete

    spawn:

    the command will be parsed into space separated tokens, probably misinterpreting any quotes you have in your command

    will not handle i/o redirection shell operators

    stdout and stderr output will not be buffered

    详解来源:https://www.npmjs.com/package/wr

    慕桂英717...

    还是不可以,没有解决

    2017-04-10 23:40:17

    共 1 条回复 >

  • 码农的happy_life
    2015-06-01 02:06:10

    ???怎么解决

SVG实现Tooltip气泡效果

使用HTML5制作一个漂亮的SVG气泡,学会chrome调试CSS和LESS

27800 学习 · 44 问题

查看课程

相似问题