Skip to content

Commit 7d5caeb

Browse files
rsarkyvikerman
authored andcommitted
docs(@angular/cli): Change npm install to yarn to install (#12495)
dependencies.
1 parent 0cfbdbc commit 7d5caeb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/angular/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ You can find more details about changes between versions in [the Releases tab on
162162

163163
```bash
164164
git clone https://github.com/angular/angular-cli.git
165-
npm install
165+
yarn
166166
npm run build
167167
cd dist/@angular/cli
168168
npm link

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7541,6 +7541,7 @@ scss-tokenizer@^0.2.3:
75417541
seedrandom@^2.4.4:
75427542
version "2.4.4"
75437543
resolved "https://registry.yarnpkg.com/seedrandom/-/seedrandom-2.4.4.tgz#b25ea98632c73e45f58b77cfaa931678df01f9ba"
7544+
integrity sha512-9A+PDmgm+2du77B5i0Ip2cxOqqHjgNxnBgglxLcX78A2D6c2rTo61z4jnVABpF4cKeDMDG+cmXXvdnqse2VqMA==
75447545

75457546
select-hose@^2.0.0:
75467547
version "2.0.0"

0 commit comments

Comments
 (0)