monday-sdk-js
monday-sdk-js copied to clipboard
[Bug] Module "stream" has been externalized for browser compatibility and cannot be accessed in client code.
Describe the bug Unable to import and use monday-sdk-js in a vue project using Vite as bundler.
Steps to reproduce
- Create a new project using
npm init vue@next(with Vite) - Install monday-sdk-js
- import and initialize monday-sdk
- 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