Home > Article > Web Front-end > What to do if Mac node version upgrade fails
This time I will show you how to deal with the failure of Mac node version upgrade. What are the precautions for handling the failure of Mac node version upgrade. The following is a practical case, let's take a look.
Open the terminal and enter the following command--> Enter-->Enter password-->Enter-->End:
sudo rm -rf /usr/local/{bin/{node,npm},lib/node_modules/npm,lib/node,share/man/*/node.*}
One command and it’s all done!
I believe you have mastered the method after reading the case in this article. For more exciting information, please pay attention to other related articles on the php Chinese website!
Recommended reading:
How to use AngularJS to implement tab switching
How to use js to implement mouse click Tab form switching
The above is the detailed content of What to do if Mac node version upgrade fails. For more information, please follow other related articles on the PHP Chinese website!