Debugger listening on [::]:5858
module.js:597
return process.dlopen(module, path._makeLong(filename));
^
Error: The specified module could not be found.
\\?\C:\Users\ash\AppData\Local\AzureFunctionsTools\Releases\1.13.2\cli_x64\edge\x86\edge_nativeclr.node\
at Error (native)
at Object.Module._extensions..node (module.js:597:18)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (C:\Users\ashleychen.REDMOND\AppData\Local\AzureFunctionsTools\Releases\1.13.2\cli_x64\edge\edge.js:54:8)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
I'm running service by using AzureFunctions, the ERROR showed that 'The specified module could not be found'. However, when I tried to follow the path, there is existing the file named edge_nativeclr.node. I don't understand why the system could not find it.
type here