Mac系统安装node后无法运行

Mac OS X 10.13系统,尝试安装Node.js失败;终端显示错误如图

请求解答!

Leon:~ Leon$ node -v
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

Abort trap: 6

去官网下载符合你系统版本的node
https://nodejs.org/en/download/releases/
你的系统可以下载安装node 10.13

请采纳

降低node版本试一试

安装的node版本不对,你的系统是10.13,安装的node是for 10.15的。安装对应系统的node。

你的系统是Mac OS X 10.13
但是你下载的node是Mac OS X 10.15
不匹配
请使用nvm安装
https://github.com/nvm-sh/nvm

你安装的node版本太新,更新系统到10.15,或安装旧版本的node