cifkao / html-midi-player

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

RM not recognized on Windows #58

Open jordanforbes opened 2 years ago

jordanforbes commented 2 years 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 2 years 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 2 years ago

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