Closed mesozoic-technology closed 7 years ago
I inserted console logs into index.js and discovered I supplied a couple invalid parameters. But it should still return that error instead of erring on displaying the error
What version of node are you running?
0.12.0
Object.assign is only available from v4 and later it seems. You can properly find a polyfill fairly easy (quick search found object-assign).
The following code is constantly giving me this error:
Get requests for the root, and lists, are working fine. But this post request is giving problems. There does not seem to be anything unique about it, so I'm confused about the error... which seems to be an error when returning the error?
It's not something I am doing is it?