You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 11, 2018. It is now read-only.
I am running into serveral issues trying to run exerslide under Windows. I will try to report the issues I ran into:
The use of process_child only works correctly under UNIX systems. An alternative would be to use cross-spawn
The various scripts for linting an building the package only work on UNIX systems. This prevents me from contributing fixes as I am not able to run the tests or the linter properly
I am running into serveral issues trying to run exerslide under Windows. I will try to report the issues I ran into:
process_childonly works correctly under UNIX systems. An alternative would be to usecross-spawn