These 2 commands print to the output window as if everything was fine, but nothing happens because node.js/npm.cmd aren't there.
```
====Executing command 'npm install'====
====Executing command 'npm update --save'====
```
We should have them check for npm.cmd and let the user know.
```
====Executing command 'npm install'====
====Executing command 'npm update --save'====
```
We should have them check for npm.cmd and let the user know.