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
{{ message }}
This repository was archived by the owner on May 14, 2026. It is now read-only.
A small overview of how I interpret
pnpm.Disclaimer: This is a living document and might be wrong. Please comment on this issue and let's document it together.
Prepare environment
node_modules/.pacquetfolder which is the virtual store path.Add package
For a given package (example fastify) and a version (v1.0.0):
Variables:
$STORE=node_modules/.pacquet$PKG=fastify$VERSION=1.0.0Steps:
$STORE/$PKG@$VERSION/node_modules/$PKG$STORE/fastify@$VERSION/node_modules/$PKG/node_modulesnode_modules/$PKGtoSTORE/$PKG@$VERSION/node_modules/$PKG$PKG:$PKGto dependency name$VERSIONto `dependency versiondependencies