nativescript-community / nativescript-vscode-extension

A Visual Studio Code Extension for NativeScript
https://www.nativescript.org/visual-studio-code
Apache License 2.0
82 stars 32 forks source link

npm hints in the extension are not correct #60

Closed bundyo closed 8 years ago

bundyo commented 8 years ago

The stated npm install -g nativescript is not really correct - the option should be before install or npm will assume that you want to install a package with name -g

https://github.com/NativeScript/nativescript-vscode-extension/blob/5173e273c5f498371e09893dcae7776fa75a4bb5/src/services/NsCliService.ts#L61

Same goes for the gulp option in CONTRIBUTING.md

blagoev commented 8 years ago

fixed