Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The spec.prepare_command lead an error #55

Closed
Arvin-J opened this issue Oct 19, 2017 · 3 comments
Closed

The spec.prepare_command lead an error #55

Arvin-J opened this issue Oct 19, 2017 · 3 comments

Comments

@Arvin-J
Copy link

Arvin-J commented Oct 19, 2017

When I use reactnative Integration in an with Existing Apps. I get an error .

nstalling DoubleConversion (1.1.5)
[!] /bin/bash -c
set -e
mv src double-conversion

mv: rename src to double-conversion: No such file or directory
@floitschG
Copy link
Contributor

floitschG commented Oct 19, 2017

It looks like the script you are using (for reactnative integration) still uses a layout from a previous version.
You can work around this in 3 ways:

  1. mv the double-conversion directory (the one that contains all the sources: https://github.com/google/double-conversion/tree/master/double-conversion) to src before calling the installation script.
  2. use an older version of the library. (There weren't any significant changes).
  3. change the script to not do the mv.

@temitope
Copy link

temitope commented Mar 3, 2018

@flyingnoob I ran into the same issue. Did you find a fix. @floitsch suggestions did not work for me.

@Arvin-J Arvin-J closed this as completed Jul 12, 2018
@iwasrobbed-ks
Copy link

@temitope See another solution here facebook/react-native#16460

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants