dsandor / fauxmojs

Fake WeMo device ported to NodeJS. Allows Alexa (Amazon Echo) to make api calls.
56 stars 22 forks source link

SyntaxError: Unexpected token = #20

Closed bwired-nl closed 6 years ago

bwired-nl commented 6 years ago

Hi im getting this

/home/knu/bwired/alexa/node_modules/fauxmojs/lib/index.js:11 constructor(options = {}) { ^

SyntaxError: Unexpected token =

is it my node version? 4.2.6

bwired-nl commented 6 years ago

solved with using latest node version

dsandor commented 6 years ago

We should update the readme and package.json to reflect the minimum nodejs requirements.