You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using ambi with node v5.0.0/v0.10 popups a syntax error can you please explain ?
(function (exports, require, module, __filename, __dirname) { export default function ambi (method, ...args) {
^^^^^^
SyntaxError: Unexpected token export
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:404:25)
at Object.Module._extensions..js (module.js:432:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:311:12)
at Function.Module.runMain (module.js:457:10)
at startup (node.js:136:18)
at node.js:972:3
The text was updated successfully, but these errors were encountered:
Using ambi with node v5.0.0/v0.10 popups a syntax error can you please explain ?
The text was updated successfully, but these errors were encountered: