-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
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
Labels
No labels