With this version I've got the error
"evernote": "2.0.0-beta"
From https://github.com/evernote/evernote-sdk-js/blob/master/sample/express/package.json
I've changed to "evernote": "2.0.5" . It works.
It's about a time to change package.json .
With 2.0.0-beta
if (this.offset + len > this.buffer.length) throw Error('MemBuffer overrun');
^
Error: MemBuffer overrun
at MemBuffer.read (C:\Users\albertly\Downloads\git\evernote-sdk-js-master\sample\express\node_modules\evernote\lib\thrift\transport\memBuffer.js:29:55)
at BinaryProtocol.readMessageBegin (C:\Users\albertly\Downloads\git\evernote-sdk-js-master\sample\express\node_modules\evernote\lib\thrift\protocol\binaryProtocol.js:203:38)
With this version I've got the error
"evernote": "2.0.0-beta"
From https://github.com/evernote/evernote-sdk-js/blob/master/sample/express/package.json
I've changed to "evernote": "2.0.5" . It works.
It's about a time to change package.json .
With 2.0.0-beta