Skip to content

Commit 0a3d93d

Browse files
authored
Update pnpm installation commands in index.template.html q
1 parent 1782904 commit 0a3d93d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pages/node/index.template.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2412,8 +2412,18 @@ <h2>npm</h2>
24122412
<h2>pnpm</h2>
24132413
<script type="editor" data-lang="sh">
24142414

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
24152424

24162425
# find versions of library
2426+
NODE_OPTIONS= pnpm view "$@koa/router" name time --json
24172427
npm view composite-select versions
24182428
npm view composite-select versions --json
24192429

0 commit comments

Comments
 (0)