casadaa.blogg.se

How to clean up my mac
How to clean up my mac







Go to /usr/local/lib and delete any node and node_modules Go to /var/db/receipts/ and delete any org.nodejs.* sudo rm -rf /usr/local/lib/node /usr/local/lib/node_modules /var/db/receipts/org.nodejs.*.You may need to do the additional instructions as well: sudo rm -rf /usr/local/ done If anyone has an explanation, I'll choose that as the correct answer. How and why this was created instead of in my /usr/local folder, I do not know.ĭeleting these local references fixed the phantom v0.6.1-pre. Ideally, I'd like to uninstall nodejs, npm, and nvm, and just reinstall the entire thing from scratch on my system.Īpparently, there was a /Users/myusername/local folder that contained a include with node and lib with node and node_modules. Now there's folders in my users directory, and the node version STILL isn't up to date, even though NVM says it's using 0.6.19. I've tried uninstalling npm and reinstalling it following these instructions.Īll of this because I was trying to update an older version of node to install the "zipstream" library.

how to clean up my mac

I've tried deleting the "node" directory in my /usr/local/include and the "node" and "node_modules" in my /usr/local/lib.

how to clean up my mac

I tried using BREW to update before NVM, using brew update and brew install node.

how to clean up my mac

So where is this phantom node 0.6.1-pre version and how can I get rid of it? I'm trying to install libraries via NPM so that I can work on a project. NVM says this (after I install a version of node for the first time in one bash terminal): nvm lsīut when I restart bash, this is what I see: nvm ls My version of node is always v0.6.1-pre even after I install brew node and NVM install v0.6.19.









How to clean up my mac