You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
So, I am having trouble using the node module LevelUp in my react-page project. I am requiring the module here and, initially, I get the following error from one of LevelUps dependencies, complaining that Buffer has not been defined (which is odd, browser-builtins contains buffer-browserify): https://gist.github.com/lyaunzbe/6344834. If I manually add Buffer = require('buffer').Buffer to the file that produces this error, this seems to take away the Buffer issue, but now leaves me with the following error message: https://gist.github.com/lyaunzbe/6345026. You guys have been super supportive and helpful throughout, so I just want to thank you in advance for putting up with my annoying requests :)
The text was updated successfully, but these errors were encountered:
So, I am having trouble using the node module LevelUp in my react-page project. I am requiring the module here and, initially, I get the following error from one of LevelUps dependencies, complaining that Buffer has not been defined (which is odd, browser-builtins contains buffer-browserify): https://gist.github.com/lyaunzbe/6344834. If I manually add Buffer = require('buffer').Buffer to the file that produces this error, this seems to take away the Buffer issue, but now leaves me with the following error message: https://gist.github.com/lyaunzbe/6345026. You guys have been super supportive and helpful throughout, so I just want to thank you in advance for putting up with my annoying requests :)
The text was updated successfully, but these errors were encountered: