-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command failed with signal "SIGSEGV". #13563
Comments
taro-bot2
bot
added
F-react
Framework - React
T-h5
Target - 编译到 H5
V-3
Version - 3.x
labels
Apr 3, 2023
我也遇到了这个问题 |
duplicate #13564 |
我也碰到了这个问题。。。 |
Taro 使用的 @swc/core 升级到 1.3.44 后导致的问题,可以先暂时通过以下的方式解决: 删除项目根目录下的 .swc 文件。
删除 node_modules,使用 yarn 或 pnpm 重新安装依赖。 |
只有3.6.2出现这问题,最新的3.6.4已经修复了吧 |
原来如此,谢谢!!! |
升级到3.6.4确实解决了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
H5
浏览器版本: Chrome 111.0.5563.64
使用框架: React
复现步骤
使用taro init 创建项目 执行yarn dev:h5报错
期望结果
正常编译
实际结果
编译失败
环境信息
The text was updated successfully, but these errors were encountered: