私は NativeScript を初めて使用し、現在、ここ ( http://docs.nativescript.org/angular/tutorial/ng-chapter-1 ) で説明されているインストール手順を実行しており、PowerShell スクリプトの実行を完了しました。
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/NativeScript/nativescript-cli/production/setup/native-script.ps1'))"
そして、私は走ります
tns doctor
そして私は得る
C:\>tns doctor 'tns' is not recognized as an internal or external command, operable program or batch file.