We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0376258 + 26f1dd2 commit e6e3b6aCopy full SHA for e6e3b6a
1 file changed
README.md
@@ -209,11 +209,11 @@ The NativeScript CLI is available for installing as an npm package.
209
210
In the command prompt, run the following command.
211
212
-```Shell
213
-npm install nativescript -g
214
-```
215
-
216
-> On OS X and Linux systems, you might need to run this command using sudo.
+OS | Node.js installed from http://nodejs.org/ | Node.js installed via package manager
+---|---------------------|----
+Windows | `npm install nativescript -g` | `npm install nativescript -g`
+OS X | `sudo npm install nativescript -g --unsafe-perm` | `npm install nativescript -g`
+Linux | `sudo npm install nativescript -g --unsafe-perm` | `npm install nativescript -g`
217
218
## Configure Proxy Usage
219
0 commit comments