Daniel Volchek

Results 6 comments of Daniel Volchek
trafficstars

> 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 ![Screenshot 2024-12-11 at 12 00 08 PM](https://github.com/user-attachments/assets/7747f41f-82a7-46c7-ba81-f40316b51525) Can also confirm that the package is overriden correctly ![Screenshot 2024-12-11 at 12 01 28 PM](https://github.com/user-attachments/assets/947768b7-07b2-4dcb-a424-1b02b66ad8b3)

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": "-" } } ```