-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Support Nitro (unjs) #20339
Comments
The problem here appears to be that |
@littledivy suggests that this file is |
Another nitro ticket is the issue of uWebSockets.js
|
If i run without DENO_FUTURE=1 i get: ➜ deno run -A npm:nitropack dev
error: npm package 'uWebSockets.js' does not exist. But with DENO_FUTURE=1 deno task dev things are working (🎉 ): ➜ DENO_FUTURE=1 deno task dev
Task dev nitro dev
➜ Local: http://localhost:3000/
➜ Network: use --host to expose
✔ Nitro Server built in 434 ms It's just like: |
Nitro - Website - GitHub
Nitro is used as a server of Nuxt, Analog, SolidStart etc.
Repro:
The text was updated successfully, but these errors were encountered: