Skip to content

Commit 0bd1f15

Browse files
committed
Add pnpm
1 parent 14a1965 commit 0bd1f15

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

setup/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This lesson assumes you have a fundamental understanding of working with the UNI
1111

1212
# Required Software
1313

14-
This lesson requires you to install [uv](https://docs.astral.sh/uv/) and [Node.js](https://nodejs.org/en) to get started. While
14+
This lesson requires you to install [uv](https://docs.astral.sh/uv/), [Node.js](https://nodejs.org/en), and [pnpm](https://pnpm.io/) to get started. While
1515
not necessary, it's also recommended that you have an IDE such as [VSCode](https://code.visualstudio.com/) installed for modifying the
1616
files used in this lesson.
1717

@@ -27,16 +27,16 @@ uv 0.8.15 (8473ecba1 2025-09-03)
2727

2828
```command
2929
$ node --version
30-
$ npm --version
30+
$ pnpm --version
3131
```
3232

3333
```output
3434
v24.12.0
35-
11.6.2
35+
9.0.0
3636
```
3737

3838
You may see slightly different versions, but these are generally unlikely to cause issues following the lesson materials.
3939

4040
[Next.js Quickstart](/2026-08-17-OSDX/01-html_css_js/index.html)
4141

42-
{% include links.md %}
42+
{% include links.md %}

0 commit comments

Comments
 (0)