skip to Main Content

I imported a project into Visual Studio Code. All Folders including content are visible but I can’t run the application due to error message "ng: command not found".

I already installed the Angular CLI package but was then presented with error message "This command is not available when running the Angular CLI outside a workspace". Afterwards I already tried to open in integrated terminal but still didn’t work.

2

Answers


  1. Did you install node.js before angular cli install node then try it might help and try installing latest working Angular cli and Node version

    Login or Signup to reply.
  2. search for vscode-spring-initializr

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search