cifkao / html-midi-player

🎹 Play and display MIDI files on the web
https://cifkao.github.io/html-midi-player/
BSD 2-Clause "Simplified" License
630 stars 56 forks source link

RM not recognized on Windows #58

Open jordanforbes opened 1 year ago

jordanforbes commented 1 year ago

running 'npm start' through most windows terminals doesn't work because 'rm' is replaced with 'del' That said you can get around this by using git bash, but I think it's definitely something to make note of.

cifkao commented 1 year ago

Good point. Please feel free to make a pull request if you can think of a cross-platform way to write it.

cifkao commented 1 year ago

Maybe via rimraf but it would need to be added to dev dependencies.