-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentneeds: more infoReporter must clarify the issueReporter must clarify the issuetype: bug/fix
Description
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 urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentneeds: more infoReporter must clarify the issueReporter must clarify the issuetype: bug/fix