I've been trying to debug why is this happening and how can I fix it so that i can work!The problem looks like this:
➜ ~ node[1] 2912 killed node
It happens with yarn
and npm
so i assumed its node
. I cant find any node
mention in /var/log/system.log
.I tried reinstalling node via brew but error persists. I reinstalled yarn as well.What else can I do find out why this is hapening? Where is this being logged to?
BTW: I'm not running out of memory, i have available ram and hard disk space
I opened the "Console" utility app and found this error when i try to start nodejs:
proc 4298: load code signature error 2 for file "node"
Thanks