Tagged: angular9 typescript
- This topic has 5 replies, 2 voices, and was last updated 4 years, 6 months ago by support-swapna.
-
AuthorPosts
-
hobijnParticipantWhen working on a .ts file (any of the 300+ files in my projects) eclipse crashes every 5 minutes.
The stacktrace contains alway the same pattern:
”
The node process has crashed.
at LanguageEndpoint.performValidation (/../.p2/pool/plugins/com.genuitec.eclipse.typescript_2.5.3.201810231946/bin/bridge/language/languageEndPoint.js:610:43)
…
TypeError: declaredAngularLifecyclInterfaces.includes is not a function
at /../web/node_modules/codelyser/noConflictingLifecycleRule.js:65:51
…
FATAL ERROR: CALL AND RETRY LAST Allocation failed – process out of memory
”
—————————————————
This is a description of the environment:
Eclipse version Photon (4.8)
Angular IDE by Webclipse version 1.11.0.201810241404ng version:
Angular CLI: 9.1.1
Node: 10.13.0
OS: linux x64Angular: 9.1.2
… animations, common, compiler, compiler-cli, core, forms
… language-service, localize, platform-browser
… platform-browser-dynamic, router
Ivy Workspace: YesPackage Version
———————————————————–
@angular-devkit/architect 0.901.1
@angular-devkit/build-angular 0.901.1
@angular-devkit/build-optimizer 0.901.1
@angular-devkit/build-webpack 0.901.1
@angular-devkit/core 9.1.1
@angular-devkit/schematics 9.1.1
@angular/cli 9.1.1
@ngtools/webpack 9.1.1
@schematics/angular 9.1.1
@schematics/update 0.901.1
rxjs 6.5.5
typescript 3.8.3
webpack 4.42.0
———————————————
Before the upgading to angular 9 (was angular 6) it worked fine. Now I can’t use eclipse anymore, I have to uninstall webclipse or maybe completely remove eclipse and re-install it without webclipse.
support-swapnaModeratorHi,
Sorry that you are seeing this issue.
It is not clear how you are still working with Webclipse. Were you not prompted to upgrade to CodeMix?
CodeMix is the next generation of Webclipse and includes all your favorite Webclipse features along with support to recent Angular versions.If you have a valid Webclipse license, then you can uninstall Webclipse and install CodeMix from the Eclipse Marketplace or using the update site or archived update site as listed in this page : https://www.genuitec.com/products/codemix/download/
Please refer to the tutorials to help you get started with CodeMix :
https://www.genuitec.com/products/codemix/learning-center/
https://www.genuitec.com/products/codemix/elearning (Also available from within the IDE via Window > Show View > CodeMix > Tutorial view)Please let us know if you have any questions regarding upgrading to CodeMix.
–Swapna
Genuitec Support
hobijnParticipantDear madam Swapna,
Thank you for your fast response!
I have a valid licence. From your mail I learn that this version of webclipse is not expected to work at all. I should replace it.
I tried to drop the download-button on eclipse. The log file reports an error:
org.eclipse.equinox.p2.core.ProvisionException: No repository found at http://marketplace.eclipse.org/.
Any suggestion?
support-swapnaModeratorHi,
Sorry that you are seeing this issue.
Can you please try to install from Eclipse Marketplace? Search for CodeMix, scroll down and install ‘CodeMix 3 CI 2020.4.7’.
Alternatively, you can use the update site : http://www.genuitec.com/updates/codemix/ci/ from Help > Install from Site.–Swapna
Genuitec Support
hobijnParticipantDear Madam Swapna,
I added the ..codemix/ci url to the sites in the ‘install new software’wizard. From there installed CodeMix.
All is fine and working now.
You solved my problem. Thank you!
Regards
Mathijs Hobijn
support-swapnaModeratorMathijs,
Glad that you are all set with CodeMix.
You can also reach us via Help > CodeMix > Live Chat and initiate a live chat session with our support team for a quick diagnosis of the issues you are seeing.–Swapna
Genuitec Support -
AuthorPosts