### Issue I got experience the following issue with [assert@2.0.0](https://github.com/browserify/commonjs-assert/releases/tag/v2.0.0) ``` Uncaught TypeError: Cannot read property 'isPromise' of undefined at Object../node_modules/assert/build/assert.js (assert.js:42) ``` ### Workaround Downgrade to [assert@1.5.0](https://github.com/browserify/commonjs-assert/releases/tag/v1.5.0) ### Ref My issue: Borewit/audio-tag-analyzer#97