Issue
When I open the terminal did't do anything. It will shows errors as below.
Solution
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, and delete (or comment out) line:
source <(ng completion script)
Sadly you will lose the angular autocompletion, but it looks like there is some bug causing this in their implementation
Answered By - Etaos

0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.