marvinh.
Install package provided from URL as `.tar.gz`
That's something we should support in Deno too. Can you file an issue for that here https://github.com/denoland/deno/issues ?
3 replies
Socket failing to transmit/receive when using 'upgrade' event and socket.write on Expressjs server
Is this something I should create an issue for?Yes, please do https://github.com/denoland/deno/issues
2 replies
Check dependencies version
That looks like a bug. I've filed an issue for that https://github.com/denoland/deno/issues/28631 . It should work the same way as
npm-check-udpates
8 replies
about prod & dev dependencies in deno projects
None of this. The way dependencies work in Deno is that only the ones get used that are referenced from your entry point. So when you do
deno run foo.ts
only the dependencies reachable from foo.ts
will be installed during deployment. Or in other words: Put all your dependencies into the "imports"
section in deno.json
and just make sure that you don't import dev deps in prod code10 replies
Does deno.json have something similar to engine in the package.json
Related GitHub issue https://github.com/denoland/deno/issues/26415
3 replies
Importing local workspace React components into Vite project not working
That sounds like an unexpected behaviour, which I'd classify as a bug. Can you file an issue for that over here https://github.com/denoland/deno/issues ?
3 replies
Problems with Nested deno.json in Deno Workspaces
I currently don't have the bandwidth to look into that.
Is this a known limitation or bug in the Deno VS Code extension or Deno itself?If it's in our issue tracker, then it's known. If it's not in our issue tracker, then it's not known. Best way to get help is to file an issue https://github.com/denoland/deno/issues
13 replies
Workspace-aware path imports
Follow the official guide in our documentation on how to use workspace in Deno https://docs.deno.com/runtime/fundamentals/workspaces/ . This will address your issue
4 replies
Issues with libuv and zeromq support in Deno?
Sounds like a bug in Deno. Can you file an issue for that over here https://github.com/denoland/deno/issues ?
2 replies
Problem with Mongoose + auth
Sounds like a bug in Deno. Can you file an issue for that here https://github.com/denoland/deno/issues ?
15 replies