I have a nodejs app in which I am trying to use the node module called robe. Here is the error I am getting when I start the app:
function* promiseToGenerator(promise) {
^
Error loading module node_modules/koa
SyntaxError: Unexpected token *
I have had trouble with the : function* notation elsewhere as well. I am running this on node version 0.10.25.