소스 검색

npm -> yarn

Matt Raible 7 년 전
부모
커밋
4f4888715e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      TUTORIAL.md

+ 1
- 1
TUTORIAL.md 파일 보기

@@ -193,7 +193,7 @@ To begin, modify `package.json` so all the `angular` dependencies use version `2
193 193
   "@angular/platform-server": "2.3.1",
194 194
 ```
195 195
 
196
-Run `npm install` to update to these versions.
196
+Run `yarn` to update to these versions.
197 197
 
198 198
 ## Install Ionic Pages for Stormpath
199 199