You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
try to install it using npm: sudo npm install -g @microsoft/inshellisense
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
The text was updated successfully, but these errors were encountered:
Describe the bug
Can't install it using npm (as meant to). Getting error:
sudo npm install -g @microsoft/inshellisense
To Reproduce
Steps to reproduce the behavior:
sudo npm install -g @microsoft/inshellisense
Expected behavior
installation complete
Environment
is --version
:Additional context
The text was updated successfully, but these errors were encountered: