David Sveningsson
David Sveningsson
> I think this is too complex and narrow of an edge-case to really be worth discussing on the Sass webpage. I disagree, it saves a lot of time and...
Try installing `mrm-preset-default` globally, if it isn't present it will install it with `npx` (for the current process, so a new install is required the next time as well).
I should add that I use mrm@2 because I cannot get mrm@3 to work at all due to #160 / #178.
Thank you for the tips, maybe it could be added to the docs in case others face the same issue?
> I just hit this problem found this issue, and discovered that there is an official recommended approach, using the `is-ci` module: https://typicode.github.io/husky/#/?id=disable-husky-in-cidocker Most of the linked approaches wont help,...
> [..] so this is not too bad I have to disagree with you there. * It erodes the purpose of production dependencies. If the production dependencies is a mix...
> This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions....
> This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions....
Awesome, thank you very much for implementing this! :heart:
A workaround we hacked together is to wrap the `on` function with an `EventEmitter` forwarding all events: ```ts class EventForwarder { private emitter: EventEmitter; private task: Cypress.Tasks; public on: Cypress.PluginEvents;...