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?
本文标签:
版权声明:本文标题:Node package manager (npm) but saves all dependencies in one global node_module - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736601449a1945227.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论