html-midi-player icon indicating copy to clipboard operation
html-midi-player copied to clipboard

RM not recognized on Windows

Open jordanforbes opened this issue 2 years ago • 2 comments

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.

jordanforbes avatar Nov 09 '22 18:11 jordanforbes

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

cifkao avatar Nov 09 '22 21:11 cifkao

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

cifkao avatar Nov 09 '22 21:11 cifkao