It would be great to post a sample or link to the source code. But from two lines of the log, it looks like you are trying to deploy an Angular 2 application, including the Node.js tool it comes with.
As stated in the previous comment, you better create an Angular 2 application and deploy the resulting files, while retaining the Node.js tool for your local development.
I put together a sample that only does https://github.com/l2fprod/bluemix-hello-angular2 . Consider this an even simpler version of the example above.
This is a new project generated using angular-cli , then I made the minimum necessary changes to deploy the assembly to Bluemix.
source share