maniac-tech/react-native-expo-read-sms

Add npm version in engines in package.json

Ouverte

#25 ouverte le 21 févr. 2023

 (0 commentaire) (0 réaction) (1 personne assignée)Java (32 forks)auto 404
WIPenhancementgood first issue

Métriques du dépôt

Stars
 (84 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

          The error log shared in the original description mentions that there is a conflict of dependencies.

A simple way to resolve this temporarily is to use the attribute --forceor --legacy-peer-depsalong with npm install The final command will look like: npm install --force/ npm install --legacy-peer-deps

Engineers are expected to install peer dependencies manually, this change was introduced in v3.x, and has been updated in v7.x of npm.

You may use the temporary solution for now, till I raise a PR to start using v7.x and above.

Originally posted by @maniac-tech in https://github.com/maniac-tech/react-native-expo-read-sms/issues/19#issuecomment-1439023747

Guide contributeur