About node.js use rxjs bindNodeCallback get from bucket.get()

I want use rxjs function bindNodeCallback from bucket.get(id, (error, result)) in node.js.code below.
image
bukcet.get(id,(error, result)) accord with node.js call back.
but run it get error below:


how can i resolve it?

thank you!