cmd에서만 ng 명령이 먹히고 PowerShell과 그 기반인 Windows Terminal에서는 ng 명령을 인식하지 못 하는 문제가 있다.

해결은 쉽다. 터미널이나 powershell에서 아래 명령어를 입력해주기만 하면 된다.

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

+ Recent posts