Skip to content

Commit

Permalink
Fix pnpm init instructions (#13)
Browse files Browse the repository at this point in the history
`pnpm init` doesn't take a `.` arg.

```
pnpm init .
 ERR_PNPM_INIT_ARG  init command does not accept any arguments
```
  • Loading branch information
machty authored Jan 15, 2024
1 parent 6df6336 commit 8a3ec4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/guides/first-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ npm init

```sh
# create a new project with pnpm
pnpm init .
pnpm init
```

</TabItem>
Expand Down

0 comments on commit 8a3ec4e

Please sign in to comment.