asamuzaK / withExEditorHost

Native messaging host for withExEditor
MIT License
33 stars 8 forks source link

v8.0.1 binary package throws #121

Closed asamuzaK closed 8 months ago

asamuzaK commented 8 months ago

v8.0.1 binary package which includes Node.js throws an exception.

C:\Users\XXX\withExEditorHost>index
node:internal/modules/cjs/loader:1147
  throw err;
  ^

Error: Cannot find module './xhr-sync-worker.js'
Require stack:
- C:\Users\XXX\withExEditorHost\index.exe
    at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
    at Function.resolve (node:internal/modules/helpers:187:19)
    at C:\Users\XXX\withExEditorHost\index.exe:892:12145
    at C:\Users\XXX\withExEditorHost\index.exe:1:214
    at C:\Users\XXX\withExEditorHost\index.exe:893:20617
    at C:\Users\XXX\withExEditorHost\index.exe:1:214
    at C:\Users\XXX\withExEditorHost\index.exe:899:73065
    at C:\Users\XXX\withExEditorHost\index.exe:1:214
    at C:\Users\XXX\withExEditorHost\index.exe:899:79984
    at C:\Users\XXX\withExEditorHost\index.exe:1:214 {
  code: 'MODULE_NOT_FOUND',
  requireStack: [ 'C:\\Users\\XXX\\withExEditorHost\\index.exe' ]
}

Node.js v20.11.1
asamuzaK commented 8 months ago

dupe #120