Nuxt UI starter template fails to boot on stackblitz
More of an FYI. When coming from www.nuxt.new the V3 ui starter fails to boot on stackblitz. Locally it runs fine.
Makes it less convenient to make reproductions for issues.
Reproduction: https://stackblitz.com/edit/github-hitsapfi?file=app%2Fapp.config.ts
Error log below:
Amar Gill
StackBlitz
Nuxt UI v3 starter - StackBlitz
Create a new Nuxt project, module, layer or start from a theme with our collection of starters.
5 Replies
Hi @AGill. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Thank you for reporting this issue with the Nuxt UI starter template. This appears to be related to Tailwind CSS v4 and its native addon loading in the Stackblitz environment.
The error you're encountering is specifically related to the Tailwind CSS Oxide engine (a Rust-based implementation) which is having trouble loading in the Stackblitz environment. This is causing the
nuxt prepare
command to fail during initialization.
Possible solutions:
1. Use an alternative starter template: You could try using one of the other Nuxt starter templates that might not have this specific dependency issue.
2. Manually configure Nuxt UI: Instead of using the starter template, you could create a basic Nuxt project and then add Nuxt UI manually following the installation guide from the Nuxt UI documentation.
3. Try a different environment: This appears to be specific to the Stackblitz environment's restrictions on loading native addons. You might have better luck with a local development environment or another online IDE.
For manual installation:
If you decide to set up Nuxt UI manually, here are the steps:
1. Install the package:
2. Add the module to your nuxt.config.ts
:
3. Import Tailwind CSS and Nuxt UI in your CSS:
4. Add the CSS to your Nuxt config:
5. Wrap your app with the App component:
This issue appears to be related to the environment constraints rather than a problem with the Nuxt UI package itself. If you continue to experience issues, you might want to consider creating a local project using the CLI:
I hope this helps! Let me know if you need any further assistance.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------<@508382519146709018> Kapa.ai is still learning and improving, please let me know how I did by reacting below.
Thanks @kapa.ai looks like Code Sandbox environment does boot so I can use that. Good robot.
Let me check the knowledge base for you again. One moment! :books:
----------------------
I'm glad to hear that CodeSandbox is working better for you! That's a good alternative environment for Nuxt UI development.
CodeSandbox is indeed one of the recommended online environments for trying out Nuxt, as mentioned in the Nuxt documentation. It's designed to handle the dependencies and build processes that Nuxt requires, including the Tailwind CSS integration that Nuxt UI depends on.
If you're looking to continue with Nuxt UI development, you can also check out the specific Nuxt UI playground on CodeSandbox that's mentioned in the installation documentation.
Happy coding with Nuxt UI!
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
<@508382519146709018> Kapa.ai is still learning and improving, please let me know how I did by reacting below.