The Pace library (Pace-Progress is the name of it on NPM because Pace was already taken) is throwing this error when imported. I am using Angular2 and Webpack. The line of code throwing the error is
exports.isBuffer = Buffer.isBuffer;
I have a buffer library available from NPM was well, but why would Pace be expecting me to load another library in advance for it to work? What could I be doing wrong?