Skip to content

https-proxy-agent-snyk-fork dependency not found in registry #682

@matthias-pichler

Description

@matthias-pichler

OS:

  • Windows
  • MacOS
  • Linux

Platform:

  • iOS
  • Android

SDK:

  • @sentry/react-native
  • react-native-sentry

react-native version: 0.60.6

Init Code:

Sentry.init({
  dsn: Config.SENTRY_DSN,
  environment: Config.SENTRY_ENV,
  beforeSend: e => (process.env.NODE_ENV === 'development' ? null : e),
  maxValueLength: 10000
});

I have following issue:

When running npm i @sentry/react-native I get the following message:

npm i @sentry/react-native                              [d342314]
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.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/matthias/.npm/_logs/2019-10-04T08_30_03_474Z-debug.log

Description goes here ...

This only happens with the newest version 1.0.7

Steps to reproduce:

  • install the newest version of the package (possibly without access to some internal registry)

Actual result:

  • npm can't find a package dependency

Expected result:

  • A normal update to the newest version

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions