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’