sevenLee
11/8/2015 - 8:17 AM

- Kill node server manunally - reinstall npm ,Form http://stackoverflow.com/questions/30130692/dyld-lazy-symbol-binding-failed-symbol-not-fo

ps aux | grep node ##Find the process ID (second from the left)


kill -9 PROCESS_ID


killall node ##This may also work

Try deleting your node_modules folder and running npm install again.

rm -rf node_modules/
npm install

That should fix it.

dyld: lazy symbol binding failed: Symbol not found: _node_module_register