为了账号安全,请及时绑定邮箱和手机立即绑定

正在回答

3 回答

http://img1.sycdn.imooc.com//58eba7690001794709180306.jpg

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

还是不可以

0 回复 有任何疑惑可以回复我~

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

1 回复 有任何疑惑可以回复我~
#1

慕桂英7172078

还是不可以,没有解决
2017-04-10 回复 有任何疑惑可以回复我~

???怎么解决

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

less更新报错 wr无法监控

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信