2.0.0 could not find entry
Closed this issue · 2 comments
hiddendragonXVII commented
failed at:
coinpayments = require('coinpayments')
node could not find the entry point for the coinpayments object in the 2.0.0 version
I like the new API calls, but is there a version requirement for node?
running v6.11.3
OrahKokos commented
Hello @thewizardwand,
Thanks for the feedback.
So I did use the es6 spread operator in one of the functions, which would set the requirement to v8.x.x.
Could do without the spread operator and shave off that requirement...
OrahKokos commented
@thewizardwand Added a small commit.
All tests passing on node version 6.0.0