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

Can't install using npm #307

Closed
Freemorger opened this issue Dec 4, 2024 · 3 comments
Closed

Can't install using npm #307

Freemorger opened this issue Dec 4, 2024 · 3 comments
Labels
bug Something isn't working
Milestone

Comments

@Freemorger
Copy link

Describe the bug
Can't install it using npm (as meant to). Getting error:
sudo npm install -g @microsoft/inshellisense

(node:25632) ExperimentalWarning: CommonJS module /usr/lib/node_modules/npm/node_modules/debug/src/node.js is loading ES Module /usr/lib/node_modules/npm/node_modules/supports-color/index.js using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
npm error code ETARGET
npm error notarget No matching version found for @microsoft/inshellisense@*.
npm error notarget In most cases you or one of your dependencies are requesting
npm error notarget a package version that doesn't exist.

To Reproduce
Steps to reproduce the behavior:

  1. try to install it using npm:
    sudo npm install -g @microsoft/inshellisense
  2. See error

Expected behavior
installation complete

Environment

  • OS: Arch Linux
  • Output of is --version:
  • Nodejs Version: 23.1.0
  • Shell: zsh
  • Shell Version: 5.9

Additional context

@Freemorger Freemorger added the bug Something isn't working label Dec 4, 2024
@raphaelcruzeiro
Copy link

Same result on macOS 15.2 (24C101)

@BindingOx
Copy link

downgrade to Node.js 20.X

@cpendery cpendery added this to the 0.0.1-rc.19 milestone Dec 31, 2024
@cpendery
Copy link
Member

Only LTS versions are supported, I just added support for 22

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

4 participants