-
Notifications
You must be signed in to change notification settings - Fork 72
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
Deno support #611
Comments
Do you mean add Deno starter to docs? Nuxt is compatible with Deno. |
Yes I meant that! And also to use deno instead of npm to install dependencies, so to add abother option "deno" alongside bun, nom, yarn and others. |
After some source code delving I found out you can build nuxt using Deno by adding |
Is #526 solving this issue? |
Well when using the Nuxt UI starter with Deno I am getting a 500 server error for now:
Just after running |
Does it help if you add |
Deno seems to work fine in a new project with the latest CLI changes. I checked UI template and installing |
@danielroe can you please reopen? This does not look fixed to me. When creating a new project using So I think this issue should still be opened 😅 |
Probably related (denoland/deno#26700, denoland/deno#23289) |
@danielroe how are you getting that? I don't have any error on my side: |
Are you sure you are using Deno 2.1.4? I think your issue might be already fixed |
quite right, this computer still had v2.0.6 |
transferred to CLI to handle |
Alright! I agree on that but this specific exit code isn't that important to me, the main problem is the rendered page and I have to admit I have no clue on how to debug that. |
@BlueskyFR the css issue is unlikely to be nuxt related - it could be tailwindcss or nuxt/ui related - maybe raise there? |
why not, how can I debug that in your opinion? Since we are not really seeing any error here tbh |
Describe the feature
Hi! It would be super nice to be able to develop with/install Nuxt using Deno, as the only listed options so far are npm, pnpm, yarn & bun 😊
Additional information
Final checks
The text was updated successfully, but these errors were encountered: