Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation of rc5 or update to rc5 fails due to missing dependencies. #128

Closed
niStee opened this issue Dec 15, 2023 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@niStee
Copy link

niStee commented Dec 15, 2023

Describe the bug
On my systems (amd64, win 10&11) the installation of rc5 requires node-gyp and its dependencies python and Visual Studio.

To Reproduce
Steps to reproduce the behaviour:

  1. Go to 'Windows PowerShell'
  2. Enter on 'yarn add @microsoft/[email protected] -g'
  3. See error.

Expected behaviour
Installation of Inshellisense does not require dependencies that are not automatically handled.

Environment
— OS: [Windows 10 & Windows 11]
— Output of is --version: [0.0.1-rc.5]
— Node.js Version: [20.10.0]
— Shell: [Microsoft.WindowsTerminal]
— Shell Version: [1.18.3181.0]

@niStee niStee added the bug Something isn't working label Dec 15, 2023
@cpendery
Copy link
Member

As with node-pty it is expected you handle your own dependencies. While some prebuilds exist, which are used in terminalizer, I don't want to commit to using those at this point. I'd rather not pull in binary builds I don't control, but I'll revisit this in the future.

@cpendery
Copy link
Member

@niStee, I'll be attempting to add binary builds you could install without npm that would include all the required dependencies, so that might fit your needs better in the future. You can follow #32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants