简体   繁体   中英

Lazy symbol binding failed when running a javascript file for the first time on macbook

Ive installed vs code, node js and code runner on my mac but when i tried running a javascript file for the first time I received this error Dyld: Lazy symbol binding failed:symbol not found:__chkstk_darwin

I tried console.log('hello world'). The expected output should be 'hello world'

I installed node version 16 and it worked just fine. Thanks

If your Mac version is below 10.14 you should install node 16 or below. The latest version 18 of Node is build for Mac OS X 10.15. might be relevant issue here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM