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: environment-setup.md
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ npm install -g nativescript
89
89
To verify if the installation was successful, open a new Command Prompt window to ensure the new environment variables are loaded and run
90
90
91
91
```
92
-
ns doctor
92
+
ns doctor android
93
93
```
94
94
95
95
If you see **No issues were detected** you have successfully set up your system.
@@ -169,7 +169,7 @@ npm install -g nativescript
169
169
To verify if the installation was successful, open a new Command Prompt window to ensure the new environment variables are loaded and run
170
170
171
171
```bash
172
-
ns doctor
172
+
ns doctor android
173
173
```
174
174
175
175
If you see **No issues were detected** you have successfully set up your system.
@@ -266,15 +266,14 @@ _**More details for those curious:** The NativeScript CLI relies on 3rd party pa
266
266
To verify if the installation was successful, open a new Terminal window to ensure the new environment variables are loaded and run
267
267
268
268
```bash
269
-
ns doctor
269
+
ns doctor ios
270
270
```
271
271
272
-
<!-- TODO: add ns doctor ios & ns doctor android! -->
273
-
<!-- If you see **No issues were detected** you have successfully set up your system. -->
272
+
If you see **No issues were detected** you have successfully set up your system.
274
273
275
-
If you see the following, you have successfully set up your system for iOS development. Select **Skip Step and Configure Manually** or hit `Ctrl+C` to exit.
274
+
<!--If you see the following, you have successfully set up your system for iOS development. Select **Skip Step and Configure Manually** or hit `Ctrl+C` to exit.
276
275
277
-

276
+
-->
0 commit comments