Home > Web Front-end > JS Tutorial > body text

How to delete nodejs module

青灯夜游
Release: 2021-11-11 17:33:35
Original
3223 people have browsed it

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
Copy after login

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!

Related labels:
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!