Installing node.js with package installer - dyld:Library not loaded error
That error indicates that you are missing libssl.
I have always installed Node using Homebrew:
brew install node
That error indicates that the lib called libssl is not found.
Try to install node if you haven't done so far (Use Homebrew)
brew install node
or if you have then just update.
brew upgrade node