Well, finally it works. Update the .json package in the root folder as shown below.
"angular2-broccoli-prerender": "0.11.3", "angular2-universal": "0.104.4",
Also add
"child-process-promise": "^2.0.2", "optimist": "^0.6.1"
then
> npm update
It will make it work again
source share