-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[5.1.0-beta] react-native link
gets stuck
#999
Comments
@fungilation thanks for reaching us! Yeah, it seems to be a bug in postlinking scripts, i will be working on fix tomorrow. If you need additional assistance from our side with linking your application with react-native-code-push feel free to ask. |
Thanks for the quick reply! This is an existing installation and CTRL-C after relinking doesn't seem to have broken anything with my app. The broken postlinking scripts may break new installations however. |
@fungilation I just made PR with fix, could you please check it out and let us know does it resolve your issue? |
@ruslan-bikkinin How should I test it, Or not, since I'm not seeing it on master commits either. |
@fungilation you can check out patched version of react-native-code-push directly from my branch: cd /path/to/your/rn-app
rm -rf node_modules/react-native-code-push
npm i ruslan-bikkinin/react-native-code-push#fix-postlink Sorry that I'vent provided this instructions at the beginning. |
Looks like you fixed it:
Exited to cli prompt cleanly |
@fungilation thank you for reply! So fix in the master now and I am closing issue. |
I'm still seeing |
still stuck in this issue ? |
Same issue still occurs for me on v5.3.2 |
Hi guys, Thanks! |
All I'm getting is:
It hangs there |
Unfortunately I can't reproduce this issue. $ react-native init AwesomeProject
$ cd AwesomeProject
$ npm i react-native-code-push --save
$ react-native link react-native-code-push
$ react-native unlink react-native-code-push
$ react-native link react-native-code-push And all works fine. Could you please give me more clues e.g.: rn version, node version, npm version, additional steps. |
same issue here.
--- hangs Update, working now after waiting for around 4mins. |
I had this issue too and resolved it by downgrading to node 9.7.0 from 10.9.0. |
Steps to Reproduce
react-native unlink react-native-code-push
react-native link react-native-code-push
Expected Behavior
Exit cleanly on
link
Actual Behavior
See 3 above
Reproducible Demo
Output copied from terminal, with [STRINGS] replaced:
... then stuck here, not returning to cli. Have to force quit with CTRL-C
Environment
The text was updated successfully, but these errors were encountered: