Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

[ERROR] ng has unexpectedly closed (exit code 2147483651).

オープン
#4,953 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
25/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
angular, node.js, typescript
領域
cli

調査の方向性

まず、報告されている Windows、Node.js、Angular、Ionic CLI のバージョンで ionic serve --host 0.0.0.0 を再現し、次に ng serve および動作するポート 8101 のケースと比較します。報告にはリポジトリのファイル名もテストも記載されていません。完了の条件は、Node/V8 クラッシュの原因を特定し、検証済みの修正または回帰カバレッジを追加することです。

索引モデルが issue の本文から書いたものです。

説明

triage

Description:
Hi, i`m having a weird problem with ionic + capacitor.

I dont know exactly what happened, but after run the build command and some npx cap sync and npx cap open android i started to face this issue.

By first i get some project files corrupted, and after fix the files, ionic serve --host 0.0.0.0` not worked anymore.

It is really weird, because i dont get the error if i run just ionic serve, or even, ng serve --host 0.0.0.0. The error just happens when i run ionic serve with the host flag and 0.0.0.0 as its value. Also ionic build --prod runs fine.

if i run manually ng serve --host 0.0.0.0 --port 8100, i get the error. But if i change the port to 8101 it works like a charm.

I`ve already tried to remove node_modules and install again, tried to manually remove all ionic dependencies and reinstall them manually, tried to reinstall node and npm, have restarted my PC, but none of this have worked.

Also, tried to check if something was using the 8100 port with netstat -ab, but there`s absolutely nothing using this port.

i know i can just run ng serve command manually and point to the 8101 port, but this is a really weird issue, and i want to, at least, try to understand what caused this bug to prevent more corrupted project files in the future.

Steps to Reproduce:

just run:

ionic serve --host 0.0.0.0

Output:

$ ionic serve --host 0.0.0.0

ng.cmd run app:serve --host=0.0.0.0 --port=8100
[ng] Warning: This is a simple server for use in testing or debugging Angular
applications
[ng] locally. It hasn't been reviewed for security issues.
[ng]
[ng] Binding this server to an open connection can result in compromising your application or
[ng] computer. Using a different host than the one passed to the "--host" flag might result in
[ng] websocket connection issues. You might need to use "--disable-host-check" if that's the
[ng] case.
[ng] - Generating browser application bundles (phase: setup)...
[ng] #
[ng] # Fatal error in , line 0
[ng] # Fatal JavaScript invalid size error 169220804
[ng] #
[ng] #
[ng] #
[ng] #FailureMessage Object: 0000007B493FE510
[ng] 1: 00007FF75C3B9E7F node_api_throw_syntax_error+175967
[ng] 2: 00007FF75C2D036F v8::CTypeInfoBuilder::Build+11999
[ng] 3: 00007FF75D13D182 V8_Fatal+162
[ng] 4: 00007FF75CC7A265 v8::internal::FactoryBasev8::internal::Factory::NewFixedArray+101
[ng] 5: 00007FF75CAFF8E3 v8::internal::FeedbackNexus::ic_state+65795
[ng] 6: 00007FF75CB1E460 v8::Context::GetIsolate+15600
[ng] 7: 00007FF75C96AA40 v8::internal::CompilationCache::IsEnabledScriptAndEval+25952
[ng] 8: 00007FF75CE778B1 v8::internal::SetupIsolateDelegate::SetupHeap+558193[ng] 9: 00007FF6DDB2B95D

[ERROR] ng has unexpectedly closed (exit code 2147483651).

    The Ionic CLI will exit. Please check any output above for error      
    details.

My ionic info:
Ionic:

Ionic CLI : 6.20.3 (C:\Users\kaiqu\AppData\Roaming\npm\node_modules@ionic\cli)
Ionic Framework : @ionic/angular 6.4.1
@angular-devkit/build-angular : 15.0.5
@angular-devkit/schematics : 15.0.5
@angular/cli : 15.0.5
@ionic/angular-toolkit : 6.1.0

Capacitor:

Capacitor CLI : 4.3.0
@capacitor/android : 4.3.0
@capacitor/core : 4.6.1
@capacitor/ios : 4.3.0

Utility:

cordova-res : 0.15.4
native-run : 1.7.1

System:

NodeJS : v18.13.0 (C:\Program Files\nodejs\node.exe)
npm : 8.19.3
OS : Windows 10

主要言語
TypeScript
スター
2k
フォーク
681
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

ionic-team/ionic-cli のほかの issue

ionic-team/ionic-cli の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。