Skip to content

Commit a051acf

Browse files
dreyfus92tauri-bot
authored andcommitted
[ci] format
1 parent d4456d9 commit a051acf

File tree

1 file changed

+5
-6
lines changed
  • src/content/docs/guides/prerequisites

1 file changed

+5
-6
lines changed

src/content/docs/guides/prerequisites/index.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,20 +194,20 @@ Be sure to restart your Terminal (and in some cases your system) for the changes
194194

195195
Next: [Configure for Mobile Targets](#configure-for-mobile-targets) if you'd like to build for Android and iOS, or, if you'd like to use a JavaScript framework, [install Node](#nodejs). Otherwise [Create a Project](/guides/create/).
196196

197-
## Node.js
197+
## Node.js
198198

199199
:::note[JavaScript ecosystem]
200-
Only if you intend to use a JavaScript frontend framework
200+
Only if you intend to use a JavaScript frontend framework
201201
:::
202202

203-
1. Go to [Node.js website](https://nodejs.org), download the Long Term Support (LTS) version and install it.
203+
1. Go to [Node.js website](https://nodejs.org), download the Long Term Support (LTS) version and install it.
204204

205205
2. Check if Node was succesfully installed by running:
206206

207207
```sh
208-
node -v
208+
node -v
209209
# v20.10.0
210-
npm -v
210+
npm -v
211211
# 10.2.3
212212
```
213213

@@ -217,7 +217,6 @@ While npm is the default package manager for Node.js, you can also use others li
217217

218218
Next: [Configure for Mobile Targets](#configure-for-mobile-targets) or [Create a project](/guides/create/).
219219

220-
221220
## Configure for Mobile Targets
222221

223222
If you'd like to target your app for Android or iOS then there are a few additional dependencies that you need to install:

0 commit comments

Comments
 (0)