maniac-tech/react-native-expo-read-sms
Add npm version in engines in package.json
開放
#25 建立於 2023年2月21日
WIPenhancementgood first issue
倉庫指標
- 星標
- (84 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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