diff --git a/docz/docs/03-demos/11-static/09-nuxtjs.md b/docz/docs/03-demos/11-static/09-nuxtjs.md index 4fd6a75..ff01e70 100644 --- a/docz/docs/03-demos/11-static/09-nuxtjs.md +++ b/docz/docs/03-demos/11-static/09-nuxtjs.md @@ -327,6 +327,7 @@ The generated project used Nuxt `v3.0.0`. npx nuxi init -t content sheetjs-nc2 cd sheetjs-nc2 npx yarn install +npx yarn add --dev @types/node ``` 2) Install the SheetJS library and start the server: @@ -411,6 +412,7 @@ Restart the dev server by exiting the process (Control+C) and running: ```bash npx nuxi clean +npx nuxi typecheck npx yarn run dev ```