File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/docs/en/getting-started Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Download and install the latest _LTS_ version of Node.js from [https://nodejs.or
22
22
To install the NativeScript CLI, open your terminal and run:
23
23
24
24
``` shell
25
- $ npm install -g nativescript
25
+ $ sudo npm install -g nativescript
26
26
```
27
27
28
28
Verify the installation was successful by running ` tns ` in your terminal. You should see a list of the available commands.
@@ -43,4 +43,4 @@ Check the system requirements and follow the setup instructions for Xcode and th
43
43
44
44
Check the system requirements and follow the setup instructions for the Android SDK on Linux:
45
45
46
- [ Advanced setup: Linux] ( https://docs.nativescript.org/start/ns-setup-linux )
46
+ [ Advanced setup: Linux] ( https://docs.nativescript.org/start/ns-setup-linux )
You can’t perform that action at this time.
0 commit comments