-
-
Notifications
You must be signed in to change notification settings - Fork 235
Closed
Description
I'm trying to install react-native-sentry (or @sentry/cli for that matter). I'm aware this is already discussed in other issues (like getsentry/sentry-react-native#401 ) but since it's closed there I think it's worth reopening, 'cause even if this is a "temporal" problem, it's a problem. Here's my log:
> yarn add react-native-sentry@0.40.2 --verbose
...
lots of output
...
verbose 97.996 Error: /.../node_modules/@sentry/cli: Command failed.
Exit code: 1
Command: node scripts/install.js
Arguments:
Directory: /.../node_modules/@sentry/cli
Output:
Error: Received 403: Forbidden
at ProcessTermError.ExtendableBuiltin (/.../bin/.yarn/cli.js:237:66)
at ProcessTermError.MessageError (/.../bin/.yarn/cli.js:266:123)
at new ProcessTermError (/.../bin/.yarn/cli.js:306:113)
at ChildProcess.<anonymous> (/.../.yarn/cli.js:30317:17)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at maybeClose (internal/child_process.js:925:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
error /.../node_modules/@sentry/cli: Command failed.
Exit code: 1
Command: node scripts/install.js
Arguments:
Activity
tonyo commentedon Dec 10, 2018
@joaomilho Could you provide your versions of Yarn (
yarn --version
), Node (node --version
), and your OS information (e.g.uname -a
on Linux/Mac)?Also, does it work if you just do
yarn add @sentry/cli
?joaomilho commentedon Dec 11, 2018
Mac. Darwin ... 17.7.0 Darwin Kernel Version 17.7.0.
If I go to the folder and run
node scripts/install.js
it actually works.kamilogorek commentedon Mar 5, 2020
Closing the issue as a part of large repository cleanup, due to it being inactive and/or outdated. There's a large chance that this issue has been solved since.
Please do not hesitate to ping me if it is still relevant, and I will happily reopen and work on it.
Cheers!
karna41317 commentedon Jun 9, 2020
I do have same issue
node --version
v12.16.1
kamilogorek commentedon Jun 9, 2020
@karna41317 it looks like you have some connection issues with our CDN that stores the binary.
You may try to point it to a different mirror, eg.
SENTRYCLI_CDNURL=https://github.com/getsentry/sentry-cli/releases/download/ yarn add react-native-sentry@0.40.2
gplcn commentedon Apr 19, 2022
me too
Ramanan-Raguraman commentedon Aug 17, 2022
Facing same issue
Node version v8.11.2
bruno-garcia commentedon Sep 10, 2024
Reopened since this seems to continue to happen:
bruno-garcia commentedon Sep 10, 2024
If you're encountering this problem. Please share with us:
Please create a new ticket. I'll close this back since last report was over 2 years ago.