Skip to content

[FEATURE]: darwin-arm64 support #5422

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

Open
thorfi opened this issue Mar 16, 2025 · 1 comment
Open

[FEATURE]: darwin-arm64 support #5422

thorfi opened this issue Mar 16, 2025 · 1 comment

Comments

@thorfi
Copy link

thorfi commented Mar 16, 2025

Package Name

No response

Package Version(s)

No response

Describe the feature you'd like

Need darwin-arm64 support

Is your feature request related to a problem?

yarn add --dev dd-trace
yarn add v1.22.22
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
error https://registry.yarnpkg.com/@datadog/native-appsec/-/native-appsec-8.5.0.tgz: Extracting tar content of undefined failed, the file appears to be corrupt: "ENOENT: no such file or directory, stat '/Users/thorfinn/Library/Caches/Yarn/v6/npm-@datadog-native-appsec-8.5.0-cf4eea74a07085a0dc9f3e98c130736b38cd61c9-integrity/node_modules/@datadog/native-appsec/prebuilds/darwin-arm64/node-napi.node'"
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
Exit 1

Describe alternatives you've considered

No response

Additional context

No response

@kyletaylored
Copy link

I'm on Darwin ARM64 and this seems to work for me starting an empty project. Have you tried deleting node_modules and reinstalling?

➜  dd-temp yarn init --force
...
✨  Done in 11.20s.
➜  dd-temp ls
package.json
➜  dd-temp yarn add --dev dd-trace
yarn add v1.22.22
info No lockfile found.
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
[4/4] 🔨  Building fresh packages...
success Saved lockfile.
success Saved 52 new dependencies.
info Direct dependencies
└─ [email protected]
info All dependencies
├─ @datadog/[email protected]
├─ @datadog/[email protected]
├─ @datadog/[email protected]
├─ @datadog/[email protected]
├─ @datadog/[email protected]
├─ @datadog/[email protected]
├─ @datadog/[email protected]
├─ @isaacs/[email protected]
├─ @opentelemetry/[email protected]
├─ @opentelemetry/[email protected]
├─ @opentelemetry/[email protected]
├─ @protobufjs/[email protected]
├─ @protobufjs/[email protected]
├─ @protobufjs/[email protected]
├─ @protobufjs/[email protected]
├─ @protobufjs/[email protected]
├─ @protobufjs/[email protected]
├─ @protobufjs/[email protected]
├─ @protobufjs/[email protected]
├─ @protobufjs/[email protected]
├─ @types/[email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
└─ [email protected]

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

No branches or pull requests

2 participants