-
Notifications
You must be signed in to change notification settings - Fork 8
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
Incorrect use of --save flag in installation instructions for React Native SDK #33
Comments
Hi @mensonones Thanks for raising the issue. However, I am unable to reproduce the issue. Can you please let us know which version of yarn are you using? Thanks, |
yarn --version |
Thanks @mensonones I have raised this to our internal team to check if they can reproduce. Will keep you posted. Thanks, |
Hi @mensonones, |
Thanks! I opened a PR with the fix ;) |
Actually I raised the PR. Could you please review and merge it when you get a chance ? |
@mensonones thank you for the contribution, we will review your PR |
I encountered an issue while following the installation instructions for the cloudinary-react-native SDK. The documentation suggests using the following command to install the SDK:
However, when running this command, I receive the following error:
In Yarn, the --save flag is not needed as it automatically saves dependencies to package.json. The correct command should be:
Please update the documentation to reflect this, as it can cause confusion for users following the installation steps.
Thank you!
yarn --version
3.6.4
The text was updated successfully, but these errors were encountered: