viandwi24 / nuxt3-awesome-starter

a Nuxt 3 template and boilerplate with a lot of useful features. Nuxt 3 + Tailwindcss + Nuxt Layer

Home Page:https://nuxt3-awesome-starter.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yarn add @nuxt-awesome/theme causes error in my project

funkel1989 opened this issue · comments

yarn add @nuxt-awesome/theme
yarn add v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
warning vscode-languageclient@7.0.0: The engine "vscode" appears to be invalid.
[3/4] Linking dependencies...
warning "@pinia/nuxt > pinia@2.1.7" has unmet peer dependency "vue@^2.6.14 || ^3.3.0".
warning "@pinia/nuxt > pinia > vue-demi@0.14.6" has unmet peer dependency "vue@^3.0.0-0 || ^2.6.0".
warning "@nuxtjs/eslint-module > eslint-webpack-plugin@4.0.1" has unmet peer dependency "webpack@^5.0.0".
warning "@nuxtjs/eslint-module > vite-plugin-eslint@1.8.1" has unmet peer dependency "vite@>=2".
warning "nuxt > @nuxt/devtools@1.0.6" has unmet peer dependency "vite@*".
warning "nuxt > @nuxt/devtools > @nuxt/devtools-kit@1.0.6" has unmet peer dependency "vite@*".
warning "nuxt > @nuxt/devtools > vite-plugin-inspect@0.8.1" has unmet peer dependency "vite@^3.1.0 || ^4.0.0 || ^5.0.0-0".
warning "nuxt > @nuxt/devtools > vite-plugin-vue-inspector@4.0.2" has unmet peer dependency "vite@^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0".
warning " > sass-loader@13.3.2" has unmet peer dependency "webpack@^5.0.0".
warning "@nuxt-awesome/theme > unplugin-vue-components@0.25.2" has unmet peer dependency "vue@2 || 3".
warning "@nuxt-awesome/theme > nuxt-headlessui > @headlessui/vue@1.7.16" has unmet peer dependency "vue@^3.2.0".
warning "@nuxt-awesome/theme > nuxt-icon > @iconify/vue@4.1.1" has unmet peer dependency "vue@>=3".
warning "@nuxt-awesome/theme > @nuxt/content > @vueuse/head@2.0.0" has unmet peer dependency "vue@>=2.7 || >=3".
[4/4] Building fresh packages...
error C:\git\battleline\TimeMaster-Game\node_modules\@nuxt-awesome\theme: Command failed.
Exit code: 1
Command: nuxt prepare ./app
Arguments:
Directory: C:\git\battleline\TimeMaster-Game\node_modules\@nuxt-awesome\theme
Output:
'nuxt' is not recognized as an internal or external command,
operable program or batch file.

How do i get past this without just cloning the repo?

i ended up doing "yarn add @nuxt-awesome/theme --ignore-scripts" which allowed me to successfully install the script but this should be an issue you address to avoid confusion in the community. It still causes issue when running a yarn install.

i didnt test with yarn, in readme also i write im only test with pnpm and bun