Hi,
When I npm install hangupsjsI get
node_modules/hangupsjs/src/auth.coffee:32:49: error: unexpected -> class AuthError extends Error then constructor: -> super ^^
If I install coffescript via brew or npm, I get the same error.
I think this has something to do with ES6 syntax of coffescript. Does it support it ? Which version should I install ?
Thank you all
Hi,
When I
npm install hangupsjsI getnode_modules/hangupsjs/src/auth.coffee:32:49: error: unexpected -> class AuthError extends Error then constructor: -> super ^^If I install coffescript via brew or npm, I get the same error.
I think this has something to do with ES6 syntax of coffescript. Does it support it ? Which version should I install ?
Thank you all