crc icon indicating copy to clipboard operation
crc copied to clipboard

Can't use in Vite: Module "buffer" has been externalized for browser compatibility. Cannot access "buffer.Buffer" in client code.

Open VityaSchel opened this issue 1 year ago • 1 comments

Getting this error because Vite polyfills buffer:

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'from')
    at createBuffer (create_buffer.js:4:50)
    at Function.result [as unsigned] (define_crc.js:3:52)

VityaSchel avatar Apr 29 '24 15:04 VityaSchel

solution: install buffer

VityaSchel avatar Apr 29 '24 15:04 VityaSchel