nathanwhit
nathanwhit
DDeno
Created by taidai on 11/12/2024 in #help
Installing with script from website does not work directly
That's odd, we default to $HOME/.deno as the install location. What's your HOME env var set to? (output of running echo $HOME )
7 replies
DDeno
Created by Myrkvi on 10/29/2024 in #help
Using libraries from JSR in SvelteKit
sveltekit uses vite for bundling, you should be able to use the deno vite plugin https://github.com/denoland/deno-vite-plugin (instructions in readme) to support deno-specific features
9 replies
DDeno
Created by Orion Reed on 10/30/2024 in #help
Using Deno 2 for simple HMR/static site dev server with Vite
A bit hard to tell the issue without some more information about the errors and config, but you may be missing the deno vite plugin: https://github.com/denoland/deno-vite-plugin (the readme has instructions for how to set it up). That allows vite to understand deno specific features (like import maps, deno.json, npm/jsr specifiers)
4 replies
DDeno
Created by huseyincansoylu on 9/6/2024 in #help
deno install not working on latest canary
The fixed canary is now available! If you do deno upgrade canary you should get the new version. Feel free to try it out and let me know if it works for you now
34 replies
DDeno
Created by huseyincansoylu on 9/6/2024 in #help
deno install not working on latest canary
The commit before the bug was introduced is ef1294e4e5beb68676ba64a6c3a44ff0a277e68a, but that's on 1.46.1 so it might be too old if you're already using 2.0 features. The PR to fix the bug will land whenever CI finishes, and then once CI on main is done the canary with the fix will be available. It'll probably be 1-2 hours from now
34 replies