Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
funkel1989 opened this issue Dec 16, 2023 · 2 comments
Open

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

funkel1989 opened this issue Dec 16, 2023 · 2 comments

Comments

@funkel1989
Copy link

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?

@funkel1989
Copy link
Author

funkel1989 commented Dec 16, 2023

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.

@viandwi24
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants