Open file on IntelliJ from iTerm 2

IntelliJ has a command line features that you can check out here: https://www.jetbrains.com/help/idea/2016.2/working-with-intellij-idea-features-from-command-line.html iTerm as well enable launch a command line order when we use cmd and click over a file path pattern. You only have to go to iTerm Preferences, Profiles, Advanced, Semantic History In Semantic History check “Run Comand..” and add as a … Read more

When I open the terminal shows “The specified command(“completion”) is invalid. For a list of available options, run “ng help”

I had the same error after updating angular every time after opening the terminal. Depending on which terminal you use either open configuration file which will be saved in ~/.bashrc, or for zshell ~/.zshrc, and so on for others, Edit the corresponding ~/.bashrc or ~/.zshrc file and delete or comment this line: source <(ng completion … Read more