Skip to content

Node v24 support #363

@piskov

Description

@piskov

Powershell currently — and obviously — crashes if v24 is installed. Support for v24 is much appreciated.

PowerShell 7.5.2
node:internal/modules/cjs/loader:1898
  return process.dlopen(module, path.toNamespacedPath(filename));
                 ^

Error: The module '\\?\C:\Users\andre\AppData\Roaming\npm\node_modules\@microsoft\inshellisense\node_modules\@homebridge\node-pty-prebuilt-multiarch\build\Release\conpty.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 127. This version of Node.js requires
NODE_MODULE_VERSION 137. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).
    at Object..node (node:internal/modules/cjs/loader:1898:18)
    at Module.load (node:internal/modules/cjs/loader:1470:32)
    at Module._load (node:internal/modules/cjs/loader:1290:12)
    at TracingChannel.traceSync (node:diagnostics_channel:322:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:238:24)
    at Module.require (node:internal/modules/cjs/loader:1493:12)
    at require (node:internal/modules/helpers:152:16)
    at new WindowsPtyAgent (C:\Users\andre\AppData\Roaming\npm\node_modules\@microsoft\inshellisense\node_modules\@homebridge\node-pty-prebuilt-multiarch\lib\windowsPtyAgent.js:40:36)
    at new WindowsTerminal (C:\Users\andre\AppData\Roaming\npm\node_modules\@microsoft\inshellisense\node_modules\@homebridge\node-pty-prebuilt-multiarch\lib\windowsTerminal.js:53:24)
    at Object.spawn (C:\Users\andre\AppData\Roaming\npm\node_modules\@microsoft\inshellisense\node_modules\@homebridge\node-pty-prebuilt-multiarch\lib\index.js:30:12) {
  code: 'ERR_DLOPEN_FAILED'
}

Node.js v24.5.0

[process exited with code 4294967295 (0xffffffff)]
You can now close this terminal with Ctrl+D, or press Enter to restart.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestRequest for new features or functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions