Skip to content

Incorrect use of --save flag in installation instructions for React Native SDK #33

@mensonones

Description

@mensonones

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:

yarn add cloudinary-react-native --save

However, when running this command, I receive the following error:

image

In Yarn, the --save flag is not needed as it automatically saves dependencies to package.json. The correct command should be:

yarn add cloudinary-react-native

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions