I run node v7.4.0 on my machine and find that the code
const Bot = require('./Bot');
fails, but the code
const Bot = require('./bot');
works. I'm too new to node to know if this is related to a change but this also may be helpful in the errata section.
I run node
v7.4.0
on my machine and find that the codeconst Bot = require('./Bot');
fails, but the codeconst Bot = require('./bot');
works. I'm too new to node to know if this is related to a change but this also may be helpful in the errata section.