Home Web Front-end Front-end Q&A How to delete nodejs

How to delete nodejs

Sep 15, 2021 pm 04:56 PM
nodejs

How to delete nodejs: 1. Open the "Control Panel" and click "Uninstall a Program"; 2. In the "Uninstall or Change Program" interface, find and select the "node.js" program, right-click and select "Uninstall"; 3. Restart the computer; 4. Delete all files or directories related to node.

How to delete nodejs

The operating environment of this tutorial: windows7 system, nodejs version 14.15.4, DELL G3 computer.

How to delete nodejs:

1. Uninstall nodejs

Open the "Control Panel" , click "Uninstall a program"

How to delete nodejs

How to delete nodejs

In the "Uninstall or change program" interface, find and select the node.js program, right-click the mouse Select "Uninstall"

How to delete nodejs

2. After the node program is uninstalled, restart the computer

3. Delete the related files or directories of node.js

Look for these folders and delete them (and their contents) if they are still there. Depending on your installed version, UAC settings and CPU architecture, these may or may not be present:

  • C:\Program Files (x86)\Nodejs

  • C:\Program Files\Nodejs

  • C:\Users\{User}\AppData\Roaming\npm (or %appdata%\npm)

  • C:\Users\{User}\AppData\Roaming\npm-cache (or %appdata%\npm-cache)

4. Check your % PATH% environment variable to ensure no references to Nodejs or npm exist.

5. If it is still not uninstalled, please type where node at the command prompt and you will see where it is - delete (it may also be the parent directory).

[Recommended learning: "nodejs tutorial"]

The above is the detailed content of How to delete nodejs. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

The difference between nodejs and tomcat The difference between nodejs and tomcat Apr 21, 2024 am 04:16 AM

The difference between nodejs and tomcat

Is nodejs a backend framework? Is nodejs a backend framework? Apr 21, 2024 am 05:09 AM

Is nodejs a backend framework?

The difference between nodejs and vuejs The difference between nodejs and vuejs Apr 21, 2024 am 04:17 AM

The difference between nodejs and vuejs

What is the difference between npm and npm.cmd files in the nodejs installation directory? What is the difference between npm and npm.cmd files in the nodejs installation directory? Apr 21, 2024 am 05:18 AM

What is the difference between npm and npm.cmd files in the nodejs installation directory?

What are the global variables in nodejs What are the global variables in nodejs Apr 21, 2024 am 04:54 AM

What are the global variables in nodejs

Is nodejs a back-end development language? Is nodejs a back-end development language? Apr 21, 2024 am 05:09 AM

Is nodejs a back-end development language?

Is there a big difference between nodejs and java? Is there a big difference between nodejs and java? Apr 21, 2024 am 06:12 AM

Is there a big difference between nodejs and java?

Which one to choose between nodejs and java? Which one to choose between nodejs and java? Apr 21, 2024 am 04:40 AM

Which one to choose between nodejs and java?

See all articles