angular2-quickstart-ngsemantic
angular2-quickstart-ngsemantic copied to clipboard
Change `npm -i` to `npm install`
npm -i
is an invalid command entirely, it is meant to be npm i
or npm install
. npm install
is much more clear, and not that hard to type.