We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1782904 commit 0a3d93dCopy full SHA for 0a3d93d
1 file changed
pages/node/index.template.html
@@ -2412,8 +2412,18 @@ <h2>npm</h2>
2412
<h2>pnpm</h2>
2413
<script type="editor" data-lang="sh">
2414
2415
+ # to include devDependencies
2416
+ pnpm install --frozen-lockfile
2417
+
2418
+ # to exclude devDependencies
2419
+ pnpm install --frozen-lockfile --production
2420
2421
+ # to resolve minimumReleaseAgeExclude pnpm-workspace.yaml
2422
+ # read comment on top of the file
2423
+ urlwizzard.schema://urlwizzard.hostnegotiated/viewer.html?file=%2Fbash%2Fpnpm%2FminimumReleaseAge.ts
2424
2425
# find versions of library
2426
+ NODE_OPTIONS= pnpm view "$@koa/router" name time --json
2427
npm view composite-select versions
2428
npm view composite-select versions --json
2429
0 commit comments