Removing extraneous packages

suggest change

To remove extraneous packages (packages that are installed but not in dependency list) run the following command:

npm prune

To remove all dev packages add --production flag:

npm prune --production

More on it

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents