Skip to content

How do I get ng command to work in Codespaces? #27184

Discussion options

You must be logged in to vote

Hi Abhijit, the Angular CLI isn’t installed by default; you need to install the Angular CLI using the terminal feature in the Codespace:

  1. Open the Menu > Terminal > New Terminal
  2. Run npm install -g @angular/cli
  <a href="https://angular.io/cli" target="_blank" rel="noopener nofollow ugc">angular.io</a>

Angular

Hope that helps

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment