您当前位置: 首页 » nodejs » 解决windows下sunlime text3的node.js [Decode error – output not utf8] 问题

解决windows下sunlime text3的node.js [Decode error – output not utf8] 问题

2016年7月11日 | 蒙奇·D·撸码客 发表评论(0) 查看评论

解决windows下sunlime text3的node.js [Decode error – output not utf8] 问题
我的是64位系统,只要修改Nodejs.sublime-build文件为以下代码即可:
{
“cmd”: [“node”, “$file”],
“file_regex”: “^[ ]*File \”(…*?)\”, line ([0-9]*)”,
“selector”: “source.js”,
“shell”:true,
“encoding”: “utf-8”,
“windows”:
{
“cmd”: [“node”, “$file”]
}
}


nodejs内容推荐

发表评论?

0 条评论。

发表评论