2017-08-07 6 views
1

私は新鮮な日食の酸素と角型IDEをgenuitecからインストールしました。 二日目私は自分のプロジェクトを開き、* .TSファイルを開いて、私はこのエラーを得た:eclipse酸素のためのgenuitecのTypeScriptエディタでRuntimeExceptionを修正するには?

java.lang.RuntimeException: java.lang.IllegalStateException: The node process has crashed. 
Last 4 lines of error console output: 
Bridge type: classifier 
Running with TS version:2.3.4 
Initializing endpoint classifier in version 2.3.4 
C:\Program Files\nodejs\node.exe: src\node_file.cc:557: Assertion `args[0]->IsString()' failed. 


    at com.genuitec.eclipse.typescript.services.internal.Bridge.call(Bridge.java:162) 

    at com.genuitec.eclipse.typescript.services.classifier.Classifier.getClassificationsForLines(Classifier.java:62) 

    at com.genuitec.eclipse.typescript.text.reconciler.PresentationReconciler.classifyLines(PresentationReconciler.java:264) 

    at com.genuitec.eclipse.typescript.text.reconciler.PresentationReconciler.createPresentation(PresentationReconciler.java:232) 

    at com.genuitec.eclipse.typescript.text.reconciler.PresentationReconciler.processEvent(PresentationReconciler.java:130) 

私はそれをどのように修正することができますか?

答えて

1
Genuitecから

アン角度IDE、代わりAngular Eclipseプラグインを使用します。

クローズドソース角度IDEは、Eclipseプラットフォームおよび他のプラグインのJavaバイトコードにパッチを当てる(法的理由のために、変更を公開する必要はありません)。パブリックAPIを使用するのとは対照的に、ロード時の織りパッチは維持するのが難しく、エラーを特定して修正することは困難です。

+2

AngularJS EclipseはAngular1用です。Angular2 – Angelo

+0

@Angelo Thxについては、https://marketplace.eclipse.org/content/angular2-eclipseをご利用ください。私はそれに応じて答えを変えた。私の答えを編集してください。 _Angular Eclipse_作者として、あなたは私よりもよく分かっています。 – howlger

+0

GenuitecはAngularJS Eclipseを使用しますが、Angular IDEはAngular2 Eclipseに基づいていません。調整のために「元の」 – Angelo