Skip to content
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

Closed
3 tasks
bogdancochioras-clarisoft opened this issue Oct 4, 2019 · 5 comments
Closed
3 tasks

Comments

@bogdancochioras-clarisoft
Copy link

bogdancochioras-clarisoft commented Oct 4, 2019

OS:

  • Windows
  • [X ] MacOS
  • Linux

Platform:

  • [X ] iOS
  • [ X] Android

SDK:

  • [X ] @sentry/react-native
  • react-native-sentry

react-native version: 0.61.2

Init Code:

Sentry.init({
  dsn: 'https://[email protected]/...'
});

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:

  • Error that the library https-proxy-agent-snyk-fork is missing.

Expected result:

  • Success
@matthias-pichler
Copy link

same for me #682

@HazAT
Copy link
Member

HazAT commented Oct 4, 2019

We are working on this
ref: https://github.com/snyk/snyk/issues/796

@HazAT
Copy link
Member

HazAT commented Oct 7, 2019

Should be fixed by now, was a problem with snyk

@HazAT HazAT closed this as completed Oct 7, 2019
@rbjoshi
Copy link

rbjoshi commented Oct 11, 2019

@HazAT
I am getting the below error while installing the https-proxy-agent-snyk-fork

npm ERR! code ENOVERSIONS
npm ERR! No valid versions available for https-proxy-agent-snyk-fork

and the log file contains

2 info using [email protected]
3 info using [email protected]
4 verbose npm-session e3c0274ec2b05b1f
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 http fetch GET 304 http://registry.npmjs.org/https-proxy-agent-snyk-fork 135ms (from cache)
8 silly fetchPackageMetaData error for https-proxy-agent-snyk-fork@latest No valid versions available for https-proxy-agent-snyk-fork
9 timing stage:rollbackFailedOptional Completed in 1ms
10 timing stage:runTopLevelLifecycles Completed in 1605ms
11 verbose type tag
12 verbose stack https-proxy-agent-snyk-fork: No valid versions available for https-proxy-agent-snyk-fork

@Mauricioft
Copy link

Which solved the issue for me.
npm install --global copy
npm install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants