-
-
Notifications
You must be signed in to change notification settings - Fork 226
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
MacOS @sentry/cli@1.31.1 install failed #307
Comments
Same here. Mac OS 10.13.4 |
We worked around it by force installing 1.31.0.
the second install is what pulls down react-native-sentry for us. |
The guess is that an update to LLVM triggered a bug in older xcode versions that we used to build this so we support down to macos 10.10: rustwasm/wasm-bindgen#186 (comment) It was not caught because the build is only verified on macos 10.10. We're going to push out a build targeting newer macos versions now as this seems to be the most sensible fix. |
Just want to follow up that it is working again after the update. |
It is all about credentials. Start npm install from cmd started as admin/root |
If you have Docker, then you can try this in the project folder: docker run -v "$(pwd):/tmp" --rm node:14.2.0-stretch npm i @sentry/cli --prefix ./tmp |
Why root is required? I'm not installing package globally. Got similar problem with
It looks like some |
Hi all, this issue seems pretty popular but haven't got this until now with the latest release of CLI
The error shown in npm log:
Tried on Node 8, 10 with NPM 5.6.0
Would appreciate if I can get this out of the way or if there's workaround.
The text was updated successfully, but these errors were encountered: