Find where nodejs is installed by:
which nodeIn my case, it's in /usr/local/bin/node
Go to the folder that contains /bin/node
cd /usr/localRemove all node related stuffs
sudo rm -rf bin/node bin/node-waf include/node lib/node lib/pkgconfig/nodejs.pc share/man/man1/node.1
No comments:
Post a Comment