Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use npkill to quickly find and delete node_modules

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article focuses on "how to use npkill to quickly find and delete node_modules", interested friends may wish to take a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn how to use npkill to quickly find and delete node_modules.

Question: how to quickly find and delete node_modules on your computer / server?

Original intention:

When a Node.js project or front-end project uses npm to install dependent modules, always create a new node_modules in the project root directory and install a series of packages in it. Generally speaking, it takes up a lot of space, and as there are more and more projects and more dependent modules, the space will become larger and larger, which will bring some problems at some point. If you have an Aliyun server, the cloud disk is very small, and it is impossible or difficult to add cloud disk, when the disk is tight, if you can quickly understand the size of all node_modules and delete it, it is a good solution to improve efficiency.

Npkill

Npkill is a Node.js package that helps us quickly list every node_modules folder in the system and the amount of space they take up. You can then choose to delete the specific node_modules folder.

Usage

Global installation of npm

$npm-g i npkill

Pnpm global installation:

Pnpm-g i npkill (more recommended) here, I believe you have a better understanding of "how to use npkill to quickly find and delete node_modules". You might as well do it in practice! Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report