Skip to content
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

[Bug] 项目启动失败 #5710

Closed
ssas01 opened this issue Nov 20, 2020 · 2 comments
Closed

[Bug] 项目启动失败 #5710

ssas01 opened this issue Nov 20, 2020 · 2 comments

Comments

@ssas01
Copy link

ssas01 commented Nov 20, 2020

What happens?

使用 tyarn 创建 umi 项目,使用 tyarn 安装项目依赖。yarn start 启动项目失败,报错信息

`yarn run v1.16.0
$ umi dev
Starting the development server...

✔ Webpack
Compiled successfully in 4.54s

Fatal error in , line 0
Check failed: U_SUCCESS(status).

✨ Done in 9.45s.`

Mini Showcase Repository(REQUIRED)

Provide a mini GitHub repository which can reproduce the issue. Use yarn create @umijs/umi-app then upload to your GitHub

How To Reproduce

Steps to reproduce the behavior: 1. 2.

Expected behavior 1. 2.

Context

  • Umi Version: ^3.2.28
  • Node Version: v12.0.0
  • Platform: mac
@xiaohuoni
Copy link
Member

@ycjcl868 看起来是你们内部的包

@screetBloom
Copy link
Contributor

Node 12.x 的一个问题,参考:nodejs/node#27379


推荐解决方式:

  • nvm 切换 node 版本到 10.15.x
  • 如果一定要 12.x, 根据 Node Release + 实践,建议还是选择 12.16

@ssas01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants