-
Notifications
You must be signed in to change notification settings - Fork 4
Description
PS C:\Users\yyz\Documents\hap\tree-table> mdye auth
C:\Program Files\nvm\v22.15.0\node_modules\mdye-cli\src\utils\core.js:100
const decipher = crypto.createDecipher("aes-256-cbc", secretKey);
^
TypeError: crypto.createDecipher is not a function
at decrypt (C:\Program Files\nvm\v22.15.0\node_modules\mdye-cli\src\utils\core.js:100:27)
at loadGlobalEnv (C:\Program Files\nvm\v22.15.0\node_modules\mdye-cli\src\utils\core.js:161:23)
at Object. (C:\Program Files\nvm\v22.15.0\node_modules\mdye-cli\cli.js:19:1)
at Module._compile (node:internal/modules/cjs/loader:1730:14)
at Object..js (node:internal/modules/cjs/loader:1895:10)
at Module.load (node:internal/modules/cjs/loader:1465:32)
at Function._load (node:internal/modules/cjs/loader:1282:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:235:24)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:170:5)
Node.js v22.15.0