Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

182
Vistas
Creating new angular project in specified location

I am new to angular 2 and I am trying to create a new project in E drive. I am using node.js command prompt for this.

When I just run ng new myapp , it automaticlaly creates project in c drive but I wan to create the same in E:drive under folder "angular4"

I am trying below but it is not working. could you please correct me

This path shows up when we open command prompt

C:\Users\User1>

and to create new project in E: drive under angular 4 , I write below which is not working

C:\Users\User1>cd\ E:Angular4 ng new myapp
about 4 years ago · Santiago Trujillo
3 Respuestas
Responde la pregunta

0

First go to E drive then change the folder (cd Angular4) then run

ng new myapp

EDIT: Or you can concatenate the commands

 E: & cd Angular4 & ng new myapp

EDIT: For Windows PowerShell, concatenate all these commands using the semicolon (;) operator, as:-

E:; cd Angular4; ng new myapp
about 4 years ago · Santiago Trujillo Denunciar

0

  1. Open you command prompt.
  2. Type E:
  3. Type cd Angular4
  4. Run ng new myapp
about 4 years ago · Santiago Trujillo Denunciar

0

You can use angular cli for this purpose. Steps:

  1. First goto E drive , type E:
  2. mkdir Angular4
  3. globally install angular cli using this command: npm install -g @angular/cli
  4. Generate a project and run accordingly using: ng new PROJECT_NAME cd PROJECT_NAME ng serve
about 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda