extension-update-testing-tool icon indicating copy to clipboard operation
extension-update-testing-tool copied to clipboard

WSL Support

Open JustTheCoolest opened this issue 4 months ago • 0 comments

root@DESKTOP-JG3EPBN:~/Apps/extension-update-testing-tool# npm start

> [email protected] start
> node server/index.js

'\\wsl.localhost\UbuntuGeneral\root\Apps\extension-update-testing-tool'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported.  Defaulting to Windows directory.
node:internal/modules/cjs/loader:1404
  throw err;
  ^

Error: Cannot find module 'C:\Windows\server\index.js'
    at Function._resolveFilename (node:internal/modules/cjs/loader:1401:15)
    at defaultResolveImpl (node:internal/modules/cjs/loader:1057:19)
    at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1062:22)
    at Function._load (node:internal/modules/cjs/loader:1211:37)
    at TracingChannel.traceSync (node:diagnostics_channel:322:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:235:24)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:171:5)
    at node:internal/main/run_main_module:36:49 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

Node.js v22.16.0
root@DESKTOP-JG3EPBN:~/Apps/extension-update-testing-tool#

JustTheCoolest avatar Aug 28 '25 05:08 JustTheCoolest