Angular-cli: ng new use more than 10 minutes (windows 10, terminal run as administrator)

Created on 17 Aug 2016  路  4Comments  路  Source: angular/angular-cli

Hi,

  1. OS? windows 10
  2. Versions:
    angular-cli: 1.0.0-beta.11-webpack.2 (I think with other version too)
    node: 5.4.0
    os: win32 x64
  3. Detail:
    ng new first-app finish after 11 minutes, is this normal ?
    I run WebStorm as administrator (nothing change)
    I also run windows10 terminal as administrator and to new project with ng new... it's same !
    Very very long until finish, I calculate time: exactly 11mn
    reasonable pc, reasonable internet connexion, only chrome and webstorm are running, idea? Maybe windows10 ?

Most helpful comment

you can use -lc flag to link to the angular-cli global package and skip downloading it again. This will probably reduce the amount of time to ~5min

All 4 comments

That is because all npm dependencies are being downloaded.

you can use -lc flag to link to the angular-cli global package and skip downloading it again. This will probably reduce the amount of time to ~5min

@monojack thanks it taks 1m30'' hehe

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings