ln -s "$(which node)" /usr/local/bin/node
The command will create a symlink from the current node version you have installed. If there is already a /usr/local/bin/node file, delete that since it might be a broken link.
Also change in Edit Configuration from whatever project version you have to “node” (which will be the link created with the above command)
