package

How to delete outdated libraries (packages)

In the folder \pkgs, many packages with previous versions have accumulated. For example, pandas-1.0.3, pandas-0.25.0, pandas- ... ble packages. The pkgs folder already takes up 25 GB. Is there any command to remove all outdated (old) versions of packages?

How do I install the Python module?

Tell me how to install the Python module (library) in Windows? I heard you need to install setup.py I entered both in the i ... command - the result is the same. Apparently, these commands are only for Linux. So how do I install the library in Windows?

ESLint, prettier, and VS Code

After installing the npm packages, install eslint-config-prettier eslint-plugin-prettier prettier lint-staged husky --save-de ... "prettier" ] } In short, the linter does not start.. because I'm crooked) help)..Screen of pacage.json I attached

Java packages, how to properly represent them and understand that they lack a hierarchy

By writing this import java.awt.*; I won't get the contents of this import java.awt.event.*; though it would seem I should, g ... der, and there is a question: apply to subfolders? It seems that there is a hierarchy, but the influence on it is controlled.

how do I get all the classes in the javaapplication7 package?

There is a package javaapplication7, it has 3 simple classes A, B,C, I find it difficult to get them.

What is the package-lock for?json?

Good time of day. I read the documentation for NPM, read the forums, but still do not fully understand the meaning of this fi ... nternal package.json. That is, we do not need an intermediate file. Do I understand everything correctly? Please correct it!