-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
chore: ⬆️ [email protected] #11981
chore: ⬆️ [email protected] #11981
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Size Change: 0 B Total Size: 9.89 MB ℹ️ View Unchanged
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #11981 +/- ##
==========================================
- Coverage 28.77% 28.67% -0.10%
==========================================
Files 489 489
Lines 14961 15013 +52
Branches 3553 3576 +23
==========================================
Hits 4305 4305
- Misses 9890 9937 +47
- Partials 766 771 +5 ☔ View full report in Codecov by Sentry. |
0c166cb
to
d2966e0
Compare
75f40dc
to
d2966e0
Compare
放弃了,因为:
|
先 close,等 umi 不支持 node 14 就可以升级了 |
我注意到 node v18 的最新版本 v18.19.0 (2023-11) 已经无法使用 node:internal/process/esm_loader:40
internalBinding('errors').triggerUncaughtException(
^
Error: tsx must be loaded with --import instead of --loader
The --loader flag was deprecated in Node v20.6.0
...
Node.js v18.19.0 而且这个报错只会在 不知道这个命令用的人多不多,看起来使用 |
使用 node 20.x 构建时 tsx 的老版本会有大量 warning, 升级到 3.14.0 后消失
tsx@4 需要 node 18以上的版本,umi 有 node 14(ubuntun) 的 ci 不通过,暂时用 3.14.0 了