molsson
molsson
DDeno
Created by michał on 11/12/2024 in #help
Failing to deploy with bcrypt npm package
depending on how sensitive your use case is to performance, you might want to switch to bcryptjs... it will cause much less problems for you
3 replies
DDeno
Created by flx_dl on 11/12/2024 in #help
Problems with modules import
No description
10 replies
DDeno
Created by flx_dl on 11/12/2024 in #help
Problems with modules import
in VSCode there is a setting in the deno plugin called "Cache on save" that does this automatically as you work... not sure if neovim has something similar
10 replies
DDeno
Created by flx_dl on 11/12/2024 in #help
Problems with modules import
you might need to run "deno cache main.ts" to ensure that all https and jsr imports are downloaded into the global deno dir
10 replies