Build script: "rm -rf" not available in windows
Pustur opened this issue · comments
whatsapp-chat-parser/package.json
Line 10 in a373ff1
rm -rf
used to remove the dist/
folder before rebuilding the files is not available in windows.
Consider a cross-platform solution (rimraf
?).
rimraf should do. I also did not test it on CMD.
rimraf
works well on my mac and pc. Closing this.