Tagged: codemix terminal+ bash
- This topic has 5 replies, 2 voices, and was last updated 3 years, 11 months ago by support-swapna.
-
AuthorPosts
-
mzakotParticipantI have eclipse with codemix installed. I am working on angular project. When i try to execute angular cli command via: file/new/angular/*, terminal+ tab opens and in status bar i can see: “Bash download & exctract”, after that terminal starts with windows powershell and command does not execute. I think that terminal is not setup to work with git bash (which is installed on win. machine). Can you please help me solve the issue. Thanks
mzakotParticipantsolved it by copy git-bash from: Program Files\Git to: C:\Users\xxxxxxx\.codemix-store
support-swapnaModeratormzakot,
Sorry that you are seeing this issue.
1. Can you please let us know what exact error you are seeing when you say the command does not execute? If possible, please attach a screenshot of the Terminal+ view to help us get a visual of the failure.
2. Please go to your user home dir/.codemix-store/git-bash folder, double click on the git-bash.exe and see if you get a working console.
3. Any anti virus software running in your machine?
4. Is the issue specific to a particular project or does it fail for other Angular projects as well? Please share the project’s Angular CLI version details.
5. Please also share with us the .log file located at workspace dir/.metadata/.log (rename the extension to .txt and attach it here) to help us investigate further.Apologies for inconvenience caused.
–Swapna
Genuitec Support
support-swapnaModeratormazkot,
Glad that you resolved it. Missed seeing your reply.
If there is no git-bash folder in the .codemix-store, it could be a problem with extraction which might be caused by Anti virus running in the machine.Thank you for getting back to us.
–Swapna
Genuitec Support
mzakotParticipantThank you for your support. Anti virus could be the problem yes. It is working now.
We still have opened issue with starting angular app from eclipse after upgrading angular to 11.x.
Same problem as: https://www.genuitec.com/forums/topic/server-not-starting-after-update/Thank you
support-swapnaModeratorHi,
We have released a fix to add Angular 11 support, in order to get this fix you only need to update the
angular-ide
npm module like:- Open up a Terminal+ tab for your project
- npm i angular-ide
Please let us know if you are still seeing issues.
–Swapna
Genuitec Support -
AuthorPosts