RMko
PermissionDenied while using ioredis npm package
When it comes to the code:
I have simple Singleton redis client:
Regarding the error, there is only the i'm executiing line in the Makefile I'm using for my project:
make: *** [Makefile:42: dev-denoapp] Error 1
7 replies
PermissionDenied while using ioredis npm package
@marvinh. Thank you for your suggestion. After trying list all env variables into
--allow-env
, it didn't resolve the issue.
Adding stacktrace maybe can help:
at Object.toObject (ext:runtime/30_os.js:97:16)
at Object.ownKeys (ext:deno_node/_process/process.ts:59:41)
at Function.keys (<anonymous>)
at Object.<anonymous> (file:///deno-dir/npm/registry.npmjs.org/debug/4.3.4/src/node.js:124:30)
at Object.<anonymous> (file:///deno-dir/npm/registry.npmjs.org/debug/4.3.4/src/node.js:265:4)
at Module._compile (node:module:733:34)
at Object.Module._extensions..js (node:module:747:10)
at Module.load (node:module:658:32)
at Function.Module._load (node:module:539:12)
at Module.require (node:module:677:19)
Error 1
7 replies