I was trying to fix SSL issue in npm by following this link receiving error: 'Error: SSL Error: SELF_SIGNED_CERT_IN_CHAIN' while using npm
by running this command
sudo npm install npm -g --ca=""
after that, my npm stopped working and returning below error
-bash: /usr/local/bin/npm: No such file or directory
Kindly advice...