bekatom/react-redux-firebase-boilerplate

npm build not working on Windows 'rm' not a windows command

Closed this issue · 2 comments

Can someone help with the correct build script for window? Can change rm to rmdir, but not sure what the && equivalent is in windows>

Thanks!

For me just remove rm -rf dist && into package.json work :)

you can use the git terminal and just use the rm command like you are using a linux distribution 😃