From e1e0669836b8db1289458336a29513e046173b08 Mon Sep 17 00:00:00 2001 From: John Carrell Date: Tue, 29 Jul 2025 10:53:57 -0500 Subject: [PATCH] Update README.md to install vuetify first Without this change the `npx` command evokes this error: "Cannot find module 'vuetify/package.json'" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f7c722..2346700 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ > Requires Vite, will not work with Webpack ```bash +npm install vuetify npx nuxi@latest module add vuetify-nuxt-module ```