Skip to content

Commit 4b2429b

Browse files
authored
Merge pull request #3208 from SebastianEShelby/source
Update part1a.md for new npm versions
2 parents e0df8b8 + c7c0ce4 commit 4b2429b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content/1/en/part1a.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ The easiest way to get started by far is by using a tool called
1515
Let's create an application called <i>part1</i>, navigate to its directory and install the libraries:
1616

1717
```bash
18+
# npm 6.x
1819
npm create vite@latest part1 --template react
20+
21+
# npm 7+, extra double-dash is needed:
22+
npm create vite@latest part1 -- --template react```
23+
24+
```bash
1925
cd part1
2026
npm install
2127
```

0 commit comments

Comments
 (0)