Sfoglia il codice sorgente

doc: mention "npm install" is required on mobile

Specially prior to pod install.
j8
Saúl Ibarra Corretgé 8 anni fa
parent
commit
0e234bfd82
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6
    0
      doc/mobile.md

+ 6
- 0
doc/mobile.md Vedi File

@@ -26,6 +26,12 @@ work properly with the native plugins we require.
26 26
 
27 27
     You may need to add ```--unsafe-perm=true``` if you are running on [Mac OS 10.11 or greater](https://github.com/phonegap/ios-deploy#os-x-1011-el-capitan-or-greater).
28 28
 
29
+  - Install main dependencies:
30
+
31
+    ```bash
32
+    npm install
33
+    ```
34
+
29 35
   - Install the required pods (CocoaPods must be installled first, it can
30 36
     be done with Homebrew: `brew install cocoapods`)
31 37
 

Loading…
Annulla
Salva