client plugin can't find variable "Buffer" #515
-
I'm having trouble launching the client plugin for theia. The below error is what I get every time I try.
It seems the "Buffer" variable which is in messageReader.js doesn't declare any variable of the name, which i assume is because it's run inside a webpack (i'm using the same browser-app structure as the minimal example). I can't seem to find I can't seem to find any declaration. I came across this StackOverflow answer with a possible fix, the issue is I can't try it because the webpack.config is generated just like the gen-webpack.config is. Is there any way I can further configure the browser-app's package.json in order to give these changes a try? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In case anyone is having this issue, I managed to fix it by upgrading webpack to the latest version (5.68.0 at the time when the fix was applied). |
Beta Was this translation helpful? Give feedback.
In case anyone is having this issue, I managed to fix it by upgrading webpack to the latest version (5.68.0 at the time when the fix was applied).