-
Notifications
You must be signed in to change notification settings - Fork 7
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
npm update [email protected] requires a peer of continuation-local-storage@~3 but none was installed #2
Comments
Thanks for the bug report! |
I've just pushed v1.2.1 to npm which has an updated request-promise dependency - can you please give that a try @jcsjohnson and see if it resolves the problem? |
Thanks @incarnate. On re-installing I did not get the warning anymore, but I get a new error. I will try a few things to see if I can get it working. |
Thanks for the update! request-promise version 2 no longer requires cls-bluebird, so it may be a caching issue. Please let us know how you go debugging. |
Ya my first thought was clearing cache and I've tried many many other things including rebuilding, but continue to get the same error even with new projects. Someone suggested this may not work with react-native... I don't really have any other ideas at this time. Let me know if you have any suggestions. Thanks. |
eWay have reviewed this post and indicated that the iOS-SDK does not work with react-native. This is eway-rapid-node though. Am I missing something? Shouldn't this work with react-native? Otherwise how to implement eWay using react-native? |
The support team might have been a gotten a bit mixed up if you said you were developing an iOS app. In theory there the Node.js SDK should work, but it hasn't been tested with react-native before (and I don't have a Mac to test with which makes it a bit harder). Two things I can suggest:
|
Ya they definitely seemed a bit confused, but I never told them I was making iOS app. I specifically said using react-native and referred them to this thread. They reviewed this thread and came to their conclusion that it would not work with react-native. Installing cls-bluebird did not resolve it although I'm now getting the original error again. I've given the second option a go, but still no-go... I've switched to using braintree for payment gateway. |
Unable to require eway-rapid into my react-native program and I get the following on installing eway-rapid:
npm update [email protected] requires a peer of continuation-local-storage@~3 but none was installed
This is the simulator screen shot, which is just completely unrelated. eway-rapid is the only module I've installed that has this problem.
The text was updated successfully, but these errors were encountered: