blinkdb icon indicating copy to clipboard operation
blinkdb copied to clipboard

Document `Cannot access "buffer.Buffer" in client code` workaround

Open ThaisRobba opened this issue 2 years ago • 1 comments

While following up on the installation and usage guide, I bumped into this issue - basically, buffer is not available on client side and we need to manually install it. A simple yarn add buffer or npm i buffer and restarting the dev server should fix it for most (stack overflow thread).

Perhaps buffer should be added as a dependency of blinkdb?

ThaisRobba avatar Jun 08 '23 14:06 ThaisRobba

Sounds good. I'll test if this causes any issues with using blinkDB with node.

maradotwebp avatar Jun 08 '23 15:06 maradotwebp