monday-sdk-js icon indicating copy to clipboard operation
monday-sdk-js copied to clipboard

[Bug] Module "stream" has been externalized for browser compatibility and cannot be accessed in client code.

Open OnlyBjarne opened this issue 3 years ago • 0 comments

Describe the bug Unable to import and use monday-sdk-js in a vue project using Vite as bundler.

Steps to reproduce

  1. Create a new project using npm init vue@next (with Vite)
  2. Install monday-sdk-js
  3. import and initialize monday-sdk
  4. Get error Uncaught Error: Module "stream" has been externalized for browser compatibility and cannot be accessed in client code.

Expected behavior Expected to be able to import and use MondaySDK clientside

Context and environment Vite, vue3, firefox

OnlyBjarne avatar Feb 03 '22 18:02 OnlyBjarne