Skip to content

Commit b521294

Browse files
authored
[Closes #654] Page on npm issue (#665)
* [Closes #654] Page on npm issue * Missing link to docs
1 parent ca70d9c commit b521294

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: "dyld Library not loaded: /opt/homebrew/opt/simdjson/lib/libsimdjson.27.dylib"
3+
---
4+
5+
## What
6+
7+
This error happens when trying to run the `npm` command
8+
9+
```shell
10+
➜ npm
11+
dyld[28403]: Library not loaded: /opt/homebrew/opt/simdjson/lib/libsimdjson.27.dylib
12+
Referenced from: <C969279A-7F56-3A60-95F6-56D90AB2E5A2> /opt/homebrew/Cellar/node/24.9.0_1/bin/node
13+
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)
14+
zsh: abort npm
15+
```
16+
17+
I am not actually sure what I was doing at the time to encounter this issue
18+
19+
## Solution
20+
21+
```shell
22+
brew upgrade node
23+
```
24+
25+
Seems really simple, but it worked.
26+
27+
## Related reading
28+
29+
* [gh:Homebrew/disc/6449](https://github.com/orgs/Homebrew/discussions/6449)

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ nav:
5959
- Cloudflare:
6060
- Cloudflare Zero Forwarded header: kb/cloudflare/cloudflare-zero-forwarded-header.md
6161
- Grocy:
62+
- Set Grocy to use Cloudflare Zero trust usernames: kb/grocy/set-grocy-to-use-cloudflare-username.md
6263
- Set grocy to use pritunl Zero usernames: kb/grocy/set-grocy-to-use-pritunl-username.md
6364
- Intellij:
6465
- Always select open file in project explorer Intellij: kb/intellij/always-select-open-file-in-project-explorer-intellij.md
@@ -133,6 +134,8 @@ nav:
133134
- Remove server headers: kb/nginx/remove-server-headers.md
134135
- nginx.service failed because the control process exited: kb/nginx/nginxservice-failed-because-the-control-process-exited.md
135136
- 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
137+
- NPM:
138+
- "dyld Library not loaded: /opt/homebrew/opt/simdjson/lib/libsimdjson.27.dylib": kb/npm/dyld-library-not-loaded-op-homebrew.md
136139
- OpenVPN:
137140
- Install OpenVPN AS: kb/openvpn/install-openvpn-as.md
138141
- Connecting Mikrotik to OpenVPN AS: kb/openvpn/mikrotik-to-openvpn.md

0 commit comments

Comments
 (0)