windows 支持|windows installer
fortuneju opened this issue · 3 comments
fortuneju commented
windows环境运行不了,会考虑支持吗
YuJianghao commented
请您描述下Windows中不能运行的具体状况。目前看windows下应该是可以运行的。
fortuneju commented
windows下无法直接运行.sh文件(我用Git Bash可以运行),应该提供.bat或者.cmd脚本吧;
package.json中的npm脚本在windows下无法执行,比如执行npm run start,会报'export' 不是内部或外部命令,也不是可运行的程序或批处理文件,将export改为set便可运行
YuJianghao commented
Windows下推荐使用WSL2中的linux
后续会添加windows支持。
感谢反馈