Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
135 views
in Technique[技术] by (71.8m points)

node.js - What does npm removed xx packages and audited xx packages mean?

The message like removed 23 packages and audited 1342 packages in 7.056s is shown every time I run an npm install command is run.

Now even when I run npm install multiple times consecutively, the same message is displayed. I would expect the audited packages to be reduced by 23 the next time this message is displayed and removed packages to show 0.

So I was wondering what exactly is this message supposed to mean, and what meaningful information can I get from it?

question from:https://stackoverflow.com/questions/66068079/what-does-npm-removed-xx-packages-and-audited-xx-packages-mean

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...