inshellisense icon indicating copy to clipboard operation
inshellisense copied to clipboard

Support for Node.js 24+

Open zengzengqwq opened this issue 2 months ago • 0 comments

Is your feature request related to a problem? Please describe. I tried using @microsoft/inshellisense on Node.js 24 and ran into installation issues. The main blockers are prebuilt binaries for native modules like node-pty-prebuilt-multiarch missing for Node 24, and manual compilation fails on Windows.

I don’t want to downgrade my local Node version to 22 just to use this library.

Describe the solution you’d like It would be great if the project officially supported Node.js 24+, including updated prebuilt binaries and compatibility with Node 24’s ABI, so installation works out of the box.

Describe alternatives you’ve considered

Downgrading to Node 22 works, but Windows’ NVM compatibility is not ideal, so I’d need to use WSL or similar to manage multiple Node versions, which is inconvenient.

Additional context

I’ve already tried building with Node 24, but encountered Prebuild binary missing and node-gyp errors.

zengzengqwq avatar Nov 11 '25 09:11 zengzengqwq