Recent versions of node enforce the callback argument to writeFile or fail with errors like:
error(356) The optimizer threw an exception; the module probably contains syntax errors. module identifier: dojo/dojo; exception: TypeError [ERR_INVALID_CALLBACK]: Callback must be a function TypeError [ERR_INVALID_CALLBACK]: Callback must be a function
Deal with this by explicitly providing a callback.
Recent versions of node enforce the callback argument to writeFile or fail with errors like:
Deal with this by explicitly providing a callback.