Jess182
Deno compiled bin not create file
Hi, I have a script that create file with Deno.writeFileSync() on current location
When run script with deno, the file is created
I compiled script with all permissions to target macOS ARM
When I run bin, image isn't saved & no errors
Do you know what its happen?
2 replies
Clear cache modules
Hello guys, I would like to know how can I remove unnecessary modules from cache?
I've run
-
-
And after that I´m keep seeing in cache folder npm modules that I don't import/use anymore on my script (I don't use deno.lock on my project)
deno cache --reload=npm: main.ts
-
deno cache --reload main.ts
And after that I´m keep seeing in cache folder npm modules that I don't import/use anymore on my script (I don't use deno.lock on my project)
1 replies
Problem with Mongoose + auth
Hi i followed the mongoose example provided by denoland, but if my local database has authentication, mongoose not connect (it freeze on
connect
statemment)
example: https://github.com/denoland/examples/tree/main/with-mongoose
Note: same URI works with node + mongoose8 replies