From 15401fc1ed062c13200764aa5d20119e158afc6b Mon Sep 17 00:00:00 2001 From: SheetJS Date: Sat, 4 Feb 2023 18:53:30 -0500 Subject: [PATCH] nuxt typecheck --- docz/docs/03-demos/11-static/09-nuxtjs.md | 2 ++ 1 file changed, 2 insertions(+) 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 ```