- This topic has 9 replies, 5 voices, and was last updated 4 years ago by glen_jai.
-
AuthorPosts
-
marlon_s_fParticipantMy server Web application does not finish starting.
it remains starting but does not finish startingLike here: https://www.genuitec.com/forums/topic/angular-ide-problem-starting-angular-cli-server/
- This topic was modified 4 years, 2 months ago by marlon_s_f.
Salvador CabreraMemberHi marlon_s_f,
Can you try running
npm i -D angular-ide
for your project and try again?
Also, what version of angular are you using ?Cheers,
Sal
marlon_s_fParticipantHi Salvador, thanks for the answer.
Itss still the same.I migrate from Angular 9 to 11
This is coming from the Terminal+
Node.js version: v10.15.0
NPM version: 6.4.1
[angular-ide] Unable to change tsc target
Salvador CabreraMemberHi marlon_s_f,
This seems to be a compatibility issue with the recent versions of Angular.
I’ll file a report for this problem.As workaround, you can run the application by running
node_modules/.bin/ng serve
in a Terminal+ tab.Cheers,
Sal
LeonardoParticipantThanks node_modules/.bin/ng serve solved my problem.
ng serve does not work after updating to angular 11. When do you think you could have a patch?
Thanks
glen_jaiParticipant
support-swapnaModeratorGlen,
Sorry that you are seeing this issue.
Can you please share with us the exact Angular version along with the angular-ide version? You can find the angular-ide version in the project’s package.json file.
Please try running
npm i angular-ide@next
and check if it fixes the issue.Apologies for inconvenience caused. Please let us know how you get on with it.
–Swapna
Genuitec Support
glen_jaiParticipantHi Swapna,
Thank you for your prompt response.
I am running:
Angular: 11.0.3
angular-ide: 0.9.75
support-swapnaModeratorGlen,
Thank you for the details. I am assuming you are on the latest CodeMix release (2020.7.22). I just checked at my end and see no issues with the said dependencies (Angular 11.0.3 and angular-ide 0.9.75).
Can you please try running :
npm i angular-ide@next
and see if it helps?Also let us know how you are trying to start the server and share the project’s package.json file with us for further investigation.
–Swapna
Genuitec Support
glen_jaiParticipantHi Swapna,
Sorry for the delay.
I just ran
npm -i angular-ide@next
as suggested and I am able to successfully start the server by running commandng serve
from a Terminal+ window.
My project is now using angular-ide 0.9.76.Much appreciated for your help.
-
AuthorPosts