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

windows 下, wr 'lessc --source-map lessname.less cssname.css' lessname.less ,当文件发生变化时。node直接报错。

windows 下, wr 'lessc --source-map lessname.less cssname.css' lessname.less ,当文件发生变化时。node直接报错。

PS:无论是window的cmd或者,git bash 都如此。http://img1.sycdn.imooc.com//556d890b0001c29b06770392.jpg

正在回答

4 回答

您好,可能是 node 版本导致的,可以尝试使用 nvm 工具修改 node 版本。谢谢!

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

大雅

那个版本啊,你的是那个版本
2015-06-18 回复 有任何疑惑可以回复我~

保存时报错解决办法:

wr工具此时执行的是spawn,需要执行的是exec,正确的代码为:wr --exec "lessc --source-map 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


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

紫铃

谢谢,太有用了
2016-02-24 回复 有任何疑惑可以回复我~

同上,求解决啊,老师

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

同求,最新的node.js 版本是提示这个


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

举报

0/150
提交
取消

windows 下, wr 'lessc --source-map lessname.less cssname.css' lessname.less ,当文件发生变化时。node直接报错。

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