- This topic has 4 replies, 3 voices, and was last updated 6 years ago by pratimghosh86.
-
AuthorPosts
-
pratimghosh86ParticipantAngular CLI 7+ has introduced CLI prompts. The issue is that in Terminal+, the arrow selections don’t work under normal conditions. Refer to the attached screenshot.
Strangely, if the press an arrow key –> right-click –> left-click, it registers the key press properly.
Attachments:
You must be logged in to view attached files.
support-swapnaModeratorPratim,
Sorry that you are seeing this issue. Thank you for the screenshot. I tried to replicate the problem at my end on Windows 10 but I do see the arrow keys working fine. The entries are highlighted as per the arrow keys being pressed. Attached is the screenshot for your reference.
Can you please share with us your OS and version details to help us investigate further?
Please also check if there are any errors of interest logged in the Error Log view when you are working with the arrow keys. If there are any, then please share with us the workspace log by clicking on the icon for ‘Export Log’ in the Error Log view, save it as text file and attach it here.
Apologies for inconvenience caused.
–Swapna
Genuitec SupportAttachments:
You must be logged in to view attached files.
pratimghosh86ParticipantI’m running Eclipse 2018-09 (build id 20180917-1800) on Windows 10 Pro 1809 build 17763.104 (release preview ring). There are no errors being logged in Eclipse error log view.
Also the prompts work fine when i use it directly in powershell/command prompt.
Could it be some issue with the version of Git bash that Codemix downloads; it’s quite an old version:
$ git –version
git version 2.10.1.windows.1If i run the latest angular cli directly using the downloaded Git bash, there are no cli prompts, which is quite strange.
Is there any way i can make Terminal+ use my system ‘Git for windows’ installation? i believe it is supposed to detect the system installation automatically.
Let me know if you need any specific information.
- This reply was modified 6 years ago by pratimghosh86.
Attachments:
You must be logged in to view attached files.
ignaciomModeratorHey,
We have observed some issues while trying to use the system wide git bash, so we opted to use one that get downloaded so we can make sure that the bash will work on almost all systems. May be you could try to copy or extract the latest git bash to ~/.codemix-store/git-bash, check the directory structure I think that you should end with a path like this: (~/.codemix-store/git-bash/bin/sh.exe) in this way you’ll run with a custom version of git bash. I will open an internal PR so our dev team upgrade the version of git bash that get downloaded when you install git-bash for CodeMix on first usage.
Please let us know your findings.
Best Regards
Ignacio
pratimghosh86ParticipantOk so i replaced the git-bash folder with the latest portable git (git version 2.19.1.windows.1) folder, everything works a expected with the regular operations in Terminal+.
Update on the issue: it seems an issue with the Angular CLI prompts. Using something like yeoman generator-jvm its works absolutely fine.
Ah well !!
-
AuthorPosts