docs: update Nuxt 3 installation guide for Typescript issue fix (#71)
* docs: update Nuxt 3 installation guide * docs: update Nuxt 3 installation guide
This commit is contained in:
parent
97e9b57eb0
commit
3e9d8063cc
|
|
@ -13,6 +13,13 @@ Start by creating a new Nuxt project using `create-next-app`:
|
|||
npx nuxi@latest init my-app
|
||||
```
|
||||
|
||||
### Install TypeScript
|
||||
|
||||
If you encounter the error `ERROR: Cannot read properties of undefined (reading 'sys') (x4)`, please proceed to install TypeScript as a dependency, as advised in this [issue](https://github.com/nuxt/nuxt/issues/20936)
|
||||
|
||||
```bash
|
||||
npm install -D typescript
|
||||
```
|
||||
### Install TailwindCSS module
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user