Patrick Zeinert
Patrick Zeinert
I just encountered this tonight as well with version 3.22.0-1 ``` error: Uncaught SyntaxError: The requested module '../types/mod.ts' does not provide an export named 'Credentials' import { Credentials, Provider }...
I'm not certain what the issue is, but this seems to be related: https://github.com/nodejs/node/issues/32137 I know Deno handles modules differently than Node, but I'm still pretty new to this approach,...
Worth noting that if I compile and try to run, I get a host of different errors. I think there might be something to the idea that running the script...
For the dynamoDB tutorial on deno.land (https://deno.com/deploy/docs/tutorial-dynamodb#setup-dynamodb), I've swapped out skypack for this library, and managed to get past all the errors mentioned above by doing the following: ``` deno...
You know what, I am certainly not lacking small projects to work on, but this would be immediately useful for me right now. Maybe I'll try to tackle it. If...
Worth noting I went through a lot of debug and troubleshooting steps, but ultimately it took time. Not sure if any of the steps I took were helpful or necessary...
I have had some success with `screen` (linux) when I need to abandon a process via ssh. More specifically, after adding the screen package, type `screen` and run your process....