Uncaught Error: Cannot find module 'purecloud-platform-client-v2'
** at s (purecloud-platform-client-v2.min.js:1)**
** at s (purecloud-platform-client-v2.min.js:1)**
use the module name platformClient. The module name above is for node, the one below is for the web module.
const platformClient = require('platformClient');
Additionally, I found a bug that was just recently introduced due to adding a custom header to the SDK. I've fixed that as of v. 6.1.5. Here's the link to the CDN; the documentation is currently in the process of deploying to the dev center.