You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a bundle file and form esbuild - after that i create executable( a binary ) of node application.
after running the application getting the below error
ERROR [12:01:28 PM GMT+0530 +0530]: Message - No such built-in module: ./resvgjs.win32-x64-msvc-Z3LFNTDC.node
err: {
"type": "Error",
"message": "No such built-in module: ./resvgjs.win32-x64-msvc-Z3LFNTDC.node",
"stack":
Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: ./resvgjs.win32-x64-msvc-Z3LFNTDC.node
at new NodeError (node: internal/errors:405:5)
at embedder Require (node:internal/util/embedding:43:11)
at node_modules/@resvg/resvg-js/js-binding.js (d:\CATV5\CATExport\CatExport.exe:1355887:109)
at __require (d:\CATv5\CATExport\CatExport.exe:11:50)
at node_modules/@resvg/resvg-js/index.js (d:\CATV5\CATExport\CatExport.exe:1356011:73)
at _require (d:\CATv5\CATExport\CatExport.exe:11:50)
at viewer-server/base/ExportBase/ExcelExport.js (d: \CATV5\CATExport\CatExport.exe: 1356036:31)
at __init (d:\CATV5\CATExport\CatExport.exe:8:57)
at viewer-server/base/ExportBase/ExportBase.js (d:\CATV5\CATExport\CatExport.exe:1358806:5)
at _init (d:\CATv5\CATExport\CatExport.exe:8:57)
at viewer-server/base/BaseController.js (d: \CATV5\CATExport\CatExport.exe:1358880:5)
at __init (d: \CATV5\CATExport\CatExport.exe:8:57)
at viewer-server/routes/index.js (d:\CATV5\CATExport\CatExport.exe:1518454:5)
at __init (d: \CATV5\CATExport\CatExport.exe:8:57)
at viewer-server/start.js (d: \CATV5\CATExport\CatExport.exe:1521259:5)
at __init (d:\CATV5\CATExport\CatExport.exe:8:57)
"code": "ERR_UNKNOWN_BUILTIN_MODULE"
}
The text was updated successfully, but these errors were encountered:
I have created a bundle file and form esbuild - after that i create executable( a binary ) of node application.
after running the application getting the below error
ERROR [12:01:28 PM GMT+0530 +0530]: Message - No such built-in module: ./resvgjs.win32-x64-msvc-Z3LFNTDC.node
err: {
"type": "Error",
"message": "No such built-in module: ./resvgjs.win32-x64-msvc-Z3LFNTDC.node",
"stack":
Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: ./resvgjs.win32-x64-msvc-Z3LFNTDC.node
at new NodeError (node: internal/errors:405:5)
at embedder Require (node:internal/util/embedding:43:11)
at node_modules/@resvg/resvg-js/js-binding.js (d:\CATV5\CATExport\CatExport.exe:1355887:109)
at __require (d:\CATv5\CATExport\CatExport.exe:11:50)
at node_modules/@resvg/resvg-js/index.js (d:\CATV5\CATExport\CatExport.exe:1356011:73)
at _require (d:\CATv5\CATExport\CatExport.exe:11:50)
at viewer-server/base/ExportBase/ExcelExport.js (d: \CATV5\CATExport\CatExport.exe: 1356036:31)
at __init (d:\CATV5\CATExport\CatExport.exe:8:57)
at viewer-server/base/ExportBase/ExportBase.js (d:\CATV5\CATExport\CatExport.exe:1358806:5)
at _init (d:\CATv5\CATExport\CatExport.exe:8:57)
at viewer-server/base/BaseController.js (d: \CATV5\CATExport\CatExport.exe:1358880:5)
at __init (d: \CATV5\CATExport\CatExport.exe:8:57)
at viewer-server/routes/index.js (d:\CATV5\CATExport\CatExport.exe:1518454:5)
at __init (d: \CATV5\CATExport\CatExport.exe:8:57)
at viewer-server/start.js (d: \CATV5\CATExport\CatExport.exe:1521259:5)
at __init (d:\CATV5\CATExport\CatExport.exe:8:57)
"code": "ERR_UNKNOWN_BUILTIN_MODULE"
}
The text was updated successfully, but these errors were encountered: