Mac node deletion and reinstallation case study

Mac node deletion and reinstallation case study

Mac node delete and reinstall

delete

node -v

sudo npm uninstall npm -g

sudo rm -rf /usr/local/lib/node /usr/local/lib/node_modules /var/db/receipts/org.nodejs.*

sudo rm -rf /usr/local/include/node /Users/$USER/.npm

sudo rm /usr/local/bin/node

sudo rm /usr/local/share/man/man1/node.1

sudo rm /usr/local/lib/dtrace/node.d

Confirm deletion completed

node -v

npm -v

Re-download the stable version from the official website and install it

This is the end of this article about the detailed case of Mac node deletion and reinstallation. For more relevant content about Mac node deletion and reinstallation, please search for previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope everyone will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • The latest method to update nodejs to the latest version on mac (recommended)
  • Solve the problem of Mac node version upgrade failure
  • Tutorial on installing nodejs, npm and cnpm on Mac
  • Detailed explanation of how to use NVM to manage different node versions in mac
  • How to install nodejs on Mac (detailed steps with pictures and text)

<<:  How to quickly install RabbitMQ in Docker

>>:  Detailed tutorial on installing MySQL database in Linux environment

Recommend

Docker /var/lib/docker/aufs/mnt directory cleaning method

The company's service uses docker, and the di...

Chrome plugin (extension) development guide (complete demo)

Table of contents Written in front Preface What i...

How to configure multiple tomcats with Nginx load balancing under Linux

The methods of installing nginx and multiple tomc...

js to implement verification code interference (static)

This article shares the specific code of js to im...

How to use MySQL covering index and table return

Two major categories of indexes Storage engine us...

Learn the basics of JavaScript DOM operations in one article

DOM Concepts DOM: document object model: The docu...

Summary of the use of element's form elements

There are many form elements. Here is a brief sum...

Implementation of JavaScript downloading linked images and uploading them

Since we are going to upload pictures, the first ...

HTML Tutorial: Collection of commonly used HTML tags (6)

Related articles: Beginners learn some HTML tags ...

50 Beautiful FLASH Website Design Examples

Flash enabled designers and developers to deliver...

How to limit the input box to only input pure numbers in HTML

Limit input box to only pure numbers 1、onkeyup = ...

Using Docker run options to override settings in the Dockerfile

Usually, we first define the Dockerfile file, and...