File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -209,11 +209,11 @@ The NativeScript CLI is available for installing as an npm package.
209209
210210In the command prompt, run the following command.
211211
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.
212+ OS | Node.js installed from http://nodejs.org/ | Node.js installed via package manager
213+ ---|---------------------|----
214+ Windows | ` npm install nativescript -g ` | ` npm install nativescript -g `
215+ OS X | ` sudo npm install nativescript -g --unsafe-perm ` | ` npm install nativescript -g `
216+ Linux | ` sudo npm install nativescript -g --unsafe-perm ` | ` npm install nativescript -g `
217217
218218## Configure Proxy Usage
219219
You can’t perform that action at this time.
0 commit comments