Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepended 'root' before npm install global command #339

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/docs/en/getting-started/3-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Download and install the latest _LTS_ version of Node.js from [https://nodejs.or
To install the NativeScript CLI, open your terminal and run:

```shell
$ npm install -g nativescript
$ sudo npm install -g nativescript
```

Verify the installation was successful by running `tns` in your terminal. You should see a list of the available commands.
Expand All @@ -43,4 +43,4 @@ Check the system requirements and follow the setup instructions for Xcode and th

Check the system requirements and follow the setup instructions for the Android SDK on Linux:

[Advanced setup: Linux](https://docs.nativescript.org/start/ns-setup-linux)
[Advanced setup: Linux](https://docs.nativescript.org/start/ns-setup-linux)