react-everywhere / re-start

react-native template to target multiple platforms :globe_with_meridians: :iphone: :computer: with single codebase.
https://medium.com/@amoghbanta/write-once-use-everywhere-with-react-native-d6e575efe58e#.nfl50gwfg
MIT License
1.3k stars 85 forks source link

Use rimraf instead of rm in additionalDependencies.js #48

Closed wintercounter closed 6 years ago

wintercounter commented 6 years ago

Step 1: Are you in the right place?

Yes

Step 2: Describe your environment

Step 3: Describe the problem (try to include screenshots):

Steps to reproduce:

  1. Install the application
  2. Run additionalDependencies.js
  3. No such command as rm

Observed Results:

'rm' is not recognized as an internal or external command,
operable program or batch file.

Expected Results:

Shouldn't fail.

Relevant Code/Commands:

Use rimraf instead of relying on rm. I've tried, it works fine.

piranna commented 6 years ago

Can you provide a pull-request?

amoghbanta commented 6 years ago

Thank you for reporting @wintercounter. I'll fix this and other open bugs tomorrow.