Daniel Volchek
Daniel Volchek
bump, this is still not working @glepnir
> Since when I've been using it for a while but only just upgraded from packer to lazy and at the same time updated the plugin. Not sure what old...
I restarted my computer and it _seems_ to have fixed it. I'd guess some ghost files in the cache conflicting with Lazy or something like that. I'll keep this open...
> I'm able to run it by manually specifying nodeModulesPaths and setting disableHierarchicalLookup to true (in a monorepo setup). This solution didn't work for me I was able to fix...
Unfortunately doesn't seem to be working  Can also confirm that the package is overriden correctly 
Not sure about expo but with pnpm I can do this and it works ``` "pnpm": { "overrides": { "@supabase/realtime-js": "2.11.4-next.1", "@supabase/realtime-js>ws": "-" } } ```