Browse Source

npm -> yarn

Matt Raible 7 years ago
parent
commit
4f4888715e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      TUTORIAL.md

+ 1
- 1
TUTORIAL.md View File

@@ -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