Skip to content

[TEMP SOLUTION] react-native-ping depreciation #149

@haloriyan

Description

@haloriyan

You may have stucked at installation process either when first installation or doing eas build.

The only temporary solution is adding flag --legacy-peer-deps when installing the package.

npm i react-native-thermal-receipt-printer-image-qr --legacy-peer-deps

But it will happened again when you build using EAS.

eas build -p android --local

and you cannot add legacy peer flag into eas build command. What you have to do is setting your npm globally to allow legacy peer deps by

npm config set legacy-peer-deps true

and then set to false again for safte once your build has successfully done.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions