Mudanças entre as edições de "Instalando NativeScript"
De Basef
(Criou página com '<source lang="bash"> sudo npm install -g nativescript </source> Category: NativeScript') |
|||
Linha 1: | Linha 1: | ||
+ | 1) First, install the `tns` program: | ||
+ | |||
<source lang="bash"> | <source lang="bash"> | ||
sudo npm install -g nativescript | sudo npm install -g nativescript | ||
</source> | </source> | ||
+ | |||
+ | Try appending -f if you get `fsevent` errors. | ||
[[Category: NativeScript]] | [[Category: NativeScript]] |
Edição das 20h38min de 8 de maio de 2018
1) First, install the `tns` program:
sudo npm install -g nativescript
Try appending -f if you get `fsevent` errors.