Automattic / Automattic/node-canvas
Error installing Node to my Macbook OS 10.13.6 "dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin"
- Dominant language
- JavaScript
- Stars
- 10.7k
- Forks
- 1.2k
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 1
Description
Hi everyone, I´m learning JavaScript and I have this lesson where I have to download and install node. Already did it but when I type "node" in my terminal to check if it was correctly installed, this error message appears
"dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
Referenced from: /usr/local/bin/node (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: ____chkstk_darwin
Referenced from: /usr/local/bin/node (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libSystem.B.dylib"
I´ve found that some people have the same problem because of the Mac version (10.13.6) but haven´t found any concrete answer so far.
I also tried installing homebrew so then I can install node from it but it showed an error also.
Any help would be appreciated.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.