Skip to content

Error SPAWN unknown when linking #261

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

Open
DavidKuennen opened this issue Jan 24, 2017 · 6 comments
Open

Error SPAWN unknown when linking #261

DavidKuennen opened this issue Jan 24, 2017 · 6 comments

Comments

@DavidKuennen
Copy link

Getting the error "It seems something went wrong while linking. Error: spawn UNKNOWN" when I try to link on Windows 7 using the command "react-native link react-native-firestack".

@mienaikoe
Copy link

Also got this error. On Windows 10.

@remiroyc
Copy link

Same problem here with windows 10.

@groke
Copy link

groke commented Mar 1, 2017

As per @mienaikoe the solution is in #270

add

include ':react-native-firestack'
project(':react-native-firestack').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-firestack/android')

To settings.gradle

groke added a commit to groke/react-native-firestack that referenced this issue Mar 1, 2017
@andreasnilssondev
Copy link

andreasnilssondev commented Mar 4, 2017

For anyone still running into issues after trying @groke's suggestion

Try removing this from node_modules/react-native-firebase/package.json:

    "commands": {
      "prelink": "node_modules/react-native-firestack/bin/prepare.sh",
      "postlink": "node_modules/react-native-firestack/bin/cocoapods.sh"
    },

as suggested here (different package but perhaps same issue?): auth0/react-native-lock#86 (comment)

I guess it works if you just want to get it running, but note that you might need to add it again to make it work in ios as mentioned further down in that issue.

@bramvbilsen
Copy link

bramvbilsen commented Mar 14, 2017

Still getting this problem after adding the lines to my settings.gradle. Has anyone been able to fix this yet? I'm getting a bunch of errors when I try to do it the manual way as well :(

@rahulbhankar786
Copy link

please go to node_module/the_package_you_are_linking/package.json

and remove these lines .
it will work like a cakewalk.

"rnpm": {
"commands": {
"postlink": "node_modules/react-native-background-fetch/scripts/postlink.js",
"postunlink": "node_modules/react-native-background-fetch/scripts/postunlink.js"
}
},

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

7 participants