-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
pnpm devをするとuv_signal_start EINVAL -> ポート5173に何も描画されない #14201
Labels
🛠️Dev
Development of Misskey itself
Comments
KisaragiEffective
changed the title
pnpm devをするとuv_signal_start EINVAL
pnpm devをするとuv_signal_start EINVAL -> ポート5173に何も描画されない
Jul 14, 2024
もしかして: SIGKILLにトラップハンドラーを設置してるから? |
cc @anatawa12 |
なんだかんだでビルドは回るし、「ポート5173に何も描画されない」は再現できなかったけど、SIGKILLはハンドルできないので指定されてるのは問題だね |
最小再現例 // index.js
process.on('SIGKILL', () => { console.log('SIGKILL SIGKILL'); });
|
私の環境では、コンソールに同様のエラーは表示されていますが、5173で正常にアクセス/表示出来ていますね…謎 |
VSCode を使ったらちゃんと表示されました :c |
それはそれとしてエラーが出る問題は(直せそうなら)直しておいて良い気はしたり? |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
備考: 既知
The text was updated successfully, but these errors were encountered: