-
Notifications
You must be signed in to change notification settings - Fork 127
Downloaded template does not run #68
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
Comments
Would you mind trying with latest version? |
@benjamincanac I just tried to run the project from today, and noticed similar errors:
|
Do you encounter same errors using the CLI? |
Yes, with using the CLI. Full output below: ➜ contract-work npx nuxi init -t github:nuxt-ui-pro/dashboard
j$$' .4$: ℹ Welcome to Nuxt! nuxi 12:50:27 p.m. ✔ Where would you like to create your project? ✔ Which package manager would you like to use? $ nuxt prepare
1006 packages installed [7.08s] Blocked 2 postinstalls. Run ✔ Initialize git repository? ✔ Would you like to install any of the official modules? dependencies:
devDependencies:
╭ Warning ───────────────────────────────────────────────────────────────────────────────────────────╮ Done in 8.5s using pnpm v10.6.2 dependencies:
Done in 1s using pnpm v10.6.2 [@nuxt/content 12:51:00 p.m.] WARN No content configuration found, falling back to default collection. In order to have full control over your collections, create the config file in project root. See: https://content.nuxt.com/docs/getting-started/installation ℹ Nuxt Icon server bundle mode is set to local 12:51:01 p.m. ERROR Could not compile template ui-pro/prose/a.ts. nuxt 12:51:01 p.m. ERROR Cannot read properties of undefined (reading 'theme') nuxt 12:51:01 p.m.
--- Here are a ton of errors, I removed them, they are all related to missing ✔ Types generated in dashboard/.nuxt nuxi 12:51:01 p.m. |
I noticed there is a different output when using |
I also had challenges with:
It would be great if the docs could menion that you don't need nuxt fonts, icons, or ui. But I had to run It would also be cool if nuxi cli had a nuxt pro option , and the ability to choose from one of the nuxt pro templates, and not have the option to install modules that break the system. Have nuxt ui pro in Nuxi would make it easier to try out the Nuxt pro templates and hopefully lead to more people upgrading! |
I confirm that selecting nuxt-fonts, nuxt-icons and nuxt-ui lead me to issue running the project from a simple fresh install. Thanks @mrwwalmsley |
I've downloaded the
.zip
file from this repository, installed dependencies and tried to run the project,but the same error appears each time:
----
|ERROR| [nitro] [unhandledRejection] Cannot read properties of undefined (reading 'wrapper')
----
more details here:
I've used pnpm, and npm both on fresh, unziped directories.
Logs prior to error:
The text was updated successfully, but these errors were encountered: