-
-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'https-proxy-agent-snyk-fork@*' is not in the npm registry #681
Comments
same for me #682 |
We are working on this |
Should be fixed by now, was a problem with snyk |
@HazAT
and the log file contains
|
Which solved the issue for me. |
OS:
Platform:
SDK:
@sentry/react-native
react-native-sentry
react-native
version: 0.61.2Init Code:
I have following issue:
When I install @sentry/react-native i get the following error:
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/https-proxy-agent-snyk-fork - Not found
npm ERR! 404
npm ERR! 404 'https-proxy-agent-snyk-fork@*' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'proxy-agent'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
Steps to reproduce:
npm install @sentry/react-native@latest --save
Actual result:
Expected result:
The text was updated successfully, but these errors were encountered: