You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a node project myproject with D:/myproject/package.json. After running pnpm install, I find the installed dependencies (real files, not links) are inside D:/myproject/node_modules/.pnpm/, and there is also a folder D:/.pnpm-store/. I have 2 questions:
Does the global store in the documentation refer to D:/myproject/node_modules/.pnpm/ or D:/.pnpm-store/ in this case?
Since the dependencies' real files are installed inside the project, another project with the same dependencies will contain another copy of the dependencies' files. Why does it save more disk space than npm?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I'm trying underding how pnpm works.
I have a node project
myproject
withD:/myproject/package.json
. After runningpnpm install
, I find the installed dependencies (real files, not links) are insideD:/myproject/node_modules/.pnpm/
, and there is also a folderD:/.pnpm-store/
. I have 2 questions:D:/myproject/node_modules/.pnpm/
orD:/.pnpm-store/
in this case?Beta Was this translation helpful? Give feedback.
All reactions