Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

179
Views
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 answers
Answer question

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 Report

0

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

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!