Closed otech47 closed 5 years ago
Note that reverting the package to ^34.7.2
fixes the issue so doing that for now. Not sure if there's a lot between the 2 versions
What node.js version are you using?
What node.js version are you using?
Yeah ok the newer version requires node 10.4+ I guess because it started using BigInt
Cool yeah that works thanks for the help! 👍
Easy docs PR if you want it: https://github.com/alexbosworth/ln-service/compare/master...otech47:otech47-node-version
Ok great
I'll update the package to reflect the requirement
In version 41.0.1 when trying to
require('ln-service')
this error is thrown:I suspect something related to inconsistent/conflicting NodeJS versions where I may not have some newer JS features but I have never seen the JS syntax of a
n
appended to an Int like it is at1000n
.