I installed NodeJS from pkg file on my Mac. Now I need to uninstall it. Tell me please how to do it.
I tried to remove files from this list:
lsbom -f -l -s -pf /var/db/receipts/org.nodejs.pkg.bom
But node is still on my computer.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I ran:
Coded into gist 2697848
Update
It seems the receipts
.bomfile name may have changed so you may need to replaceorg.nodejs.pkg.bomwithorg.nodejs.node.pkg.bomin the above. The gist has been updated accordingly.