-
Notifications
You must be signed in to change notification settings - Fork 131
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
Comments
Also got this error. On Windows 10. |
Same problem here with windows 10. |
As per @mienaikoe the solution is in #270 add
To settings.gradle |
Should close issues fullstackreact#261 and fullstackreact#270
For anyone still running into issues after trying @groke's suggestion Try removing this from node_modules/react-native-firebase/package.json:
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. |
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 :( |
please go to node_module/the_package_you_are_linking/package.json and remove these lines . "rnpm": { |
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".
The text was updated successfully, but these errors were encountered: