-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Installing a different version through npm does not work #1174
Copy link
Copy link
Closed
Description
Describe the bug
When I already have copilot installed, and I try to install a different version using (for example):
npm install -g @github/copilot@0.0.396
The npm command says it updated the packages, but when I run copilot, the current version (0.0.397) remains in place.
This is frustrating, especially when newer versions have bugs/regressions that completely break my process.
Affected version
0.0.397
Steps to reproduce the behavior
On a computer with Copilot installed with npm, run:
npm install -g @github/copilot@<version>
Where <version> is a version that is different than the version currently installed.
Expected behavior
I would expect Copilot to respect the version installed (or uninstalled) by my selected package manager.
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for Bug.