npm install делал, установило без Error"ов.
Сделал Вашу команду, теперь такое, ероров нету, но ничего не запустилось(
npm WARN lifecycle The node binary used for scripts is C:\Program Files\Microsoft HPC Pack 2012\Bin\node.exe but npm is using C:\Program Files\nodejs\node.exe itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.
> angular-quickstart@1.0.0 start C:\Users\user\Downloads\itvdn-angular2\01_Introduction\01_HelloWorldApp
> tsc && concurrently "npm run tsc:w" "npm run lite"
Node Commands
Syntax:
node {operator} [options] [arguments]
Parameters:
/? or /help - Display this help message.
list - List nodes or node history or the cluster
listcores - List cores on the cluster
view - View properties of a node
online - Set nodes or node to online state
offline - Set one or more nodes to the offline state
Я не знаю, что это за "Microsoft HPC Pack 2012", но оно у вас запускается вместо nodejs. Отредактируйте системную переменную PATH и удалите это дело оттуда.