MinaSamir11 / react-native-in-app-review

The Google Play In-App Review API, App store rating API lets you prompt users to submit Play Store or App store ratings and reviews without the inconvenience of leaving your app or game.
MIT License
665 stars 62 forks source link

Integrity check failed for "compression" (yarn) #66

Closed mrusmanali closed 3 years ago

mrusmanali commented 3 years ago

trying to install the package by runing command

yarn add react-native-in-app-review

but getting following error

error https://registry.yarnpkg.com/compression/-/compression-1.7.3.tgz: Integrity check failed for "compression" (computed integrity doesn't match our records, got "sha512-HSjyBG5N1Nnz7tF2+O7A9XUhyjru71/fwgNb7oIsEVHR0WShfs2tIS/EySLgiTe98aOK18YDlMXpzjCXY/n9mg== sha1-J+DhdqryYPfywoE8PkQK258Zk9s=")
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
usman.a@192 barakat-apps % https://yarnpkg.com/en/docs/cli/add 
zsh: no such file or directory: https://yarnpkg.com/en/docs/cli/add

Please help

MinaSamir11 commented 3 years ago

Do a yarn cache clean Delete node_modules/ Remove yarn.lock Do yarn

If an error exists: try to restart your environment it some times happened with me 😃