File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,9 +119,9 @@ In the command prompt, run the following command.
119119
120120OS | Node.js installed from https://nodejs.org/ | Node.js installed via package manager
121121---|---------------------|----
122- Windows | ` npm install nativescript -g ` | ` npm install nativescript -g `
123- macOS | ` sudo npm install nativescript -g --unsafe-perm ` | ` npm install nativescript -g `
124- Linux | ` sudo npm install nativescript -g --unsafe-perm ` | ` npm install nativescript -g `
122+ Windows | ` npm install @akylas/ nativescript-cli -g ` | ` npm install @akylas/ nativescript-cli -g `
123+ macOS | ` sudo npm install @akylas/ nativescript-cli -g --unsafe-perm ` | ` npm install @akylas/ nativescript-cli -g `
124+ Linux | ` sudo npm install @akylas/ nativescript-cli -g --unsafe-perm ` | ` npm install @akylas/ nativescript-cli -g `
125125
126126To check if your system is configured properly, run the following command.
127127
You can’t perform that action at this time.
0 commit comments