Closed santimuller closed 1 year ago
I'm getting the same issue running yarn add @giphy/react-native-sdk
[1/4] 🔍 Resolving packages...
error An unexpected error occurred: "https://registry.npmjs.org/@giphy%2freact-native-sdk: Not found".
But I also did cleanup my local cache, and was running into similar issues with other packages, both on yarnpkg.com and npmjs.org.
npm install
:
404 Not Found - GET https://registry.npmjs.org/@react-native-clipboard%2fclipboard - Not found
yarn install
:
error An unexpected error occurred: "https://registry.yarnpkg.com/@react-native-clipboard/clipboard/-/clipboard-1.11.2.tgz: Request failed \"404 Not Found\"".
Seems to be an issue with the registries, rather than this package specifically.
I think yarn registry is down
@santimuller Seems to be working again now, I guess you can close this.
resolved!
🐛 Bug Report
To Reproduce
https://registry.yarnpkg.com/@giphy/react-native-sdk
Expected behavior
yarn install fails when try to download dependency
You could reproduce if enter at the following url: https://registry.yarnpkg.com/@giphy/react-native-sdk/-/react-native-sdk-1.7.0.tgz or: https://registry.yarnpkg.com/@giphy/react-native-sdk
if you try with another dependency it works! https://registry.yarnpkg.com/react-native
Reproducible Demo