We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
typescript@4
typescript
1 parent 1e882dc commit 8913e9dCopy full SHA for 8913e9d
docs/content/en/guide/setup.md
@@ -15,14 +15,14 @@ Here are the guidelines to install & configure them.
15
<code-block label="Yarn" active>
16
17
```sh
18
-yarn add --dev @nuxt/typescript-build @nuxt/types typescript@4
+yarn add --dev @nuxt/typescript-build @nuxt/types typescript
19
```
20
21
</code-block>
22
<code-block label="NPM">
23
24
25
-npm install --save-dev @nuxt/typescript-build @nuxt/types typescript@4
+npm install --save-dev @nuxt/typescript-build @nuxt/types typescript
26
27
28
0 commit comments