Janusz Dziurzyński
Results
2
comments of
Janusz Dziurzyński
I reinstalled several times, including clearing out `~/Application Support/Lens` and still had this issue. What ended up working was running `npm install` in `~/Application Support/Lens` after installing and logging in
In https://github.com/protocolbuffers/protobuf-javascript/issues/8#issuecomment-1405033187 the workaround is this: ```typescript // @ts-ignore globalThis.window = null; // @ts-ignore globalThis.self = null; ``` @jhlabs, in case you haven't tried it already, how about something like...