You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ To run the app, follow these steps.
28
28
5. Install the client-side dependencies with jspm:
29
29
30
30
```shell
31
-
jspm install
31
+
jspm install -y
32
32
```
33
33
>**Note:** Windows users, if you experience an error of "unknown command unzip" you can solve this problem by doing `npm install -g unzip` and then re-running `jspm install`.
0 commit comments