瀏覽代碼

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