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
Hi, If i run the lib without webpack, it works, but with webpack i get the following error on debian 11 and on windows i get a similar error:
Error: Could not find module root given file: "/player22/app/app-bin-server/app-bin-server-v20230427220750.js". Do you have a package.json file? at (node_modules/bindings/bindings.js:211:12) at getRoot (node_modules/bindings/bindings.js:82:31) at (node_modules/node-segfault-handler/index.js:1:42) at call (../../webpack/bootstrap:19:31) at (app-src/server/utils/ext-libs/node-segfault-handler/NodeSegfaultHandlerHelper.ts:2:0) at call (../../webpack/bootstrap:19:31) at (app-src/server/utils/system/SystemCleanExit.ts:16:0) at call (../../webpack/bootstrap:19:31) at (app-src/server/utils/system/SystemUtils.ts:6:0) at call (../../webpack/bootstrap:19:31)
Do you have a clue what it means and how to fix it please?
The text was updated successfully, but these errors were encountered:
Hi, If i run the lib without webpack, it works, but with webpack i get the following error on debian 11 and on windows i get a similar error:
Error: Could not find module root given file: "/player22/app/app-bin-server/app-bin-server-v20230427220750.js". Do you have a
package.jsonfile? at (node_modules/bindings/bindings.js:211:12) at getRoot (node_modules/bindings/bindings.js:82:31) at (node_modules/node-segfault-handler/index.js:1:42) at call (../../webpack/bootstrap:19:31) at (app-src/server/utils/ext-libs/node-segfault-handler/NodeSegfaultHandlerHelper.ts:2:0) at call (../../webpack/bootstrap:19:31) at (app-src/server/utils/system/SystemCleanExit.ts:16:0) at call (../../webpack/bootstrap:19:31) at (app-src/server/utils/system/SystemUtils.ts:6:0) at call (../../webpack/bootstrap:19:31)
Do you have a clue what it means and how to fix it please?
The text was updated successfully, but these errors were encountered: