Home  >  Article  >  Web Front-end  >  How to delete nodejs module

How to delete nodejs module

青灯夜游
青灯夜游Original
2021-11-11 17:33:353211browse

Nodejs method to delete a module: 1. Open the command line window and use the cd command to enter the specified project directory; 2. Execute the "npm uninstall module name" command to delete the specified module.

How to delete nodejs module

The operating environment of this tutorial: windows7 system, nodejs version 12.19.0, Dell G3 computer.

Delete nodejs module

Command to be executed: npm uninstall module name

Example: Delete express

How to delete nodejs module

How to delete nodejs module

npm uninstall express

How to delete nodejs module

How to delete nodejs module

[Recommended learning: "nodejs tutorial"]

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

Statement:
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