Pustur / whatsapp-chat-parser

A package to parse WhatsApp chats with Node.js or in the browser 💬

Home Page:https://whatsapp-chat-parser.netlify.app

Repository from Github https://github.comPustur/whatsapp-chat-parserRepository from Github https://github.comPustur/whatsapp-chat-parser

Build script: "rm -rf" not available in windows

Pustur opened this issue · comments

"build": "rm -rf dist/ && rollup -c",

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.