Skip to content
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

Symbol not found: ____chkstk_darwin #747

Closed
Ulrik54 opened this issue Dec 2, 2022 · 2 comments
Closed

Symbol not found: ____chkstk_darwin #747

Ulrik54 opened this issue Dec 2, 2022 · 2 comments

Comments

@Ulrik54
Copy link

Ulrik54 commented Dec 2, 2022

Upon attempting to install sudo n lts, and upon executing any node or npm command, the following message appears:

dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
  Referenced from: /usr/local/bin/node
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: ____chkstk_darwin
  Referenced from: /usr/local/bin/node
  Expected in: /usr/lib/libSystem.B.dylib

Trace/BPT trap: 5

How can I fix this? Searching the internet for an answer has only returned similar problems for other projects, with solutions being specific to those projects.

n v9.0.1
/usr/local/bin/node
OSX 10.11.15

@shadowspawn
Copy link
Collaborator

Try installing node 12. I think your macOS version is too old to run Node.js 18.

Node.js 14 raised oldest supported version of macOS from 10.10 to 10.13:

@shadowspawn
Copy link
Collaborator

An answer was provided, and no further activity in a month. Closing this as resolved.

Feel free to open a new issue if it comes up again, with new information and renewed interest.

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

No branches or pull requests

2 participants