Cant install node js on mac

After node installation on mac, regular installation is finished properly but it cant be found on terminal.

i used this line to define the PATH : export PATH=/usr/local/bin: $PATH and its still cant find node or npm on terminal.

thanks for the help

What is your echo $PATH output? Make sure you use correct syntax like this:

export PATH="/usr/local/mysql/bin:$PATH"