阅读:44回复:0
hbuilder 修改默认终端,默认终端为 powershell.exe 改为 cmd.exe
hbuilder打开终端,默认终端为 powershell.exe
根据你Hbuilder的下载路径找到这个文件中的 HBuilderX\plugins\builtincef3terminal\script 打开main,js文件 将shell ='powershell.exe’修改为 shell = ‘cmd.exe’; 或 'bash.exe' 一共三处. 保存后,关闭HBuilder,重新启动 如果还是不能运行检查下HBuilder的安装路径,不要有中文,我的就是因为路径中有中文,修改后就可以了。 ———————————————— 原文链接:https://blog.csdn.net/qq_25281297/article/details/151579941?sharetype=blogdetail&sharerId=151579941&sharerefer=PC&sharesource=qq_25281297&spm=1011.2480.3001.8118 |
|