node:internal/modules/cjs/loader:936
throw err;
^
Error: Cannot find module '../build/Debug/nodegit.node'
Require stack:
- D:\DEV\jnpf\web\mockcat\node_modules_nodegit@0.27.0@nodegit\dist\nodegit.js
- D:\DEV\jnpf\web\mockcat\lib\git.js
- D:\DEV\jnpf\web\mockcat\lib\router.js
- D:\DEV\jnpf\web\mockcat\server.js
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. (D:\DEV\jnpf\web\mockcat\node_modules_nodegit@0.27.0@nodegit\dist\nodegit.js:19:12)
at Module._compile (node:internal/modules/cjs/loader:1103:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'D:\DEV\jnpf\web\mockcat\node_modules\_nodegit@0.27.0@nodegit\dist\nodegit.js',
'D:\DEV\jnpf\web\mockcat\lib\git.js',
'D:\DEV\jnpf\web\mockcat\lib\router.js',
'D:\DEV\jnpf\web\mockcat\server.js'
]
}