Skip to content

Global option to --skip-install for new projects #8684

@sibiraj-s

Description

@sibiraj-s

Versions


    _                      _                 ____ _     ___
   / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|
  / △ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |    | |
 / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | |
/_/   \_\_| |_|\__, |\__,_|_|\__,_|_|       \____|_____|___|
               |___/
    
Angular CLI: 1.5.5
Node: 8.9.1
OS: linux x64
Angular: 
...

FEATURE REQUEST

Currently, a new project can be scaffolded using ng new myProject. which by default uses npm to install node_modules. and, we can also set yarn instead of npm.

Installation time for the packages by cli is always greater than manual npm install or yarn install.

Hence there is an option to skip install the npm packages by using ng new myProject --skip-install.

Can we globally set an option to skip install the packages globally for all new projects?

Metadata

Metadata

Assignees

Labels

P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentneeds: more infoReporter must clarify the issuetype: bug/fix

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions