WikiEducationFoundation / WikiEduDashboard

Wiki Education Foundation's Wikipedia course dashboard system
https://dashboard.wikiedu.org
MIT License
389 stars 628 forks source link

yarn build script doesn't work on Windows #4319

Closed ragesoss closed 2 years ago

ragesoss commented 3 years ago

Among other possible problems, prepare.js calls rm to remove any existing assets before building new ones, but the rm command is not available on Windows.

YusufAbdelaziz commented 3 years ago

I guess removing is working in windows with these changes. image But unfortunately, I couldn't understand the reason why "robocopy" is not working. image

ragesoss commented 2 years ago

This works on Windows via Ubuntu / WSL 2, so that's how we'll recommend people set up a dev environment on Windows going forward.