Sorry for my English I use google translation. I have been using NPM for quite some time, but the problem is the speed and the place that “node_modules” takes. I recently discovered, on YouTube videos, PNPM, which seems to me, at first (without having tested it), a quick tool that avoids downloading the same packages for projects with the same dependencies, which is convenient. I would like your opinion on the reliability of this tool and especially in a production environment. I also have a specific problem, if someone could advise me please: On my production servers, I don’t, can’t put Node.js. Currently, I only copy files like “jquery.min.js” by hand, then modify their inclusion path, which is quite inconvenient. But I would still like to have a package manager like NPM; PNPM; YARN, to manage the packages easily and update them easily, at least for development and then, in one order, be able to have a portable production version. Thank you for reading me, and I hope someone will direct me to my problem. Good evening.