When I use npm install
base from package.json
file it installs 337 libraries :/
Here is my package file
{
\"name\": \"system_glowna\
You've told it to install a fairly large number of libraries. Each of those libraries has its own dependencies, which are necessary for that library to run. You can't limit or prevent that unless you just don't want to use the library in question.
Note that installing lots of libraries isn't, by itself, a problem.