Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions docs/kb/npm/dyld-library-not-loaded-op-homebrew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "dyld Library not loaded: /opt/homebrew/opt/simdjson/lib/libsimdjson.27.dylib"
---

## What

This error happens when trying to run the `npm` command

```shell
➜ npm
dyld[28403]: Library not loaded: /opt/homebrew/opt/simdjson/lib/libsimdjson.27.dylib
Referenced from: <C969279A-7F56-3A60-95F6-56D90AB2E5A2> /opt/homebrew/Cellar/node/24.9.0_1/bin/node
Reason: tried: '/opt/homebrew/opt/simdjson/lib/libsimdjson.27.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/simdjson/lib/libsimdjson.27.dylib' (no such file), '/opt/homebrew/opt/simdjson/lib/libsimdjson.27.dylib' (no such file), '/opt/homebrew/Cellar/simdjson/4.1.0/lib/libsimdjson.27.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/Cellar/simdjson/4.1.0/lib/libsimdjson.27.dylib' (no such file), '/opt/homebrew/Cellar/simdjson/4.1.0/lib/libsimdjson.27.dylib' (no such file)
zsh: abort npm
```

I am not actually sure what I was doing at the time to encounter this issue

## Solution

```shell
brew upgrade node
```

Seems really simple, but it worked.

## Related reading

* [gh:Homebrew/disc/6449](https://github.com/orgs/Homebrew/discussions/6449)
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
- Cloudflare:
- Cloudflare Zero Forwarded header: kb/cloudflare/cloudflare-zero-forwarded-header.md
- Grocy:
- Set Grocy to use Cloudflare Zero trust usernames: kb/grocy/set-grocy-to-use-cloudflare-username.md
- Set grocy to use pritunl Zero usernames: kb/grocy/set-grocy-to-use-pritunl-username.md
- Intellij:
- Always select open file in project explorer Intellij: kb/intellij/always-select-open-file-in-project-explorer-intellij.md
Expand Down Expand Up @@ -133,6 +134,8 @@
- Remove server headers: kb/nginx/remove-server-headers.md
- nginx.service failed because the control process exited: kb/nginx/nginxservice-failed-because-the-control-process-exited.md
- nginx redirects to the first alphabetical site when not found in config: kb/nginx/nginx-redirects-to-the-first-alphabetical-site-when-not-found-in-config.md
- NPM:
- "dyld Library not loaded: /opt/homebrew/opt/simdjson/lib/libsimdjson.27.dylib": kb/npm/dyld-library-not-loaded-op-homebrew.md
- OpenVPN:
- Install OpenVPN AS: kb/openvpn/install-openvpn-as.md
- Connecting Mikrotik to OpenVPN AS: kb/openvpn/mikrotik-to-openvpn.md
Expand Down Expand Up @@ -249,7 +252,7 @@
- Print secret using gcloud: cloud/gcp/print-secret-gcloud.md
- "Projects, Resources, IAM Users, Roles, Permissions, APIs, and Cloud Shell": cloud/gcp/projects-resources-iam-users-roles-permissions-apis-and-cloud-shell.md
- Re-run startup script on Google Compute Engine: cloud/gcp/re-run-startup-script-google-compute-engine.md
- Remove the lien to allow deletion: cloud/gcp/remove-the-lien-to-allow-deletion.md

Check failure on line 255 in mkdocs.yml

View workflow job for this annotation

GitHub Actions / spell_check

lien ==> line
- "Serverless VPC access for Cloudrun across Projects": cloud/gcp/serverless-vpc-access-for-cloudrun-across-projects.md
- Show BigQuery Table Schema: cloud/gcp/show-bq-table-schema.md
- SSH using IAP: cloud/gcp/ssh-iap.md
Expand Down Expand Up @@ -492,7 +495,7 @@
- navigation.tracking #Anchor links
- navigation.top # back to top of page
- navigation.indexes # Allows index.md pages
#- !ENV [nav, ""]#navigation.expand #Exapnds the navigation in the UI, disabled by default, but enabled in dev

Check failure on line 498 in mkdocs.yml

View workflow job for this annotation

GitHub Actions / spell_check

Exapnds ==> Expands
- content.code.annotate
- content.code.copy
- content.tabs.link
Expand Down