-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix: BWOptions.interval accepts number|string #4061
Conversation
@lidel these tests seem to be failing unrelated to my changes. However, I couldn't get |
I have an M1, things install fine for me - what's the error message you are seeing on install? The build is failing because during the esbuild step it's hitting this line and failing to resolve the node 'path' module. This is likely because something in the dep tree had it previously and now does not which means it only worked previously by coincidence. Oops. The quick fix is either to add the path polyfill to aegir or to add |
@SgtPooki : can you please respond with next steps so we can close this or get it across the line? |
fix #3985