admin管理员组

文章数量:1125098

Why is there no alternative to node package manager (npm) which instead of saving the dependences in a local node_modules, it saves the dependences in a global node_modules folder and in the local node_module folder will just have folder links to dependencies in the global node_modules folder? Does this exist?

pnpm does something similar, but it still installs the dependencies and links to the folders in the local node_modules folder. If pnpm can do it while linking to folders, why wouldn't it be possible for a node package manager to do the same but for folder links to dependencies outside of the project?

Is there any npm alternative that does what I described above?

本文标签: