-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Open
Labels
A-cliArea - CLI 相关Area - CLI 相关F-vue3Framework - Vue 3Framework - Vue 3V-4Version - 4.xVersion - 4.xbugSomething isn't workingSomething isn't working
Description
请先确认
- 我已搜索并确定这个提交不是重复的
Taro 版本
v4
相关领域
CLI
使用框架
Vue3
相关平台
- 所有平台
- Web 端(H5)
- 移动端(React-Native)
- 鸿蒙(Harmony)
- 鸿蒙容器(Harmony Hybrid)
- ASCF 元服务
- 快应用(QuickApp)
- 所有小程序
- 微信小程序
- 企业微信小程序
- 京东小程序
- 百度小程序
- 支付宝小程序
- 支付宝 IOT 小程序
- 头条小程序
- QQ 小程序
- 钉钉小程序
- 飞书小程序
- 快手小程序
小程序基础库版本
No response
问题描述
shell.exec(${cliPath} open --project ${this.projectPath}); 在windows 上会有一些兼容问题
改成 shell.exec("${cliPath}" open --project "${this.projectPath}", { encoding: 'utf8' });
增加对 'C:\Program Files (x86)\Tencent\微信web开发者工具' 的兼容性
复现链接
无
复现步骤
无
环境信息
Taro CLI 4.1.11 environment info:
System:
OS: Windows 10 10.0.19045
Binaries:
Node: 20.19.5 - C:\Users\Administrator\AppData\Local\Volta\tools\image\node\20.19.5\node.EXE
Yarn: 4.9.4 - C:\Users\Administrator\AppData\Local\Volta\tools\image\yarn\4.9.4\bin\yarn.CMD
npm: 10.8.2 - C:\Users\Administrator\AppData\Local\Volta\tools\image\node\20.19.5\npm.CMD
npmPackages:
@tarojs/cli: 4.1.11 => 4.1.11
@tarojs/components: 4.1.11 => 4.1.11
@tarojs/helper: 4.1.11 => 4.1.11
@tarojs/plugin-framework-vue3: 4.1.11 => 4.1.11
@tarojs/plugin-html: 4.1.11 => 4.1.11
@tarojs/plugin-mini-ci: ^4.1.11 => 4.1.11
@tarojs/plugin-platform-alipay: 4.1.11 => 4.1.11
@tarojs/plugin-platform-h5: 4.1.11 => 4.1.11
@tarojs/plugin-platform-harmony-hybrid: 4.1.11 => 4.1.11
@tarojs/plugin-platform-jd: 4.1.11 => 4.1.11
@tarojs/plugin-platform-qq: 4.1.11 => 4.1.11
@tarojs/plugin-platform-swan: 4.1.11 => 4.1.11
@tarojs/plugin-platform-tt: 4.1.11 => 4.1.11
@tarojs/plugin-platform-weapp: 4.1.11 => 4.1.11
@tarojs/runtime: 4.1.11 => 4.1.11
@tarojs/shared: 4.1.11 => 4.1.11
@tarojs/taro: 4.1.11 => 4.1.11
@tarojs/taro-loader: 4.1.11 => 4.1.11
@tarojs/webpack5-runner: 4.1.11 => 4.1.11
babel-preset-taro: 4.1.11 => 4.1.11
eslint-config-taro: 4.1.11 => 4.1.11开源贡献
- 我愿意修复这个错误。请参考 (贡献指南)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-cliArea - CLI 相关Area - CLI 相关F-vue3Framework - Vue 3Framework - Vue 3V-4Version - 4.xVersion - 4.xbugSomething isn't workingSomething isn't working