You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
Hi. As for temporary solution while this package is not updated with fixed snyk version I've installed on top "snyk": "^1.237.1" as it's semantically supported by plugin and everything is fine now.
node -v
:8.9.3
npm -v
:5.5.1
OS
:Windows 10
When installing @sentry/webpack-plugin I'm suddenly running into the same issue that I see here: getsentry/sentry-react-native#681
Expected behaviour
npm install correctly installs the webpack-plugin package and all dependencies.
Actual behaviour
Attempting to find the bad package directly yields:
'https-proxy-agent-snyk-fork@*' is not in the npm registry
Steps to reproduce
package.json:
"@sentry/webpack-plugin": "^1.9.1"
Run the following command
npm install
The text was updated successfully, but these errors were encountered: